fix: all DQN configs — IBKR costs (0.18 bps) + min_hold_bars=10 for volume bars
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -110,6 +110,8 @@ initial_capital = 100000.0
|
||||
ioc_fill_prob = 0.85
|
||||
limit_fill_min = 0.30
|
||||
limit_fill_max = 0.80
|
||||
tx_cost_multiplier = 0.18 # IBKR ES: 0.18 bps = $4.50/contract RT
|
||||
min_hold_bars = 10 # ~26s hold at 23 volume bars/min
|
||||
spread_cost_frac = 0.50
|
||||
spread_capture_frac = 0.50
|
||||
|
||||
|
||||
@@ -46,12 +46,13 @@ min_epochs_before_stopping = 80
|
||||
[experience]
|
||||
gpu_timesteps_per_episode = 200
|
||||
gpu_n_episodes = 128
|
||||
min_hold_bars = 3
|
||||
min_hold_bars = 10 # ~26s hold at 23 volume bars/min
|
||||
|
||||
[experience.fill_simulation]
|
||||
ioc_fill_prob = 0.85
|
||||
limit_fill_min = 0.30
|
||||
limit_fill_max = 0.80
|
||||
tx_cost_multiplier = 0.18 # IBKR ES: 0.18 bps = $4.50/contract RT
|
||||
spread_cost_frac = 0.50
|
||||
spread_capture_frac = 0.50
|
||||
|
||||
|
||||
Reference in New Issue
Block a user