Coral Trend Pullback Strategy
Overview
This strategy uses LazyBear's Coral Trend indicator to determine the price trend direction by identifying reversals of the Coral Trend indicator to detect potential entry points. To filter out false breakouts, this strategy uses the ADX indicator or a combination of Absolute Strength Histogram and HawkEye Volume indicators as confirmation indicators for more reliable entry.
The exit mechanism uses the highest/lowest price of the most recent N candles multiplied by a configurable risk-reward ratio to set the stop loss and take profit.
Strategy Logic
After determining the major trend direction based on the Coral Trend indicator, when the indicator color remains unchanged, and the price shows a small pullback in the opposite direction. At this time, if the pullback ends and the price returns to the main trend direction indicated by the Coral Trend, it can be considered a good entry point.
Entry conditions include:
-
Coral Trend indicator direction is consistent with trade direction (long=green, short=red)
-
Since the last time the price fully broke through the Coral Trend indicator (the high point of the last bar exceeds the Coral Trend line), there has been at least 1 bar with low points all above (long) or high points all below (short) the Coral Trend indicator
-
A small pullback occurs in the opposite direction, during which the closing price remains on the opposite side of the Coral Trend
-
After the pullback ends, the closing price returns to the main trend direction indicated by Coral Trend
The above are the main conditions. At the same time, the strategy adopts ADX indicator or Absolute Strength Histogram and HawkEye Volume indicator as confirmation conditions for entry.
The ADX indicator requires its value > 20 and rising over the last 1 bar. And the order of the green and red lines of DI is consistent with the trade direction.
The Absolute Strength Histogram requires that its color is consistent with the trade direction (long=blue, short=red). HawkEye Volume requires its color to be consistent with the trade direction (long=green, short=red).
The exit mechanism uses the highest/lowest price of the most recent N candles multiplied by risk-reward ratio to set the stop loss and take profit. The values of N and risk-reward ratio can be configured through parameters.
Advantage Analysis
The biggest advantage of this strategy is that after determining the main trend direction using the Coral Trend indicator, it detects entry opportunities by identifying reversals, avoiding drifting around in non-trending markets. At the same time, the use of the Confirm indicator can filter out many false breakouts, thereby improving the success rate of entry.
In addition, this strategy provides a complete risk control mechanism, including setting the stop loss magnitude and controlling the percentage of risk exposure, so that even if individual trades lose money, it will not cause a major impact on the total capital.
Risk Analysis
The biggest risk of this strategy is that the use of indicators for entry judgment can easily create illusions, believing that you can make money automatically just by relying on parameter configurations. In fact, both parameter optimization and rule configuration need to be combined with the laws of underlying price changes, intuitively judging the effect of indicators and prices, in order to set configurations that are more suitable for your own trading style and products.
In addition, the setting of stop loss and take profit also needs to be appropriate. Excessively large take profit multiples may result in failure to take profit, while excessively small stop loss will result in excessive risk. This needs to be set according to the volatility of different products and personal risk tolerance.
Optimization Directions
The optimizable directions of this strategy include:
-
Adjust the parameters of the Coral Trend indicator to make it more sensitive to price changes of different products
-
Try different Confirm indicators or indicator combinations, such as KDJ, MACD, etc., to make entry signals more accurate
-
According to the volatility of different products, adjust the calculation method of stop loss and take profit to achieve better risk control
-
Add a funds management module to adjust the single order quantity based on the number of positions held, effectively controlling overall losses
-
Add a trading time control module to make the strategy only run during specific periods to avoid losses during periods of extreme volatility
Conclusion
This strategy first uses Coral Trend to determine the medium and long term trend of prices, then by judging its reversal, combined with Confirm signals to filter out false breakouts, it builds a relatively reliable trend following strategy. At the same time, the improved risk control settings also enable this strategy to run for a long time with stable capital. With further optimization of parameters and modules, this strategy is expected to adapt to more products and have better stability and profitability.
- 1

