Thread: How to code?
View Single Post
  #1434 (permalink)  
Old 11-12-2008, 01:49 AM
wolfe's Avatar
wolfe wolfe is offline
Senior Member
 
Join Date: Jan 2006
Posts: 830
wolfe is on a distinguished road
Quote:
Originally Posted by ingvar_e View Post
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.
Reply With Quote