is that really matter? BTW 0 is not a price.

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
double iClose(
string symbol, // symbol
int timeframe, // timeframe
int shift // shift
);
Returned value
Close price value for the bar of specified symbol with timeframe and shift. If local history is empty (not loaded), function returns 0. To check errors, one has to call the GetLastError() function.
return 0 , 0 is int or double ?