Abcogito:
Here's the sourc ecode
Here's the sourc ecode
How does i become less than 1 ?
while(i >= 1) // infinite loop . . . . { double Sum=0.0,Sum_Sq=0.0; if(i == Bars - Number_Of_Bars - 1) { int n = Bars - 2; Sum += Close[n]; Sum_Sq += MathPow(Close[n],2); } Aver = Sum / Number_Of_Bars; Aver_Sq = Sum_Sq / Number_Of_Bars; }

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register