Skip to content

Commit

Permalink
X4: grinding: fine tune the buy thresholds.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Feb 11, 2024
1 parent 64477d1 commit 70dbd70
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions NostalgiaForInfinityX4.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,22 +218,22 @@ def version(self) -> str:
[0.75, 0.75],
]
grinding_mode_2_sub_thresholds_spot = [
[-0.07, -0.08, -0.09, -0.12, -0.14],
[-0.07, -0.08, -0.09, -0.12],
[-0.07, -0.09, -0.12, -0.14],
[-0.07, -0.09, -0.12],
[-0.07, -0.09, -0.12],
[-0.07, -0.09, -0.12],
[-0.07, -0.12],
[-0.12, -0.12, -0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12, -0.14],
[-0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12],
[-0.12, -0.12],
]
grinding_mode_2_sub_thresholds_futures = [
[-0.06, -0.07, -0.08, -0.10, -0.12],
[-0.06, -0.07, -0.08, -0.10],
[-0.06, -0.08, -0.10, -0.12],
[-0.06, -0.08, -0.10],
[-0.06, -0.08, -0.10],
[-0.06, -0.08, -0.10],
[-0.06, -0.10],
[-0.12, -0.12, -0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12, -0.14],
[-0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12],
[-0.12, -0.12, -0.12],
[-0.12, -0.12],
]

# Non rebuy modes
Expand Down

0 comments on commit 70dbd70

Please sign in to comment.