refactor: indicator style

This commit is contained in:
toh4iem9
2025-10-06 21:42:10 +02:00
parent 5c449602f3
commit b81080c52d
+2 -2
View File
@@ -28,14 +28,14 @@
#property indicator_label2 "+DI"
#property indicator_type2 DRAW_LINE
#property indicator_color2 clrOliveDrab
#property indicator_style2 STYLE_DOT
#property indicator_style2 STYLE_SOLID
#property indicator_width2 1
//--- Plot 3: -DI line (Negative Directional Indicator)
#property indicator_label3 "-DI"
#property indicator_type3 DRAW_LINE
#property indicator_color3 clrTomato
#property indicator_style3 STYLE_DOT
#property indicator_style3 STYLE_SOLID
#property indicator_width3 1
//--- Include the calculator engine ---