Suppose, we have opened EURUSD chart (M1) and placed two Moving Average indicators with different parameters on this chart, my task is to write strategy which is responsible to determine the indicator over which the mouse cursor is moved. For the simplicity: user moves the mouse cursor and strategy prints the Indicator info if the mouse cursor is placed over the indicator's curve.
API Support
Post subject: Re: Possibility to get the Indicator by mouse cursor position in strategy
Chart Panel is the separate panel for indicators such as RSI, Stochastic. But can I get this for Panel with instrument prices, where such indicators are deployed as TrendEnvelopes, SAR?
API Support
Post subject: Re: Possibility to get the Indicator by mouse cursor position in strategy