mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
fix wrong startup candle
This commit is contained in:
parent
9fa365e766
commit
6cfc1836a2
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user