I did what i read in the forum:
To create a copy of the Range indicator, open a New > NinjaScript Editor window, open the Indicators folder, double-click the Range file, right-click in the code and select 'Save as', name the copy, and click OK. Once a copy is made, you could modify the copy.
For example, the code may look something like this.
Value[0] = (High[0] - Low[0]) / TickSize;
I did it, i see the new indicator in Ninjascript editor window, but if i try to insert this new indicator in a chart (right click - indicators) i can't find it in "available window".
Did i do something wrong?

Comment