mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-23 01:08:06 +00:00
refactor(indicators): indicator_color
This commit is contained in:
@@ -38,12 +38,12 @@
|
|||||||
// Plot 5-6: Band 2 (+/-)
|
// Plot 5-6: Band 2 (+/-)
|
||||||
#property indicator_label5 "Upper Band 2"
|
#property indicator_label5 "Upper Band 2"
|
||||||
#property indicator_type5 DRAW_LINE
|
#property indicator_type5 DRAW_LINE
|
||||||
#property indicator_color5 clrOrange
|
#property indicator_color5 clrCoral
|
||||||
#property indicator_style5 STYLE_SOLID
|
#property indicator_style5 STYLE_SOLID
|
||||||
|
|
||||||
#property indicator_label6 "Lower Band 2"
|
#property indicator_label6 "Lower Band 2"
|
||||||
#property indicator_type6 DRAW_LINE
|
#property indicator_type6 DRAW_LINE
|
||||||
#property indicator_color6 clrOrange
|
#property indicator_color6 clrCoral
|
||||||
#property indicator_style6 STYLE_SOLID
|
#property indicator_style6 STYLE_SOLID
|
||||||
|
|
||||||
// Plot 7-8: Band 3 (+/-)
|
// Plot 7-8: Band 3 (+/-)
|
||||||
|
|||||||
Reference in New Issue
Block a user