View Single Post
  #7 (permalink)  
Old 02-07-2007, 08:24 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 557
cja is on a distinguished road
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
Reply With Quote