View Single Post
  #1 (permalink)  
Old 02-11-2006, 05:24 AM
jacoba's Avatar
jacoba jacoba is offline
Senior Member
 
Join Date: Dec 2005
Posts: 103
jacoba is on a distinguished road
Please help to make this mt4 indicator

Please help,

I need a indicator with 3 lines : High - Low - Center, with the following calculations.

High = Prev.day high - ( Prev.day high * 0.0024 )

Low = Pref.day low + ( Prev.day low * 0.0024 )

Center = ( High + Low )/2

I hope someone can help me , Thank's
Attached Files
File Type: mq4 PrevDay_HiLo_kelvin.mq4 (3.6 KB, 40 views)
Reply With Quote