I've written a custom crosshair, implemented as an indicator, which uses OnRender to draw. It works fine, but unfortunately Ninja always thinks that any click on the chart is a click on the indicator. The result is that a right-click won't produce the standard contextual menu which includes order placement items. Instead there is the much smaller indicator-specific contextual menu containing "Copy, Remove, Alert, Properties".
Is there a way via code that can prevent an indicator from being regarded as selected?
Thanks,
saltminer

Comment