BUG: trying to mitigate a date adjustment issue which occurs sometimes sometimes in live trading especially with Bitrrex at certain frequencies.

This commit is contained in:
Frederic Fortier
2017-12-12 13:34:18 -05:00
parent 021e1fd8c8
commit f2e4637f29
9 changed files with 112 additions and 52 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ def analyze(context=None, perf=None):
if __name__ == '__main__':
# The execution mode: backtest or live
MODE = 'backtest'
MODE = 'live'
if MODE == 'backtest':
folder = os.path.join(