|
Moving Dots & Arrows
Hi
Look for a line of code like this in the int start() area something like this for (counter=i ;counter<=i+9;counter++) and change the # to alter the arrow distance from the candle .
Also look for anything that refers to a range of some sort, often in an Alert line of code like this DownTunnel=true; UpTunnel=false; Tdown[i] = High[i] + Range*1.2;
and alter this # as well.
In this paticular indicator it has ARROWS & DOTS and the 1st code moves the Arrows and the 2nd code moves the Dots.
Good Luck
cja
|