We have developed an indicator called Clicker for one-click order entry on charts. In short, it shows an order preview at the mouse pointer when the modifier keys are pressed (e.g., CTRL for buy and CTRL+ALT for sell). When the mouse button is clicked, an order is sent.
More info:
The issue is that we have to use a plot series to draw the price marker and sometimes it gets out of sync with the order preview. Even when we call it using TriggerCustomEvent()right before drawing the order preview. Is there a direct way to render a price marker without having to use a plot series? I have seen a few requests for this feature in the past. Are there any updates on this?

Comment