mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-21 00:08:07 +00:00
refactor: indicator width
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrRed
|
#property indicator_color1 clrRed
|
||||||
#property indicator_style1 STYLE_SOLID
|
#property indicator_style1 STYLE_SOLID
|
||||||
#property indicator_width1 2
|
#property indicator_width1 1
|
||||||
|
|
||||||
//--- Plot 2: FAMA Line
|
//--- Plot 2: FAMA Line
|
||||||
#property indicator_label2 "FAMA"
|
#property indicator_label2 "FAMA"
|
||||||
|
|||||||
Reference in New Issue
Block a user