ChillarAnand / stocktrends

A python package to calculate trends in stocks, derivates(Futures & Options) using Renko, PnF, LineBreak etc
GNU General Public License v3.0
233 stars 74 forks source link

Not getting correct renko OHLC #26

Open mahesh-solanke opened 2 years ago

mahesh-solanke commented 2 years ago

Hello guys, Using brick size = 0.0100 Stock name: USDINRAPRFUT(future scripts) Data Source: Zerodha Kite API historical data. Interval: 1 Minute.

Applying indicator on Renko OHLC: moving average using indicator library: Talib the time period for the indicator: 12

Please help me out, I have been stuck in between.

Thanks in advance.

Regards, Mahesh

ChillarAnand commented 2 years ago

@mahesh-solanke Thanks for reporting the issue.

Please share sample data and code you are using.