Python code

Course Name: Day Trading Strategies for Beginners, Section No: 11, Unit No: 12, Unit type: Exercise

Thank you for the previous response.. what I have is a dataset like the one below....data = yf.download(symbol, start=start_date, end=end_date, interval=interval, progress=False). If I have to use that kind of dataset on a 15 min candle timeframe, can you please give me the ATR scalping code. Appreciate your help.

Hi Manikandan,



You can replace the data in the notebook with the data you are fetching from yfinance. The notebook should work without any errors with the new input data. Please let us know if you face any issues.