change startup cande in sample strat

This commit is contained in:
Stefano Ariestasia 2023-09-21 11:13:06 +09:00
parent 32b0098ec1
commit d465fcffd5

View File

@ -77,7 +77,7 @@ class SampleStrategy(IStrategy):
exit_short_rsi = IntParameter(low=1, high=50, default=30, space='buy', optimize=True, load=True)
# Number of candles the strategy requires before producing valid signals
startup_candle_count: int = 30
startup_candle_count: int = 170
# Optional order type mapping.
order_types = {