| / | Forum |
|
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 |
|
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? |
|
nezinu1
2006.11.20 16:31
It is server side API, not for client terminal.
|
|
ScottB
2006.11.20 18:24
Drats but thanks |
28825 |
MetaQuotes
2006.11.20 19:45
|
|
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 |
28825 |
MetaQuotes
2006.11.21 10:32
ScottB wrote: Currently, no any projects in this direction.Is there a plan for an event driven api model or even events in regular mql4? |