Originally Posted by Sparrow Here's also my first attempt of the sniper fx cci, i dunno if it is correct, hope someone can verify it. I used someone else's T3, dunno how well the results match up. |
Sparrow
The MT4 version of sniper malfunctions on live ticks.
Sniper ran into the 8 array limit that MT4 imposes so he used variables for e1 to e6 (I think thats it) when he should have used arrays e1[i] etc.
Without arrays it does bar by bar okay but does not handle life ticks.
I think he used a repaint loop to correct the bar data. The live tick problem showed up when I removed the repaint step.
I think if you use arrays for e1[i] etc as for normal emas, it should fix the live tick problem and remove the need to repaint the most recent bar.
I still need to get past the 8 array limit before I can fix it in MT4.
Good luck