hello fellas im developing an addon , i need to make drawings on the chart BUT i did made them thru wpfcontrolls and the elements are laggy and not as responsive as the Onrender() method in indicators
i know we cant use onrender() in addons but is there any workaround you guys know or a trick
You know if you want help, you probably should provide more information. If your goal is to draw on the chart then you should be using OnRender() even if the logic comes from an AddOn.
thank you i found a way by making an addon thet will inject an indicator in the chart to make the rendering logics and give back data to the the addon in realtime