Quote:
Originally Posted by robp
Is anybody using an EA that gets its signals from a central server? I want to release my EA to clients, but not the code. And I know there's a way to do that where the client-user has a shell EA that receives signals from the main EA that runs on a server.
Is anybody currently running this scenario or getting signals like this? I'd like to hear about your experiences. Thanks.
|
The way we do it , is we have a central server that is polled by the client EA/DLL every 250 ms. Its gets its jobs from the server. The only code on the client side is a dispatch shell.
BUT, if you are going to go this route, why not use an ECN type broker, and get better service? Eliminate the EA all together on the Client side..
Craig