Skip to content

Commit

Permalink
X4: rebuy mode: fine tune the thresholds.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Dec 19, 2023
1 parent bfb6767 commit fb5b4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NostalgiaForInfinityX4.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class NostalgiaForInfinityX4(IStrategy):
INTERFACE_VERSION = 3

def version(self) -> str:
return "v14.0.664"
return "v14.0.665"

# ROI table:
minimal_roi = {
Expand Down Expand Up @@ -251,7 +251,7 @@ def version(self) -> str:
rebuy_mode_stakes_spot = [1.0, 2.0, 4.0]
rebuy_mode_stakes_futures = [1.0, 2.0, 4.0]
rebuy_mode_thresholds_spot = [-0.06, -0.08, -0.10]
rebuy_mode_thresholds_futures = [-0.03, -0.04, -0.06]
rebuy_mode_thresholds_futures = [-0.03, -0.06, -0.08]

# Profit max thresholds
profit_max_thresholds = [0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.05, 0.05]
Expand Down

0 comments on commit fb5b4dc

Please sign in to comment.