Backtesing in Python

Hi,

I am interested to learn python on EOD/intra data so that I can code and backtest it using python.

Please send me resource or links where I can learn market backtesting in python

Regards,
MK

You are asking on wrong platform. You have to use stackoverflow.

Pull historical data from Kite Connect API and apply your logic on top of it and get the backtest result.

If you’re looking for code then you gotta do that by yourself.