qtpylib icon indicating copy to clipboard operation
qtpylib copied to clipboard

[V2 Feature Request] Allow Different Bar Types

Open Sorcerysoft opened this issue 5 years ago • 1 comments

It would be great to be able to chart and process different bar types besides just OHLC candles. Maybe make the code flexible enough to support the different bars. I'm specifically interested in Renko Bars.

Sorcerysoft avatar Jul 13 '19 18:07 Sorcerysoft

I was actually thinking about this just now, I use crosse_above and crosse_below in my algos, but I'm interested in implementing Renko as well.

Any updates regarding this? Or does anyone has any recommendation as to which library can represent them if we pass OHLCV as a pandas dataframe?

Corfucinas avatar Nov 21 '20 09:11 Corfucinas