MQL4 - automated forex trading   /  

Forum

help: EA does not start-new to Expert Advisor

Back to topics list To post a new topic, please log in or register

avatar
1
jamesbonner 2007.12.28 05:11 

was trying to test whether the EA works when each new tick comes in. below is the code. but there is no alert box comes up every time when there is a new tick. what could be wrong?

int start()
{
Alert(Bars);

}

article

Report: Jury Meeting on 19th October 2006

Two questions were discussed at the meeting: disqualification of Participant #400239 and spike on GBPUSD of 19th of October.


avatar
1236
BarrowBoy 2008.02.18 17:00 

James

Lets assume the account is working and the market trading, i.e. receiving tick data (prices are changing in the Price window)?

Does the EA 'face' on the top right of the chart have a smile or a frown?

If its not smiling, go to Tools Menu/Options/Expert Advisers and 'Enable Expert Advisers'

Let us know if it still wont work

Good luck

-BB-

Back to topics list  

To add comments, please log in or register