Skip to content

Commit

Permalink
X3: 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 33b4a5c commit bfb6767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NostalgiaForInfinityX3.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class NostalgiaForInfinityX3(IStrategy):
INTERFACE_VERSION = 3

def version(self) -> str:
return "v13.0.1005"
return "v13.0.1006"

# ROI table:
minimal_roi = {
Expand Down Expand Up @@ -246,7 +246,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 bfb6767

Please sign in to comment.