mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-15 13:28:06 +00:00
refactor: InpColor
This commit is contained in:
@@ -20,9 +20,9 @@ input double InpDeviation = 2.0; // Deviation for bands
|
|||||||
input ENUM_APPLIED_PRICE_HA_ALL InpSourcePrice = PRICE_CLOSE_STD;
|
input ENUM_APPLIED_PRICE_HA_ALL InpSourcePrice = PRICE_CLOSE_STD;
|
||||||
|
|
||||||
input group "Color Settings"
|
input group "Color Settings"
|
||||||
input color InpMidlineColor = clrCrimson; // Midline Color
|
input color InpMidlineColor = clrDeepSkyBlue; // Midline Color
|
||||||
input color InpUpperBandColor = clrCrimson; // Upper Band Color
|
input color InpUpperBandColor = clrDeepSkyBlue; // Upper Band Color
|
||||||
input color InpLowerBandColor = clrCrimson; // Lower Band Color
|
input color InpLowerBandColor = clrDeepSkyBlue; // Lower Band Color
|
||||||
|
|
||||||
//--- Global variables ---
|
//--- Global variables ---
|
||||||
CPolynomialRegressionObjectCalculator *g_calculator;
|
CPolynomialRegressionObjectCalculator *g_calculator;
|
||||||
|
|||||||
Reference in New Issue
Block a user