mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-18 14:58:10 +00:00
refactor(indicators): InpSignalPeriod
This commit is contained in:
@@ -40,7 +40,7 @@ input ENUM_APPLIED_PRICE_HA_ALL InpSourcePrice = PRICE_CLOSE_STD;
|
|||||||
|
|
||||||
input group "Signal Line Settings"
|
input group "Signal Line Settings"
|
||||||
input ENUM_LRSI_DISPLAY_MODE InpDisplayMode = DISPLAY_LRSI_AND_SIGNAL;
|
input ENUM_LRSI_DISPLAY_MODE InpDisplayMode = DISPLAY_LRSI_AND_SIGNAL;
|
||||||
input int InpSignalPeriod = 9;
|
input int InpSignalPeriod = 3;
|
||||||
input ENUM_MA_TYPE InpSignalMAType = EMA;
|
input ENUM_MA_TYPE InpSignalMAType = EMA;
|
||||||
|
|
||||||
//--- Indicator Buffers ---
|
//--- Indicator Buffers ---
|
||||||
|
|||||||
Reference in New Issue
Block a user