process_only_new_candles in examplestrat should be True, thanks @Bloodhunter4rc

This commit is contained in:
Robert Caulk 2022-06-02 07:24:08 -06:00 committed by GitHub
parent fea39254d9
commit 7d41542f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,9 +43,9 @@ class FreqaiExampleStrategy(IStrategy):
}, },
} }
process_only_new_candles = False process_only_new_candles = True
stoploss = -0.05 stoploss = -0.05
use_sell_signal = True use_exit_signal = True
startup_candle_count: int = 300 startup_candle_count: int = 300
can_short = False can_short = False