fix wrong startup candle

This commit is contained in:
Stefano Ariestasia 2023-09-23 19:23:03 +09:00
parent 9fa365e766
commit 6cfc1836a2

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 = 170
startup_candle_count: int = 200
# Optional order type mapping.
order_types = {