mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
change startup cande in sample strat
This commit is contained in:
parent
32b0098ec1
commit
d465fcffd5
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user