MQL4 - automated forex trading   /  

Forum

MQL4 API

Back to topics list To post a new topic, please log in or register

avatar
42
ScottB 2006.11.20 16:06 
It has been my understanding that there is no API for MQL4 but on the MetaTrader website there is reference to one - http://www.metaquotes.net/metatraderapi/serverapi Does anyone have any knowledge about this?

Thanks
Scott
article

Superposition and Interference of Financial Securities

The more factors influence the behavior of a currency pair, the more difficult it is to evaluate its behavior and make up future forecasts. Therefore, if we managed to extract components of a currency pair, values of a national currency that change with the time, we could considerably delimit the freedom of national currency movement as compared to the currency pair with this currency, as well as the number of factors influencing its behavior. As a result we would increase the accuracy of its behavior estimation and future forecasting. How can we do that?


avatar
37
nezinu1 2006.11.20 16:31 
It is server side API, not for client terminal.

avatar
42
ScottB 2006.11.20 18:24 
nezinu1 wrote:
It is server side API, not for client terminal.

Drats but thanks

avatar
Moderator
28825
MetaQuotes 2006.11.20 19:45 

avatar
42
ScottB 2006.11.20 20:03 

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

avatar
Moderator
28825
MetaQuotes 2006.11.21 10:32 
ScottB wrote:

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

To add comments, please log in or register