Everyday i like the app more.
1. Is it possible to include trader.get("LastMySellVolume")) and trader.get("LastMyBuyVolume"))?
2. can I log to file with tab delimiters and the read string which is splitted ba tab character?
3. do you have any string methods or other functions in your JS script?
I want to log every buy and every sell. And if I buy 0.1112456 at 1000$, then I want to sell that amount when price is > 1005 $. But, i need to check if there are volumes that can be sold at that price. I need to have an array of sells and boughts or I loop through log file every while.
Is there any chance, that I can do that?
Thank you
Damjan