##Back testing of strategy designed in Python Script##

nirav_b
I have a strategy designed in python which which use Delta to place trade and later do necessary adjustment based on delta movement..This is
Monthly and weekly strategy...How can i do back testing of it??
  • salim_chisty
    You will need to calculate the Delta value programmatically, as the Kite Connect API does not provide Greeks directly.

    You may refer to the similar discussion here.
Sign In or Register to comment.