Merge pull request #289 from freqtrade/frglstn-patch-1

Set process candles to True
This commit is contained in:
Matthias
2023-02-10 06:58:20 +01:00
committed by GitHub
@@ -40,7 +40,7 @@ class FSampleStrategy(IStrategy):
# trailing_stop_positive_offset = 0.0 # Disabled / not configured
# Run "populate_indicators()" only for new candle.
process_only_new_candles = False
process_only_new_candles = True
# Number of candles the strategy requires before producing valid signals
startup_candle_count: int = 30