
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
Dear coders,
I want to loop back 20 bars. Is this correct ?
for(int i=0; i<Bars;i++)
{
some code...[i] but I m interested how much loop is going to interate
}
In this case it will loop on all Bars on chart. How can I loop only 20 bars back ? Thank you