fix config saving bug, assign priorities to pairs in scanning, sleep the scanning loop to reduce CPU usage
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user