BUG: for issue #183, added more logic to catch order amount adjustments

This commit is contained in:
Frederic Fortier
2018-02-03 18:24:28 -05:00
parent a360a5fe3a
commit 9f88e7a003
2 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ def initialize(context):
context.base_price = None
context.current_day = None
context.RSI_OVERSOLD = 55
context.RSI_OVERBOUGHT = 60
context.RSI_OVERSOLD = 40
context.RSI_OVERBOUGHT = 50
context.CANDLE_SIZE = '15T'
context.start_time = time.time()