Guide
How does the Linear trend strategy work ?
This strategy leverages Linear Regression in conjunction with the EMA 200 as a trend filter to identify trade opportunities. Here's how it works:
- Two linear regressions are used to create an oscillator by subtracting a slow moving average from a fast moving average.
- This calculation results in a green/red line displayed on the chart, which oscillates around zero.
- A trade is triggered when the linear regression line crosses above a specified threshold—equivalent to the fast LR crossing above the slow LR.
- Trades are closed when the linear regression line crosses below the threshold.
- The EMA 200 is utilized as a filter, ensuring trades are only executed when the current price is above the EMA 200, indicating an uptrend environment.