mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-24 09:48:05 +00:00
refactor: indicator_width
This commit is contained in:
@@ -17,14 +17,14 @@
|
|||||||
#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
|
//--- Plot 2: FAMA
|
||||||
#property indicator_label2 "FAMA MTF"
|
#property indicator_label2 "FAMA MTF"
|
||||||
#property indicator_type2 DRAW_LINE
|
#property indicator_type2 DRAW_LINE
|
||||||
#property indicator_color2 clrBlue
|
#property indicator_color2 clrBlue
|
||||||
#property indicator_style2 STYLE_SOLID
|
#property indicator_style2 STYLE_SOLID
|
||||||
#property indicator_width2 2
|
#property indicator_width2 1
|
||||||
|
|
||||||
#include <MyIncludes\MAMA_Calculator.mqh>
|
#include <MyIncludes\MAMA_Calculator.mqh>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user