Hi, i don't really know if there's a name to what i'm looking for, but basically i'm plotting ticks, and ticks don't always come at the same even period like time candles, so i would like to plot ticks as they come and not one after the other, all even spaced.
I tried using bokeh and mathplotlib on backtrader, but i still can't figure out how to make it work
When using mathplotlib outside backtrader i can do it, just like in the image below, but when using backtrader i still didn't find i way to make it work, if anyone can help me i would really appreciate
FirstImage: This is what i'm getting using mathplotlib outside backtrader, is the way that i'm looking for to plot, the lines are plotted based on the time
SecondImage: This is what i'm getting at backtrader mathplotlib, as you can see is very similar but in backtrader the line is being plotting all the points in a row
Overall is just i slight diferrence but it i wish there's was a way for me to achieve the same result using backtrader.
Because i'm using tick data, if there's 10 sell trades at the same time, i can see just one line going down in the same timestamp, instead of like in a ladder where all the points would be plotted with the same even space.