Add startup_candle_count to sample strategy
This commit is contained in:
@@ -39,7 +39,7 @@ class DefaultStrategy(IStrategy):
|
||||
'stoploss_on_exchange': False
|
||||
}
|
||||
|
||||
# Count of candles the strategy requires before producing valid signals
|
||||
# Number of candles the strategy requires before producing valid signals
|
||||
startup_candle_count: int = 20
|
||||
|
||||
# Optional time in force for orders
|
||||
|
Reference in New Issue
Block a user