epezent / implot

Immediate Mode Plotting
MIT License
4.5k stars 495 forks source link

Is there a way for avoid empty quotation in Stock demo ? #561

Open aiekick opened 3 months ago

aiekick commented 3 months ago

Hello,

first of all, i would like to thank you. this framework is super.

Im creating a quotation strategy software.

and im displaying the quotation like you in your stock demo.

btw there is never quotation the saturday and sunday, and some time other days.

image

you see the spaces between each week quotation sessions, here of volumes.

i would like to ignore these empty days, and show the graph without holes. quotations to quotations

I see you are using a transform for convert points from screen to local. Is there a way to ignore some bars with user rule ? its like accumulate an offset based on a rule. maybe by adding a user callback or something ?

Thanks for your help