Skip to content

Commit

Permalink
X5: signal 143: enable global protections.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Dec 23, 2024
1 parent d0b45c3 commit c8cb8bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NostalgiaForInfinityX5.py
Original file line number Diff line number Diff line change
Expand Up @@ -10928,6 +10928,8 @@ def populate_entry_trend(self, df: DataFrame, metadata: dict) -> DataFrame:
if long_entry_condition_index == 143:
# Protections
long_entry_logic.append(is_pair_long_top_coins_mode)
long_entry_logic.append(df["global_protections_long_pump"] == True)
long_entry_logic.append(df["global_protections_long_dump"] == True)

long_entry_logic.append(df["num_empty_288"] <= allowed_empty_candles_288)

Expand Down

0 comments on commit c8cb8bc

Please sign in to comment.