-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #362 from enarjord/v5.8.1_score_func
V5.8.1 score func - improved score logic - add leverage kwarg - fixes and improvements
- Loading branch information
Showing
19 changed files
with
623 additions
and
954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{"config_name": "neat_grid_118_symbols_626days", | ||
"logging_level": 0, | ||
"long": {"auto_unstuck_ema_dist": 0, | ||
"auto_unstuck_wallet_exposure_threshold": 0.012195009245955374, | ||
"backwards_tp": true, | ||
"ema_span_0": 240, | ||
"ema_span_1": 307.0566300659701, | ||
"enabled": true, | ||
"eprice_exp_base": 0.9814428052289045, | ||
"eqty_exp_base": 1.8910056941476132, | ||
"grid_span": 0.35120092600982644, | ||
"initial_eprice_ema_dist": -0.0724883315452062, | ||
"initial_qty_pct": 0.015, | ||
"markup_range": 0.029915290808625504, | ||
"max_n_entry_orders": 9, | ||
"min_markup": 0.003, | ||
"n_close_orders": 10, | ||
"wallet_exposure_limit": 0.1}, | ||
"short": {"auto_unstuck_ema_dist": 0.02, | ||
"auto_unstuck_wallet_exposure_threshold": 0.010010044896137589, | ||
"backwards_tp": true, | ||
"ema_span_0": 3578.5992758249126, | ||
"ema_span_1": 1300.2248624251254, | ||
"enabled": true, | ||
"eprice_exp_base": 0.9, | ||
"eqty_exp_base": 2.741199913514829, | ||
"grid_span": 0.35422351795434553, | ||
"initial_eprice_ema_dist": 0.005310285956060753, | ||
"initial_qty_pct": 0.015, | ||
"markup_range": 0.011750423363748088, | ||
"max_n_entry_orders": 7, | ||
"min_markup": 0.003, | ||
"n_close_orders": 8, | ||
"wallet_exposure_limit": 0.1}} |
Oops, something went wrong.