Course Name: Trading with Machine Learning: Regression, Section No: 7, Unit No: 2, Unit type: Notebook
What is the inference of using Regression method for Trading strategy?
Hi Ganesh,
The regression method in the trading context here is used to predict the high and low price of the asset. Then the actual high and low are compared with the predicted values to make a trading decision. The strategy logic believes that the price will follow our regression pattern and uses that information to place trades.
Hope this helps!