Thread: Tick Indicator
View Single Post
  #9 (permalink)  
Old 02-17-2007, 04:07 AM
barnix barnix is offline
Senior Member
 
Join Date: Mar 2006
Posts: 761
barnix is on a distinguished road
Speed Indicators

Speed Indicators:
Speed ((C0-C1)/Cm) / ((V0-V1)/Vm)
Speed2 (C0-C1)/Cm
Speed2_pips (C0-C1)
~~~~~~~~~~~~~~~~~~~~
C0 = Close[0]
C1 = Close[1]
Cm = (C0+C1)/2
V0 = Volume[0]
V1 =Volume[1]
Vm=(V0+V1)/2
Attached Images
File Type: gif speed_fxdd.gif (33.9 KB, 2736 views)
File Type: gif speed_ibfx.gif (25.2 KB, 2591 views)
Attached Files
File Type: mq4 Speed.mq4 (5.0 KB, 196 views)
File Type: mq4 Speed2.mq4 (4.7 KB, 185 views)
File Type: mq4 Speed2_pips.mq4 (2.9 KB, 190 views)

Last edited by barnix; 02-17-2007 at 08:36 AM.
Reply With Quote