MQL4 API

 
It has been my understanding that there is no API for MQL4 but on the MetaTrader website there is reference to one - https://www.metaquotes.net/en/metatrader4 Does anyone have any knowledge about this?

Thanks
Scott
 
It is server side API, not for client terminal.
 
nezinu1 wrote:
It is server side API, not for client terminal.

Drats but thanks
 
 

Thanks, but for my purposes, the limitation is in the event driven model. With the exception of init and deinit, the only event that I am aware of is price change. We also need to write a gui for our traders to be able to interact with the ea. My understanding is that even if the gui could somehow take user input between price changes, that input could not be processed until there was a price change (price change event) unless there were some way to kick off scripts from the dll. At that point, under any circumstances we have a maintenance nightmare.

Is there a plan for an event driven api model or even events in regular mql4?

Scott
 
ScottB:

Is there a plan for an event driven api model or even events in regular mql4?
Currently, no any projects in this direction.