refactor: indicator_width

This commit is contained in:
Toh4iem9
2026-08-23 19:22:44 +02:00
parent 5aac21c907
commit bb9d67cdb7
@@ -15,7 +15,7 @@
#property indicator_type1 DRAW_LINE #property indicator_type1 DRAW_LINE
#property indicator_color1 clrCrimson #property indicator_color1 clrCrimson
#property indicator_style1 STYLE_SOLID #property indicator_style1 STYLE_SOLID
#property indicator_width1 2 #property indicator_width1 1
//--- Included Engines & Core Tools //--- Included Engines & Core Tools
#include <MyIncludes\KAMA_Calculator.mqh> #include <MyIncludes\KAMA_Calculator.mqh>
@@ -34,7 +34,7 @@ input ENUM_APPLIED_PRICE_HA_ALL InpSourcePrice = PRICE_CLOSE_STD; // Price
input group "Visual Settings" input group "Visual Settings"
input color InpColorKAMA = clrCrimson; // Line Color input color InpColorKAMA = clrCrimson; // Line Color
input ENUM_LINE_STYLE InpStyleKAMA = STYLE_SOLID; // Line Style input ENUM_LINE_STYLE InpStyleKAMA = STYLE_SOLID; // Line Style
input int InpWidthKAMA = 2; // Line Width input int InpWidthKAMA = 1; // Line Width
//--- Indicator Buffers --- //--- Indicator Buffers ---
double BufferKAMA[]; double BufferKAMA[];