Adehan / Publications
Forum
I get the same Problem(Open parenthesis expected) in the if(impulseSize <= Point * 10) Line and I tried everthing but the same Problem occurs the whole time. Can somebody Help me?
#property script_show_inputs struct Swing { int index; double price; }; input int ZigDepth = 4 ; input int ZigDeviation = 1 ; input int ZigBackstep = 1 ; input double FibLowPct = 61.8 ; input double FibHighPct = 100.0 ; input int NextBarsToCheck = 200 ;