refactor(indicators): indicator_color

This commit is contained in:
Toh4iem9
2026-01-13 11:55:52 +01:00
parent 02b8823089
commit 836834d3dd
@@ -28,8 +28,8 @@
//--- Plot 2: DMI Stoch %D (Signal line)
#property indicator_label2 "%D"
#property indicator_type2 DRAW_LINE
#property indicator_color2 clrOrangeRed
#property indicator_style2 STYLE_DOT
#property indicator_color2 clrCoral
#property indicator_style2 STYLE_SOLID
#property indicator_width2 1
//--- Include the calculator engine ---