8-Hour Advanced Algo Trading Marathon with Imran ! Only on DhanHQ Youtube

Biggest LIVE session yet! Learn everything—from building scanners to deploying algos —everything explained step by step.

:date: 23rd April (Wednesday)

:alarm_clock: Starts 11:00 AM onwards

:round_pushpin: YouTube Live: https://www.youtube.com/watch?v=74GywsZHn20

Real tools. Real examples. Real-time learning.

Block your calendar—don’t miss this! :fire:

For any queries, @Tradehull_Imran will be there throughout the live, solving your queries.

2 Likes

Kindly do it in English sir @RahulDeshpande

Hello Sir @Tradehull_Imran , how do i download the past five year historical data?
As dhan is currently providing the option to download the pervious five year data

unable to find Nifty option contracts for the 2025-04-24 expiry in the instrument master file provided by the Dhan API

@Anand_Dabhi it is there

1 Like

Hi @SANJAY_KUMAR18 ,

Currently Dhan doesn’t provide 5 years data.

got it thank you sir

1 Like

Sir is 8 hour advanced algo ki koi file nahi dee abhi mane watch nahi kiya video me file dekhne aaya tha magar file hi nahi dee

Sir kya me swing trading ka algorithm bana saka ta hu kya or vo work kara ga ya nahi

Can you please share the codes created during the training sessions? It would be really helpful to have them for reference and practice. Thank you!

anyone can please share sample python code to place order (superroder) (delivery) with Target and TSL and to cancel/exit the same at any market time

Could you provide the code link for this session?

@Tradehull_Imran Please provide the code link. Thanks for help

Hi @suryakant_kumar ,

Find the link here-
Advanced Algo Trading Marathon | Learn in 8 Hours | Dhan

2 Likes

Sorry, I could not find the code link in the description of the above youtube link.

Hi @suryakant_kumar ,

Please refer this link -
Learn Algo Trading with Python | Codes | Youtube Series - APIs, Automation, Algos & Code - MadeForTrade

Hi @Tradehull_Imran,

I am facing the issue as below:
Daily candles for NIFTY 26 MAY 23600 PUT (NFO) are missing for May 08 and May 13, 2026 when fetched via historical_data(). Both are valid trading days. Other zero-volume days like May 06, 07, 12 are returned but these two are silently dropped.and also found that the data is not correct.
Please suggest me how to resolve this if anything mistake in code

Code:
df = tsl.get_historical_data(

tradingsymbol = 'NIFTY 26 MAY 23600 PUT',

exchange      = 'NFO',

timeframe     = 'DAY'          # '60' = 1-hour candles

)

print(df.tail())

Output:
open high low close volume timestamp open_interest
38 249.95 249.95 249.95 249.95 0.0 2026-05-15 1407705.0
39 249.95 249.95 249.95 249.95 0.0 2026-05-19 1407705.0
40 249.95 249.95 249.95 249.95 0.0 2026-05-20 1407705.0
41 249.95 249.95 249.95 249.95 0.0 2026-05-21 1407705.0
42 154.80 154.80 57.60 84.50 164775520.0 2026-05-22 5171400.0

Chart:

Can i get the file you have used to explain in this videos

Hi @ROCKY2
These are the file links

1 Like

sir one more question i am to fetch option chain but i want to know what is the method to rewind todays option chain i want to see its impact on market by fast forwarding method. i am certain that if we can have bar replay trick we can also be able to play option chain like a rewind button to see option data impact on chart please guide