Hello to all. I would set the stop of an open position to breakeven, but I'm doing something wrong. Look at the code please and leave a comment if you find out the mistake. This is a part of the entire EA: #include <Trade\Trade.mqh>CTrade trade;#define EXPERT_MAGIC 123456double PatternTP2=0;ulong...
Does MQL5 have a refund policy? In case person wants to unsubscribe a signal within lets say a week?
Hello all I'm thinking about getting a home server (probably second hand) for heavy backtesting, to take advantage of e.g. the Intel Xeon's large core and thread count. Two questions: 1. If I buy a server with two or more CPU's, each with several cores, will MQL5's optimization engine use both CPU's...
Hello everyone,I have a small problem with my EA, I would like him to close the winning position only on GBPUSD.but now he closes the winning position on all the instruments. can you help me please.here is the...
سفارش کپی کردن در انتظار سفارش notstop ... sellstop..buylimit .. .selllimit در حساب من کپی نمی شود please guide me please guide me
MetaTrader 5 Version: 5.00 build 1881 09 Jul 2018 Server: GenesisMarketsLP-Demo Symbol description "Trade" is "Full access" But SymbolInfoInteger(Symbol,SYMBOL_TRADE_MODE) returns SYMBOL_TRADE_MODE_DISABLED
MT noob here so be gentle lol. I downloaded tickstory to add some history to my MT4. After exporting to Mt4 it downloaded the chart and said complete. After closing and restarting MT4 I cannot do a single backtest on any pair. It just stops as soon as I press start. Also scrolling back through...
Since a time I've been thinking about to build an EA template sothat I don't need to write the whole codes but just the business logic. Here is my code: //+------------------------------------------------------------------+//| MyTemplate.mq4...
Can anyone recommend (from their experience) a decent EA to run? I’ve only got a small account (will demo first anyways). There’s so many to choose from on MT4. But I’m sure a lot of scams too. So far I’ve liked the backtests I’ve done for <Deleted>. Anyone use and can share an experience with...
Hi, I have been working on this EA for quite a while and I cannot find a way to make it open positions when the MACD line and the Signal line cross. In this code, it opens positions when the MACD crosses the value 0. Can anyone help me find a way to open positions when the MACD line and Signal line...
How to calculate the closing time of the last order in Mql5?
Hello to all. I have a problem in my EA: I can not pass a variable 'int' from my indicator to my EA. Here is the code, if you can make it work leave a comment. Thanks. My EA: #resource "\\Indicators\\Prova22b.ex5"int var=0;int OnInit() { var=iCustom(NULL,0,"Prova22");...
Just playing around with strategy tester and all of a sudden the prices for GBPUSD seem to be coming through wrong, they seem to be multiple by a factor of 100 Has anyone seen this before? and know what's causing this? It seems like it's using points from the JPY set, I did load GBPJPY data recently...
DOES ANYONE KNOWS AMONG PROFESSIONAL TRADERS HOW TO CODE AN EA TO DIAGNOSE FLASH CRASH OF MARKET LIKE. JAN 2015 CHF PAIRS FLASH CRASH? WHICH STRATEGY AND COD WORKS BETTER. THIS IS CRUCIAL FOR ANY ROBOT. THANK YOU
Is it possible to save values in an enum instead of an array? Probably you must be wondering why I want this, simple is to use ParameterSetRange And I listed some symbols and saved in an array however to use ParameterSetRange it is necessary that this list is in enum from the moment that I execute
Hi all I am developing EA. I am having difficulty in pragmatically identifying ranging market. Please help in this regards.
Hello MQL community. Can someone please help me with with following question: In the Metatrader4 client, you can enter an Equity-Limit whichwill close all positions and EA is stopped as soon as limit is reached. When transfering the EA to a VPS, is this limit also transfered and will the EA also...
Dear Support, I have published my Expert Adviser 10 days ago, and till now it did not go live ! Can you please tell me what is the problem ? Thanks
Hi, new to MT4 but not trading. I’ve tried adding a bot to AUDUSD pair to test it. I also had a EURUSD chart open which I did not attach the bot to. However the bot placed trades on both AUDUSD and EURUSD. How do you make it only trade the pair it’s attached to? I want to run several bots and can’t...
Hi everyone. I have been trying to set a variable in an indicator and then pass it to an Expert Advisor . I was wondering if anyone can help me with what am I doing wrong and how I should get the values that I need. Brief explanation: I have been trying to get the 'double' value for expertVar[0]
Dear coder pls help us this ea he can not open the touch the upper and lower band he can open in early upper and lower band anyone fix this thank you
Hallo, just want some help. If in mql4 I use: double MG1 = MarketInfo(Pair1, MODE_MARGINREQUIRED), so how to get the same result in mql5, since there is no MODE_MARGINREQUIRED in mql5 ? Thank you for any help
Hello is posible to use File functions with flag FILE_COMMON on MQL Cloud Agents?? Thanks
Hello! I'm using the last version of MT5 (build 1881) and I'm having some troubles in strategy tester with a custom indicator with 7 buffers. The indicator works perfectly when I put it in the chart and works fine too when I put it in an EA and runs the advisor in real time mode. When I run the EA...
Hi Anyplace on the web that you can get those strategy tester reports evaluated? Reports do a find job of the basic details if you only had one symbol on it. I love the amount of details you get with myfxbook.com and others but you cannot upload a statement as far as I know of. Anyone had any...
Hello I wish to write an EA that sends a File to a server. I am aware of SendFTP but do not want the user to be aware of the FTP details of the server as via SendFTP the user has to specify them. Hence can someone provide a method sending a File to FTP sever where the server FTP details are coded...
I was looking to import historical data to several custom symbol as quickly as possible and thought about it: 0. Open the file 1. Read the entire csv file 2. Convert entire file to rows 3. Convert all rows into cells 4. Convert all cells to time, open, high, low, close, volume 5. Import all data to
In the ExpertSignal Class of the Standard Library we can use the method PatternUsage (sets m_patterns_usage) if we want to use specific market models from the signal modules. The method has one parameter which is a bit mask.
I don't know how to set up the bit mask correctly. I found this thread...
Hi everyone, Does anybody know how I can make my EA click to the one-click button rather than using OrderSend() function in the code?
Hi, I have tried this code but I seems to get errors: static datetime oldTime;void OnTick(){if(oldTime != Time[0]) { m_Trade.Buy(lot_size,_Symbol,Ask,(Ask-300*_Point),(Ask+500*_Point),NULL); oldTime = Time[0]; }} 'Time' - undeclared identifier 1 error(s), 0...
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.