refactor: indicator color & level2

This commit is contained in:
Toh4iem9
2025-10-05 15:25:32 +02:00
parent 5ebf3a2ae3
commit 551286a4e2
@@ -14,7 +14,8 @@
#property indicator_buffers 2 // %K and %D
#property indicator_plots 2
#property indicator_level1 20.0
#property indicator_level2 80.0
#property indicator_level2 50.0
#property indicator_level3 80.0
#property indicator_minimum 0.0
#property indicator_maximum 100.0
@@ -28,8 +29,8 @@
//--- Plot 2: %D line
#property indicator_label2 "%D"
#property indicator_type2 DRAW_LINE
#property indicator_color2 clrRed
#property indicator_style2 STYLE_DOT
#property indicator_color2 clrLightCoral
#property indicator_style2 STYLE_SOLID
#property indicator_width2 1
//--- Include the calculator engine ---