Is there any reason you don't have the files appending to make a bigger file?
I though the best way (and easiest way) was to create one log file per execution. Since Blackbird is supposed to run many days in a row, the size of a single log file can end up being hundreds of MB.
I wanted to just let it run for awhile and at a point, I started running into problems when it tries to execute trades.
It might be an issue with Kraken. I just uploaded a
new version on GitHub that will give more details about the issue. Also, could you please open an issue on the
issue page and we can continue from there? Thanks.
Max Iteration - means how long the bot should run right (in seconds?)
Yes that's correct, but not in seconds.
DebugMaxIteration represents the number of market analysis loops. So Blackbird will run for approximately {
DebugMaxIteration *
GapSec} seconds.