Calling start() function from a DLL?

 

Hi,

start() function is called only when a market tick comes. Is there any way to call an expert's start function any other time? For example could we call start() function from a DLL? (May we create a timer in DLL and let it call functions from the expert periodically?)

Hope to find an answer to this issue.

Best.

 
No, it's impossible.
 
yashil,

Use a script working is endless loop and WinAPI Event object for example to get the signal from a DLL.
Reason: