Page 1 of 1

mql4 coding help

Posted: Fri Jun 11, 2010 10:32 am
by forexjake80
if mt4 is online & price feed is coming in, my indicator goes to full cpu load and mt4 freezes. Working fine in offline mode. I am not intentinally doing any calculations with the open candle number zero. Can anyone point me in the right direction?

Posted: Fri Jun 11, 2010 12:04 pm
by flinux
You have to post your indicator, so we can help you.

Posted: Fri Jun 11, 2010 12:37 pm
by bredin
without seeing your code Im only guessing, but it often happens to me if I use the wrong > < in a loop. the symptoms look like an infinite loop problem.

Please post code.

G.