refactor: indicator width

This commit is contained in:
Toh4iem9
2025-10-05 17:58:59 +02:00
parent 8df365f652
commit 35127799a4
+1 -1
View File
@@ -19,7 +19,7 @@
#property indicator_type1 DRAW_COLOR_LINE
#property indicator_color1 clrLimeGreen, clrTomato
#property indicator_style1 STYLE_SOLID
#property indicator_width1 2
#property indicator_width1 1
//--- Include the calculator engine ---
#include <MyIncludes\Supertrend_Calculator.mqh>