fix config saving bug, assign priorities to pairs in scanning, sleep the scanning loop to reduce CPU usage

This commit is contained in:
robcaulk
2022-06-27 11:35:33 +02:00
parent 68bafa9517
commit 7dfbd432d1
2 changed files with 9 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ class FreqaiExampleStrategy(IStrategy):
stoploss = -0.05
use_exit_signal = True
startup_candle_count: int = 300
can_short = True
can_short = False
linear_roi_offset = DecimalParameter(
0.00, 0.02, default=0.005, space="sell", optimize=False, load=True