Learn Algo Trading with Python | Codes | Youtube Series

Hi @SUKANTA_MONDAL1 ,

That was a typo; we use iloc[-2] to fetch the completed candle.

@Dhan randomly quote data is giving wrong results in between causing algo to hit target.

Did you change anything in backend for fetching quotes?

@Dhan pls look into urgently

I want to make a python code for option buying as ema and price action mix, how to contact you or your team for python, thanku

Hi @GideonDhan ,

We need to keep the ‘Dhan_Tradehull_V2’ in the same folder where the main file it present:

Refer this video url below:
Dhan_Tradehull_V2 Algo ‪@DhanHQ‬ - YouTube

1 Like

Hi @CHETAN_99 ,

Do refer this video:

Open Source Backtesting | TradeHull | Algo trading - YouTube

Hi @Delta_Trading ,

Do make the changes in Dhan_Tradehull_V2 in get_start_date() function in this line:

start_date = df.iloc[-2]['timestamp']

Hi @Vasili_Prasad ,

It seems not to be registered:

Register here:

is there a video of simple sma algo ?

Hi @Rajashekhar_Rangappa ,

  1. The code seems to be working fine in our end.
  2. Can you delete the existing token from Dhan console and create a new token in Dhan console and re run the same code?
  3. Also let us know if your login was successful.

Hi @Rajashekhar_Rangappa,

The development is in progress for this, will update once completed.

1 Like

Hi @virender_singh ,

We are checking on this.

Hi @rahulcse56 ,

Do send your code.

Hi @Aryan_RAJBHAR ,

Refer this video:

2 Likes

Hi @Mohan999 ,

You can contact us through:

1 Like

Hi Everyone,
We are launching backtesting in a open source format. I would like to invite you for the rulesets submission for open source backtesting.

For registrations use this link : Learn Algo Trading with Python | Codes | Youtube Series - #1990 by Tradehull_Imran

First improvement cycle for backtesting is expected to be completed by 20th January.
For more details watch:

7 Likes

Tagging: @aanand1008 @Abhishek_Konda @Aijaz_Ahmad @arko_seal @arpan_shah @avinashkumar07412 @CBrid @ddeogharkar @francis_antony @Gautam_Singh_Pawar

1 Like

Tagging:
@himansshu_joshi @Hitesh_Maurya @jain79 @Jyothi_Chilukoti @Kalpeshh_Patel @Khandu_Kshirsagar @Kishore007 @kristrades99 @Kuldeep_Khaladkar @Manish_Goel

@Md_Naquibuddin @Milind_Khobragade @pratik_patil2 @Priyesh_Sharma @Qaisar @rahulcse56 @ramakriishna @renuka_mehta @Samis @Siddhesh_Amrute

@Subhajitpanja @thakurmhn @vasili_prasad @Vijen_Singh @vinay_kumaar @vishwanath_yerramset @Zee2Zahid @Everyone

Thanks .
Waiting for reply.

My target hit because of wrong last price in quote data.