We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c347a5 commit 4bad7eaCopy full SHA for 4bad7ea
1 file changed
tests/test_config.py
@@ -41,11 +41,11 @@ class SymbolConfigCallsFactory(ModelFactory[SymbolConfig.Calls]): ...
41
class RegimeRebalanceConfigFactory(ModelFactory[RegimeRebalanceConfig]):
42
soft_band = 0.10
43
hard_band = 0.50
44
- flow_trade_min = 2000.0
45
- flow_trade_stop = 1000.0
+ flow_trade_min = 0.025
+ flow_trade_stop = 0.0125
46
flow_imbalance_tau = 0.70
47
- deficit_rail_start = 5000.0
48
- deficit_rail_stop = 2500.0
+ deficit_rail_start = 0.06
+ deficit_rail_stop = 0.03
49
ratio_gate = None
50
51
0 commit comments