Merge pull request #289 from freqtrade/frglstn-patch-1
Set process candles to True
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user