
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
With - Bars - You may need to call on the Symbol and Period, then move the data into an int....
Bars(Returns the number of bars count in the history for a specified symbol and period. There are 2 variants of functions calls.)
// Check if there are enough bars for analysis (at least 5 candles)
int bars=Bars(_Symbol,_Period);
if(bars>5)