Hi
It took me a while to work out why some shapes were missing from my indicator.
Why can't I call drawShapeRelative() more than one per main()? If I do call it more than once (my indicator can find multiple "events" in a bar), I see only the shape for last call executed.
I note that I'm not limited to one shape per bar as I can use the relative x value to offset them (but can't do that twice in main()).
Shouldn't this limitation be fixed or documented?
What should I expect with other draing functions?
Thanks
It took me a while to work out why some shapes were missing from my indicator.
Why can't I call drawShapeRelative() more than one per main()? If I do call it more than once (my indicator can find multiple "events" in a bar), I see only the shape for last call executed.
I note that I'm not limited to one shape per bar as I can use the relative x value to offset them (but can't do that twice in main()).
Shouldn't this limitation be fixed or documented?
What should I expect with other draing functions?
Thanks
Comment