Skip to content

Commit

Permalink
Buy 2: fine tune.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Jul 30, 2021
1 parent a8a3d8a commit 5be8529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NostalgiaForInfinityNext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ class NostalgiaForInfinityNext(IStrategy):

buy_rsi_1h_min_2 = DecimalParameter(30.0, 40.0, default=32.0, space='buy', decimals=1, optimize=False, load=True)
buy_rsi_1h_max_2 = DecimalParameter(70.0, 95.0, default=84.0, space='buy', decimals=1, optimize=False, load=True)
buy_rsi_1h_diff_2 = DecimalParameter(30.0, 50.0, default=38.0, space='buy', decimals=1, optimize=False, load=True)
buy_rsi_1h_diff_2 = DecimalParameter(30.0, 50.0, default=38.8, space='buy', decimals=1, optimize=False, load=True)
buy_mfi_2 = DecimalParameter(30.0, 56.0, default=49.0, space='buy', decimals=1, optimize=False, load=True)
buy_bb_offset_2 = DecimalParameter(0.97, 0.999, default=0.983, space='buy', decimals=3, optimize=False, load=True)
buy_volume_2 = DecimalParameter(0.6, 6.0, default=1.6, space='buy', decimals=1, optimize=False, load=True)
Expand Down

0 comments on commit 5be8529

Please sign in to comment.