Thread: How to code?
View Single Post
  #1165 (permalink)  
Old 08-17-2008, 05:24 PM
mystified's Avatar
mystified mystified is offline
Senior Member
 
Join Date: Jun 2006
Posts: 190
mystified is on a distinguished road
I have added levels to HMA:

#property indicator_separate_window
#property indicator_buffers 2
#property indicator_color1 Black
#property indicator_color2 Red
#property indicator_width1 2
#property indicator_minimum 0
#property indicator_maximum 100
#property indicator_level1 80
#property indicator_level2 60
#property indicator_level3 40
#property indicator_level4 20
#property indicator_levelcolor DarkSlateGray


But the indicator doesnt appear on a seperate window properly.Any help much appreciated.
Attached Files
File Type: mq4 HMA_v2[1].mq4 (5.9 KB, 14 views)
Reply With Quote