Trev Henderson / Publications
Forum
DLL import for optimisation in Local Network Farm not allowed?
Hi, I've been trying to run an EA with an Indicator that uses a DLL. I can get it to run in the optimiser perfectly using all "Local Agents" selection, however I can't get it to run when I switch to 'Local Network Farm'. Regardless of whether the agents are set up on another machine or the same
Can't use pipes in Strategy Tester when using Network Farm Agents?
Hi All, Sorry for another pipe vs. http dll question, but I don't think it's been asked before whether you can use pipes in Strat Tester on remote agents in your own network farm. I've been trying to run an EA that communicates through a named pipe (using the stdLib CFilePipe), and it all works in
iCustom does not return failure of custom indicator.
Hi, I may be misunderstanding things, but it seems the MQL5 iCustom() call will always return a handle, even if the OnInit() of that indicator returns a failure code (such as INIT_PARAMETERS_INCORRECT). Therefore there is no way to stop an EA due to a Custom Indicator having invalid parameters or