Expert Advisors and Automated Trading - page 323

Do most (or even any?) trade copier EAs in the Market for MT5 open trades they copy asynchronously? I ask because with some EAs before I noticed that they simply ported from their MT4 EAs and then didn't both to program the MT5 versions with asynchronous trade functions because it is simpler not to...
Good morning everyone I have a couple of question about VPS . I trade a future that expire every month: i have to reload only that future chart or all charts with their EA? If i use platform when charts are migrated, this is an issue
[Deleted]
Hey all, i like to get reed of the old terminal log messages when i start a new session. Is there any way to use a command such as "ClearTerminalLog()" to do this or do i have do clear it always by hand ? Thanks & Regards, Chris
  EA mql4 2019  (10)
Can someone do this to me in mql4? Example strategy: 1. buy and sell at the same time. 2. Each "-X pips" repurchase or resell with a lot increase. 3. TP getting closer when it makes a repurchase. No stop loss. 4. If touch the TP, go back and buy it right away. 5. without indicators, only buy and...
Hi guys! I have been working on an EA for a few weeks now and I am stuck: I want to close all trades and open orders when a profit target (say 10 pips) is reached. I have a ClosePosition function which doesn't seem to be working. Would anyone have any idea how to solve this? Thanks a lot, Martin...
Selam, I have an EA and 2 laptops. Laptop A is optimizing the EA but optimization is not working at Laptop B. Same EA, same settings. When I select the parameters and change to the settings tab to start the test, parameters unchecked but test is running. How can I solve this problem? before start
The help for OrderSend says: slippage [in]  Maximum price slippage for buy or sell orders If Is this a digits or pip value (i.e. 20 means 2 pips for EURUSD contract with 5 digits)?
Hi Coders, I am not sure if this is the right section of the forum. Can somebody please add the 3-level semfor indicator (attached) to the Ascitrend EA attached with the post. The EA currently opens positions at Asctrend signal and closes at the opposite signal. It also has TP, SL, Trailing SL, etc...
Does anyone know how to perform the max drawdons in xx candles? I have an example of symbol prices like below: Candle Close high Diference 0 1.258 1.265 0.007 1 1.265 1.274 0.009 2 1.274 1.286 0.012 3 1.286 1.3 0.014 4 1.3 1.29 -0.01 5 1.29 1.291 0.001 6 1.286 1.285 -0.001 7 1.285 1.283 -0.002 8...
  EX4 Decompile  (2)
Hello, is there a software that can decompile the ex4 Build Version 5 Build 1601. I'm interested because I need to know if I have to protect my EA or not. Thanks for your help
Hi Guys, I'm trying to learn the basics in MQL5 coding, i'm trying to display the text "Hello" on the left side of my screen. This is the code i used: void OnTick()   {         // Say hello      Comment ("Hello ");      }  When i load te EA, it doesn't display Hello on my screen. It only says hello...
Hi Everyone, I'm learning to write programs in mql. I wrote a piece of code to identifier possible beginning of trend i'm using three averages to do that: Moving average Period = 20  :  mediumMovingAvg      Moving average Period = 8     :  fastMovingAvg      Moving average Period = 60   :...
Hello again mql community! Im back with an issue im hoping someone may have a solution to. I am currently trying to run massive optimization on all of my EA's and find the best possible parameters for each to set as defaults. However, the three computers I can spare for this project have an i3-2310
Hi all I got an issue with the Stop Loss and can't find out the cause - I got the Mt4 version running just fine however, mt5 is not able to run.  Mql5 can't HELP ..... and suggest to ask the Forum - Does any one has this issue (anoying...) and how to solved it  EA on mt4 works fine - Mt5 ...!!!...
#include<Trade\Trade.mqh> CTrade trade; void OnTick () { double Ask= NormalizeDouble ( SymbolInfoDouble ( _Symbol , SYMBOL_ASK ), _Digits ); datetime time= TimeLocal (); string HoursAndMinutes = TimeToString (time, TIME_MINUTES ); if (( PositionsTotal ()== 0 ) && ( StringSubstr
Hello Gurus in the house, Please I need your help in solving this nagging problem of assigning each name of pairs to OrderSend function to open, I was able to call all the symbols from the market watch but to assign a particular pair for each OrderSend is the problem, it was just picking all the...
Hi everyone, So I'm currently trying to optimize my EA that was running okay, and I don't really know how to interprete the data that is shown, I red an article about the optimization but nothing that is helping me, also I've been using "open price" only to get more data faster. But here is the...
hi...i accidentally update the ea than i realize didn't like the last version describe   are there any ever downgrade version? thx
Hello everybody, I try to create my custom symbol and I generate tick history for it. But the bar history is missing. It is possible to generate the bar history from tick history automatically from the platform (MT5), or I must generate it manually
How to change account associated with an VPS rented from MQL5.COM ? Thanks
Hello Guys, I made a bool function to count my positive and negative trades daily, if there is more then 3 it returns true. In backtesting it works because all positionated volume closes at once. In real trades, the volume is closed in parts, so the function counts more then 1 positive trade and...
Can I download data of timeframe M1 in MT4 ?
Suddenly the OnChartEvent stops working, not only with my EA but even with the examples ones. What's happened? Thank you!
hi, now many EA can I use on a sigle MT4 before  having some stability/speed problems? 20 , 30 EAs? Thanks
Hello, using MT5 2006 I did a backtest about 2 month ago for which I have the full report. Now suddenly the results are different no matter if I use MT5 2006, 2007 or 2015. I cannot reproduce the same result as 2 months ago. Did Metaquotes change the backtest tick data recently ?
hello some pro coders please reply me. why on some EAs backtesting speed is too fast and on another ones it is too slow? and how to speed up backtesting speed on slower ones? thank you previously
Hi all, thank you for taking the time to read and help. A friend of mine is working with a developer who says he cannot fullfill the order because his account has been blocked by mql5 and that my friend should just wait as he is waiting feedback from mql , but the order remains open and looks normal...
I want to write a function that examines a condition on all the watch list symbols. Does anyone have a code in this regard?
  Corrupt EA?  (2)
Dear forum members, May i ask if someone knows my issue? When you make a new EA using Metaeditor and press the save as button the program goes directly into the correct folder (i.e. expert folder for EA and indicators folder for indicators etc) Now i have made a (huge) EA with a lot of inp (input...
Hi, I want to check my free margin before I open a position. However my EA opens positions at the same time (when markets open). Now I am afraid, that if my EA on different charts checks free margin at the same time, they will all get returned the same free margin for each chart (because all