Quote:
Originally Posted by ingvar_e
In an EA I use iCCI with 1 Hour timeframe like
cci = iCCI(NULL,PERIOD_H1,CCIPeriod,PRICE_TYPICAL,1);
If I run the EA in 1H I will get a specific value. If I run the EA in a 15M I expect to get the same value.
On IBFX I get the same value. On Alpari not.
Seems strange
Ingvar
|
By calling PERIOD_H1 in your indicator call you should only get H1 data. That IS strange.