Deploying signal with a dll file used in EA

 

I have an EA which I want to launch as a signal on mql5.com

EA uses a dll. 

From what I have read so far, the mql5 vps service does not allow a dll. 

So how can I launch my signal using this EA ? 

I can not let it run on my laptop, because at home/office I will have electricity issues and internet issues. I need to let it run 24*7. 

 
Satyam Shivam: So how can I launch my signal using this EA ?

You don't. Re-write it to remove the DLL.

 

I had a friend suggest me the following, but not sure if that is right. Kindly comment if this will work.


I take a VPS or dedicated server from some VPS provider.

I deploy my EA with dll on that VPS. 

Then I deploy the EA as a signal service on mql5.com


I want to know if this will work, given that my EA uses a dll.

Reason: