MT5 has a built-in expert "ExpertMAMA". I've been running tests on it this week and so far, it's performing decently. However, i cannot run it on MT4. MT4 has a simple MA advisor, but its parameters are different from ExpertMAMA. I need help if somebody knows or can point out to me what is the
Hello my friends. I have an EA that work correctly. I tested it on Alpari broker But this ea on forex-time broker some times have error 130 on order send. BUT i know about minimum tp or sl distance. see this: I trade EURUSD on this price 1.11600 and I got this 2020.01.15 20:33:22.696 '47443724'
Why yesterday at 02.00 was my VPS reset, deleting EA that was running?! I lost a lot of money, how i can contact support
Hi, I am building a simple EA to place an order based on MA. (i.e. when a bid price is above MA then to place a buy order....). I want to place only one order placement for each candle. Do you know how to control for this? Best, Mygreen
Hello, everyone, I started learning how to program in MQL5 today and I'm trying to make a simple moving average cross expert advisor. It compiles without errors, but when I try to test it in the strategy tester it does not seem to work, it stays still. I'm not sure if the problem is in the code or
HI Sir, I rented hosting for 1 month to my <Deleted> account. I added one pair till now. From yesterday I added another pair but it is not working. only 1 pair is working.. I read that I can use upto 16 pairs once i rented. So what should I do now.. Please solve my problem
Hello, I'm trying to get the balance return of the Deals History, but I'm having some issue, because, sometimes at the same order, there is more than one deal. I'm using the code below to organize in 02 arrays. One for time and other for the profit. Is there any way when it is copying data if the
How can I draw inside CAppDialog using CCanvas, for exemple
I'm having an Expert for copying Trades, but when trying to migrate all experts,etc. it wouldn't allow me to migrate that one, due to "not allowing dlls", because the expert is running"quickchannell.dll". It tells me to remove the expert in order to migrate, but I need this Ea to be migrated too. If
[Deleted]
Hello everyone! Is it possible to count the number of symbols opened up in market watch in an EA? Is yes, advice on how it can be done
Hello! I would like to change martingale function to make my EA open lots adding just 0.01 (0.01, 0.02, 0.03, 0.04...). Could somebody help me with my code? int f=0; if(Martin==true) { if(total==0) { f=1; } if(total>=1) { f=total; }
Hi, Please help me find my paid robot and my robot rent. They are not appear everywhere in my terminal. After instal to terminal from community market, nothing happens Thanks
Hi everybody, in MetaEditor, is it possible to loop though enumerations as per the below parameter info (I don't mean switching between overloads 1 and 2, but looping through all possible ENUM_SYMBOL_INFO_DOUBLE values in the below example)... ...or do we have to open and consult the documentation
(<Deleted> ) are these overly concerning? Will it slow down my EA? Both errors and warnings
Does anyone know if MQL5 EAs require additional activations when I upgrade CPU+RAM of my VPS (not a new VPS, just upgrade)
[Deleted]
Hi There !
Can someone please help me getting more information about this message ?
JG 0 22:10:32.215 YouBotG2 (WINQ14,M1) OnDeinit_Uninitalization reason code = 9
DH 0 22:10:32.215 YouBotG2 (WINQ14,M1) OnDeinit_UninitReason = Another reason
DQ 0 22:10:32.215 YouBotG2 (WDON14...
MqlTick Tab [] ; ulong d = ( ulong )( D'2019.12.17 10:00:00' ) ; void OnStart (){ CopyTicks ( _Symbol ,Tab, COPY_TICKS_ALL ,d, 1 ) Print (Tab[ 0 ].time ); } I'm trying to get a tick but when i check it by printing tick's date i get 2011.12.19 00:00:08 and if i replace COPY_TICKS_ALL by
Hi, I'm converting my EA from mql4 to mql5 and I'm stuck with Bars function please help, I'm going mad... int cntFromNow(datetime barDate) { return Bars(_Symbol, _Period, Time[0], barDate); }
Hello, does anybody knows or have any idea how to.. compile indicator and EA as one compile(indicator.ex4+EA.ex4)=newEA.ex4 OR compile(indicator.ex5+EA.ex5)=newEA.ex5 Thanks :)
Hi everyone, as refer to the picture below, i had purchase a copytrade from signal area and when it come to fill up for the "Deviation/ Slippage" column, i not sure what is the numbers should i fill or pick? what is the number should i filled up in the Deviation/Slippage column? Thanks to anyone who
Hi all, I am a beginner here and new to EA. I have a third party indicator and would like to make auto trading based on the signal. However, I am not sure how to get the value in EA. From doc, I know there is function called iCustom to get indicator value but I always get 0 from the return
Hi, does someone has information about the possibility to load the Event Calendar from MT5 into an EA Script? Would be nice if anybody could help me with that. Thanks. tMAE
Hi, I'm a beginner here. I started trading and I'm trying to have auto trading. I don't know how to set it up? I click on the icon but I can't set anything else. Can you help me? Thanks
can you please assist me on howncan I get a robot software that will help to trade. I am trading under XM
Hello, What is the correct way to proceed if you have several strategies that can be applied to the same symbol? How to distinguish a purchase or a sale related to this strategy or to this other strategy? Thanks, Pierre8r
Good morning :) One (not really easy) question about protecting expert advisors: I have developed some EAs and now I want to rent them out. Therefore, these EAs should be controlled via an online system, so that I have the possibility to give and remove the functionality of the expert advisors (e.g
Hello, Please could someone advise me? I have an EA running on a chart, it has a magic number: "100" I rename the EA in Data Folder > MQL5 > Experts folder while the EA is still running (no code is changed) I refresh the Navigator window and the name change shows up I drag the EA with the new name
//+------------------------------------------------------------------+//| PivotPointUniversal.mq5 |//| Copyright VDV Soft |//| vdv_2001@mail.ru
https://www.mql5.com/en/docs/eventfunctions/eventsettimer
From the doc, I can see there is no timer ID. No way to tell which is which, so there is only one timer is allowed in each EA?
Hello, everyone! First and foremost - happy New Year to every single one of You!:) Wanted to ask about MQL5's VPS. In rules, it is being said that it is possible to migrate up to 32 charts to VPS, however, I need to migrate...39 charts. What could be the solution here? 2 platforms, both running the
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.