start function not working!!! - page 2

 
kenkajei:

yes i have smiling face on top right corner,,, the file even comes losted under the Expert Advisors tab at Navigator panel,,,, and the init and deinit alerts bell comes through fine,,,,,,,Unless there is anothe way to enable EA's,,,am with ibfx,,, they quote five decimal places,,, could that affect???,,, unless its taking forever to process start() function upon new tick,,,just lost on it

I finally placed that code that was within start() within the init() function,,, and it runs,,,but only at initialization

 

I Have the exact same problem.

I have demo account, and no matter what int start () never functions.

 
donshota:

I Have the exact same problem.

I have demo account, and no matter what int start () never functions.

Show your code, please post it using the SRC button or it will be removed.


Is this an Indicator, Script or EA ? do you have the files in the correct directory ? did you enable live trading ? do you use any DLLs ?

 
donshota:

I Have the exact same problem.

I have demo account, and no matter what int start () never functions.


check for never-ending loops in init()
 

Just remove the blank OnTick() function.

It will work!


Ronan

Reason: