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