Is there any api that provide us to do a autotrade when a signal trigger from our own website

 

Hi


Is there any api that provide us to do a autotrade of our clients  when a signal trigger from our own  Signal Provider a seprate  Api

What we need is to any Api  on that we may HIT/Call from our end when a Cross occur at our System .


Thanks

 
mss.rajatgoel:

Hi


Is there any api that provide us to do a autotrade of our clients  when a signal trigger from our own  Signal Provider a seprate  Api

What we need is to any Api  on that we may HIT/Call from our end when a Cross occur at our System .


Thanks

A custom expert advisor with WebRequest may be? Just ask your server periodically from your code. All implementation details are up to you.
 

Hi, take a look to this url

https://www.mql5.com/en/code/10121 

"Native" MQL HTTP Client
"Native" MQL HTTP Client
  • votes: 4
  • 2011.02.08
  • gino pilotino
  • www.mql5.com
This library implements two simple HTTP GET / POST function and does not require external dll(s).
Reason: