FinLine vs FinPolyLine visibility after refresh #449
-
This is a print scrn of my program where we can see 3 lines but only the FinLine stays after I advance one candle in time. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
No, but possibly with a minimum of code I might see what's going on and why. |
Beta Was this translation helpful? Give feedback.
-
i create the interactive finpolyline like this: and i guess what you might want is my function where my chart gets refreshed, aka the moment where i see it disappear but not the normal static line: |
Beta Was this translation helpful? Give feedback.
-
In commit 3c0f3c6, I added removal of primitives added previously. This means your lines will be destroyed properly. If you don't want them destroyed, you have a few options:
I recommend you upgrade to 3c0f3c6 unless you already have done so. |
Beta Was this translation helpful? Give feedback.
-
btw why does finolyline does not have the attribute 'points' as the finline? i'm trying to retrieve information from that previous line to help create it again as you proposed but i'm not being able to get its information |
Beta Was this translation helpful? Give feedback.
In commit 3c0f3c6, I added removal of primitives added previously. This means your lines will be destroyed properly. If you don't want them destroyed, you have a few options:
I recommend you upgrade to 3c0f3c6 unless you already have done so.