Forum

Improve your time execution by removing Bars function calls

Hey guys. Today I am going to share a simple function used to get a daily unique value in function of a symbol and a timeFrame. This is useful when you want to know if you got a new bar on your chart, this is useful to avoid useless computation. You can basically use the Bars function like that

Big gap between forward result and simulation result

Hello, I had an issue since 2 weeks : A big gap between the forwards results and simulations results. My EA use Wininet library to execute a Web Query because a part of the EA's decision is handled by data crawling on the web, these data are centralized on a web-service. This web-service requires a

Strategy Tester and spread evolution

Hi ;) Basic question : I have try to used the Strategy Tester to follow step by step how an important news impact a major pair like EURUSD. But I am a bit disappointed because even if I am in every tick mode for the simulation the spread look to be fixed for one minute For example : 2013.11.07 for

Get data from webservices, websites, databases etc ...

Hi ;) First let me introduce my idea a bit : I am trying to design a trading automat based on fondamentals news. So the trading decision is not the MQL work, this is the role of an external engine actualy hosted on an dedicated server . I used Mql for execution orders. On the paper this system look

Error 4753 : Position not found on OrderSend request

Hey Guys, I got a strange MQL error on execution : Error 4753 for a Position not found issue. This error didn t append on all my order request, sometime execution is fine and sometime this error append. I have already google it and the general solution reported for this issue is to use

Work on MetaEditor with multiScreen ?

Hey Guys, How can I work on MetaEditor with multiScreen configuration ? For exemple : Edit 2 files, with one file on the left screen and the second file on my right screen. I have try to drag and drop the edition window, search in metaEditor options. Is it just impossible ? Thank's ;)