mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-23 01:08:06 +00:00
style(scripts): InpSqueezeMom
This commit is contained in:
@@ -65,7 +65,7 @@ input group "Squeeze Settings"
|
|||||||
input int InpSqueezeLength = 20;
|
input int InpSqueezeLength = 20;
|
||||||
input double InpBBMult = 2.0;
|
input double InpBBMult = 2.0;
|
||||||
input double InpKCMult = 1.5;
|
input double InpKCMult = 1.5;
|
||||||
input int InpSqueezeMom = 12; // NEW
|
input int InpSqueezeMom = 12;
|
||||||
|
|
||||||
//--- QuantData Struct (Updated Layout)
|
//--- QuantData Struct (Updated Layout)
|
||||||
struct QuantData
|
struct QuantData
|
||||||
|
|||||||
Reference in New Issue
Block a user