Simple way how to use Linear Regression for trading.
What we use: • Linear Regression • HMA as a trend filter
Logic: Firstly we make simple linear regression moving. It is the white line which appears on the chart. Then we make second line (named: band2) on the chart by multiplying linreg and value difference. The third step is to ad HMA as a trend filter. The trade open when price is below band2, but still upper than Hullma. The trade close when price again upper than linreg.