mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-06 13:00:45 +08:00
BLD: Housekeeping
This commit is contained in:
@@ -37,8 +37,8 @@ def initialize(context):
|
||||
context.base_price = None
|
||||
context.current_day = None
|
||||
|
||||
context.RSI_OVERSOLD = 35
|
||||
context.RSI_OVERBOUGHT = 50
|
||||
context.RSI_OVERSOLD = 45
|
||||
context.RSI_OVERBOUGHT = 55
|
||||
context.CANDLE_SIZE = '5T'
|
||||
|
||||
context.start_time = time.time()
|
||||
|
||||
Reference in New Issue
Block a user