akash.umang / Publications
Forum
create infinite running process in mql which wait for event and take action.
Problem Description : Currently from OnTick() i am calling a DLL function . DLL code is written in CPP. In DLL i want to write a function that wait for a event(in my case it is massage from other DLL) and then return to ONTick. but in mql it is restriction that it