View Single Post
  #4 (permalink)  
Old 02-13-2006, 11:08 AM
Kalenzo's Avatar
Kalenzo Kalenzo is offline
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 693
Kalenzo is on a distinguished road
Quote:
Originally Posted by jacoba
after i see the line i have to change the value 0.0024 to 0.0008

so this is the calculation for my High Low Mid lines, for example :

Prev.High : 1.1995 and Prev.Low : 1.1946

HIGH : 1.1995 - ( 1.1995 * 0.0008 ) = 1.1985
LOW : 1.1946 + ( 1.1946 * 0.0008 ) = 1.1956
MID : ( 1.1985 + 1.1956 )/2 = 1.1971

i hope this might help, to develope my HIGH LOW MID lines.

Thank's Kalenzo
Hi!
I added the ratio param. U can adjust it as u want

Regards
Kale
Attached Files
File Type: mq4 HiLo_kale.mq4 (2.4 KB, 66 views)
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Reply With Quote