Heikin Ashi

manyamrajesh
manyamrajesh edited September 2017 in Python client
As Zerodha kite constructs Heikin Ashi candles live, How can i use zerodha API to fetch that data using python client
?
  • tonystark
    Hi @manyamrajesh,

    You can use the same data from our Historical API to construct Heikin Ashi candles. You just need to apply some simple calculations on it. You can check out how this is done and examples here.
  • amitchugh
    @tonystark
    We can't use this simple calculation for intraday, as data of 1st 9-10 heikin aishi candles are false data. Any other effective way to get heikin aishi candles ?
Sign In or Register to comment.