Guide
How does the HIGHER HIGH LOWER LOW STRATEGY strategy work ?
The Higher High Lower Low (HHLL) strategy identifies trade signals based on the principle of price action breaching recent highs or lows. It utilizes a lookback period to establish the highest high (resistance) and the lowest low (support) within that timeframe. A signal to enter the market is triggered when the price breaks above the highest high or falls below the lowest low.
- The strategy uses a variable 'LookBack' to define the period for identifying the highest and lowest price points.
- Entry signals are generated: a long entry when the current price is greater than the highest price of the lookback period, and a short entry when it is less than the lowest.
- To enhance the strategy, a 'Safety Confirmation' input is included, helping to filter out potential false breakouts or breakdowns using an additional 'length' parameter which establishes secondary high and low thresholds.
- A trade is executed only when both the breakout/breakdown is confirmed, and it surpasses the Safety Confirmation thresholds.
The strategy commands to enter a long position ("Long") or a short position ("Short") are executed when these conditions are met, potentially increasing the reliability of the signals.