IBFX USA and IBFX Australia - EA do not want to work on both

 

Hi

I battle to get EA to work on IBFX Australia. I did an EA with just a print statement. It prints in IBFX USA but no reaction on IBFX Australia?

Can someone help?

Thanks

 
What do you get in the top right hand corner of the chart, smiley face, sad face or X ?
 
RaptorUK:
What do you get in the top right hand corner of the chart, smiley face, sad face or X ?


Hi

Yes smiley face. All set the same as on IBFX USA Platform.

 
When does it print ? under what circumstances ? maybe you need to show your code . . .
 
RaptorUK:
When does it print ? under what circumstances ? maybe you need to show your code . . .


Hi

Just init start and a Print statement.

int init() { return(0); }

int deinit() { return(0); }


//Start Programme//

//---------------------------------------------------------

int start()

{

Print("*****************************");

}

 
Do you have ticks coming through ? is price changing ? is your platform online ?
 
RaptorUK:
Do you have ticks coming through ? is price changing ? is your platform online ?


Hi

Yes, it is ticking - I am actually trading live currently. I have a perfectly working EA running for years on USA IBFX, not want to do a thing on IBFX Aus. That is why I just compiled the single line print EA to test it. Print on USA IBFX, but nothing on Aus IBFX. Weird

 

I just downloaded the same platform and installed it, I compiled your EA and it works fine. I get the following in the Experts tab . . .

2011.09.23 10:57:52 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:51 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:51 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:50 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:50 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:50 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:49 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:48 johanmalan GBPUSD,H1: *****************************

etc
 
RaptorUK:

I just downloaded the same platform and installed it, I compiled your EA and it works fine. I get the following in the Experts tab . . .

2011.09.23 10:57:52 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:51 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:51 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:50 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:50 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:50 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:49 johanmalan GBPUSD,H1: *****************************
2011.09.23 10:57:48 johanmalan GBPUSD,H1: *****************************

etc


Hi

Yes that is what I should get and - Nothing. I do not understand what can be wrong. All settings according to me is correct..... Where do I look for the problem, any Ideas?

 

All I did was install, copy over the EA to the experts folder, open a chart, add the EA to it . . . I didn't change any settings.

Perhaps you are having a Vista/Windows 7 related issue. What folder do you have MT4 installed in ?

 

Hi

I installed it under Program files an then the IBFX folder. I have Vista on laptop and Windows 7 on my desktop. So far only tried it on Laptop.

RaptorUK:

All I did was install, copy over the EA to the experts folder, open a chart, add the EA to it . . . I didn't change any settings.

Perhaps you are having a Vista/Windows 7 related issue. What folder do you have MT4 installed in ?

Reason: