abhinav
abhinav
In fact, last night, I was at my laptop, using megadepth on some random BAM. I added the command-line option `--write-contigs`, and it didn't work. Then my high school English...
"The smallest order you can place for a buy or sell trade on GDAX is 0.01 BTC, ETH, or LTC," from https://support.gdax.com/customer/en/portal/articles/2426595-gdax-limits-for-deposits-withdrawals-trades-and-balances, so that particular order isn't possible. But you're...
`{available[BTC}*0.1` means "how much BTC you have available to trade times 0.1"; right now, you have so little available to trade (note that limit orders you've already placed will make...
You've placed a market order: http://www.investopedia.com/terms/m/marketorder.asp . It's executed immediately. To see what went down, click your gravatar in the upper right on GDAX, then click Fills.
No idea what's going on here! Maybe we can debug live in the Gitter at some point? https://gitter.im/nellore/vickitrix .
Interesting! I do not think the issue is that the size must be a maximum of seven characters; if that were true, you could not for example trade more than...
Oh, sorry, the code shouldn't be changed there at all! Instead, try changing L195-L202 to ``` order[money] = '{0:.5f}'.format(float(eval( order[money].format( tweet='status.text', available=self.available, inside_bid=inside_bid, inside_ask=inside_ask ) ))) ```
Fixed! Thanks; I'll put this in the next version of `vickitrix`.
So it's definitely retrieved again right before a rule is executed (see https://github.com/nellore/vickitrix/blob/master/vickitrix/__init__.py#L181), but your reporting this issue has me a little worried. I'll look into it before releasing the...
I saw, and I very much appreciate it! Thanks so much for helping with bug fixes, too.