Thread: Tick Indicator
View Single Post
  #10 (permalink)  
Old 02-17-2007, 04:09 AM
barnix barnix is offline
Senior Member
 
Join Date: Mar 2006
Posts: 780
barnix is on a distinguished road
Speed Indicators 2
Speed3 (V0-V1)/Vm
Speed4 (C0-C1)
Speed5 (MathCos(2*3.1415*i/Point))
~~~~~~~~~~~~~~~~~~~~
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_ibfx_gbpjpy_4h.gif (22.6 KB, 2508 views)
File Type: gif speed_ibfx_gbpjpy_d1.gif (20.0 KB, 2481 views)
Attached Files
File Type: mq4 Speed3.mq4 (3.5 KB, 171 views)
File Type: mq4 Speed4.mq4 (3.3 KB, 169 views)
File Type: mq4 Speed5.mq4 (3.3 KB, 184 views)

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