buju:
I only want my ea to read back 8 bars , here is my code but its not working , seems it reads all the bars ...
int start_bar = Bars; //Print (start_bar); for (int bar = start_bar; bar >= 0; bar--) {
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
I only want my ea to read back 8 bars , here is my code but its not working , seems it reads all the bars ...