Thanks a lot for your help
codersguru:
Hi Kam,
Hi Kam,
This is iHigh explanation:
iHigh:
Syntax:
double iHigh( string symbol, int timeframe, int shift)[/PHP]
Description:
The iHigh function returns the High price for the given bar (the shift parameter is the bar number) of the given symbol and timeframe. The function returns 0 if the history data not loaded.
Note: If you want to get the High price (of a bar) of the current chart (symbol and timeframe) use High[int shift]function.
Parameters:
string symbol:
The symbol (currency pair) of the chart you want to get its bars number.
Use NULL if you want to use current symbol.
int timeframe:
The timeframe (in integers, ex: 1,5,30,60 etc) of the chart you want to get its bars number.
Use 0 if you want to use current timeframe.
int shift:
The index of the bar you want to get its High price.
Example:
[PHP]Print("Current High price for USDCHF H1: ",iHigh("USDCHF",PERIOD_H1,i));
for more details: http://www.metatrader.info/node/124Coders guru, i have sent you a PM..please check..or can you please give me your email address..i need some help..
Thanks
Babar
Thanks codersguru

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