mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-31 14:27:44 +00:00
refactor: indicator_color indicator_levelcolor
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
#property indicator_plots 1
|
||||
#property indicator_label1 "MADH"
|
||||
#property indicator_type1 DRAW_LINE
|
||||
#property indicator_color1 clrYellow
|
||||
#property indicator_color1 clrSlateBlue
|
||||
#property indicator_style1 STYLE_SOLID
|
||||
#property indicator_width1 1
|
||||
|
||||
#property indicator_level1 0.0
|
||||
#property indicator_levelstyle STYLE_SOLID
|
||||
#property indicator_levelcolor clrWhite
|
||||
#property indicator_levelcolor clrSilver
|
||||
|
||||
#include <MyIncludes\MADH_Calculator.mqh>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user