Thank you, wowthere!
The code works fine for me
as a newbie it took me some effort to figure out what to write in %create a nonce of your style
finally I am using this code in POLO_Call:
timestamp = num2str(round(java.lang.System.currentTimeMillis / 100));
nonce = timestamp;
Your scripts are simple to use and perfectly provide historical data to run basic analyses.
Also I use them to keep an eye on my balances..
(I am using command='returnCompleteBalances'; without a currency parameter..
... it helps me not miss an ICO on poloniex, too)
If anybody plans to integrate another exchanges with your scripts, I would recomend the
API of crypotwat.ch - it offers data from a broad range of exchanges.
A question regarding your automatic trading set up?
Did you manage to get a websocket connection
to wss://api.poloniex.com to subscribe data feeds like the actual order book?
Finally, why dont you want to put your code on github.. it would make it easy to maintain and fork.
Edit: remove typos and added my nonce code