Skip to content

Commit

Permalink
X4: formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Jan 27, 2024
1 parent 54f277a commit 060f702
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NostalgiaForInfinityX4.py
Original file line number Diff line number Diff line change
Expand Up @@ -6640,9 +6640,7 @@ def long_grind_adjust_trade_position(
max_sub_grinds = len(grinding_mode_2_stakes)
break
grinding_mode_2_derisk = (
self.grinding_mode_2_derisk_futures
if self.is_futures_mode
else self.grinding_mode_2_derisk_spot
self.grinding_mode_2_derisk_futures if self.is_futures_mode else self.grinding_mode_2_derisk_spot
)
grinding_mode_2_stop_grinds = (
self.grinding_mode_2_stop_grinds_futures if self.is_futures_mode else self.grinding_mode_2_stop_grinds_spot
Expand Down

0 comments on commit 060f702

Please sign in to comment.