Skip to content

Commit

Permalink
update configs/examples/all_approved.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Feb 6, 2025
1 parent 6366627 commit 0c61c15
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions configs/examples/all_approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
"gap_tolerance_ohlcvs_minutes": 120.0,
"start_date": "2023-03-01",
"starting_balance": 100000},
"bot": {"long": {"close_grid_markup_range": 0.0091184,
"close_grid_min_markup": 0.0063702,
"close_grid_qty_pct": 0.42572,
"close_trailing_grid_ratio": 0.65604,
"close_trailing_qty_pct": 0.45982,
"close_trailing_retracement_pct": 0.053101,
"close_trailing_threshold_pct": 0.072842,
"ema_span_0": 666.48,
"ema_span_1": 751.87,
"bot": {"long": {"close_grid_markup_range": 0.01057,
"close_grid_min_markup": 0.026138,
"close_grid_qty_pct": 0.93767,
"close_trailing_grid_ratio": 0.10339,
"close_trailing_qty_pct": 0.67755,
"close_trailing_retracement_pct": 0.061018,
"close_trailing_threshold_pct": 0.088882,
"ema_span_0": 892.56,
"ema_span_1": 1136.3,
"enforce_exposure_limit": 1.0,
"entry_grid_double_down_factor": 0.32963,
"entry_grid_spacing_pct": 0.028324,
"entry_grid_spacing_weight": 8.5078,
"entry_initial_ema_dist": 0.0012413,
"entry_initial_qty_pct": 0.010403,
"entry_trailing_grid_ratio": 0.11189,
"entry_trailing_retracement_pct": 0.07171,
"entry_trailing_threshold_pct": 0.03146,
"filter_relative_volume_clip_pct": 0.90274,
"filter_rolling_window": 346.99,
"n_positions": 8.8437,
"total_wallet_exposure_limit": 0.81849,
"unstuck_close_pct": 0.046883,
"unstuck_ema_dist": 0.0068019,
"unstuck_loss_allowance_pct": 0.017961,
"unstuck_threshold": 0.44911},
"entry_grid_double_down_factor": 0.34485,
"entry_grid_spacing_pct": 0.028329,
"entry_grid_spacing_weight": 7.1262,
"entry_initial_ema_dist": -0.0021124,
"entry_initial_qty_pct": 0.019051,
"entry_trailing_grid_ratio": 0.068585,
"entry_trailing_retracement_pct": 0.093807,
"entry_trailing_threshold_pct": 0.030388,
"filter_relative_volume_clip_pct": 0.14329,
"filter_rolling_window": 177.65,
"n_positions": 8.8606,
"total_wallet_exposure_limit": 0.94404,
"unstuck_close_pct": 0.090804,
"unstuck_ema_dist": -0.077557,
"unstuck_loss_allowance_pct": 0.044542,
"unstuck_threshold": 0.81942},
"short": {"close_grid_markup_range": 0,
"close_grid_min_markup": 0.001,
"close_grid_qty_pct": 0.05,
Expand Down

0 comments on commit 0c61c15

Please sign in to comment.