S samjesse Active Trader Aug 30, 2011 118 0 27 Nov 6, 2011 #1 Hi can I place a conditional if statement inside the OnTimer() to stop/exit an EA which I started in a debugging mode? thx
Hi can I place a conditional if statement inside the OnTimer() to stop/exit an EA which I started in a debugging mode? thx
Enivid Administrator Staff member Nov 30, 2008 19,569 1,606 144 Odesa www.earnforex.com Nov 6, 2011 #2 Is DebugBreak(); what you are looking for?
S samjesse Active Trader Aug 30, 2011 118 0 27 Nov 6, 2011 #3 yes. and how do I do it when not in debug mode?
Enivid Administrator Staff member Nov 30, 2008 19,569 1,606 144 Odesa www.earnforex.com Nov 6, 2011 #4 ExpertRemove(); Is that it?