Hello, I purchased a few EAs and now I am looking for the corresponding receipts. When I visit the "purchases" page of my profile I can see all purchases, but I need actual receipts for the individual bots for tax reasons. Where can I find them? Thanks
hi folks my mt5 on my laptop keep crashing after i place indicator after i open back to normal please help
Hi, My mql5 VPS loses connection every 5 mins and is unusable, can I get a refund? Or is there a way to get this escalated, I just got this subscription yesteraday and as you can see from the screenshots, it is unusable, there is no 99% uptime. This is a really frustrating experience. Thanks, Vik
I am trying to do a script that trails a market by 500 points and when it reverses and break out then activate a trade but just cant get the code to work. Can someone please help me void OnTick() { static double lastHigh = 0.0; static double lastLow = 0.0; static double trailingStop = 0.0;
Hi everyone, for several days now, I've been experiencing problems with my MT5 during optimization runs: In addition to the local agents, I use Local Network Agents on several computers. This has always worked well, but for about 2 weeks, after an MT5 update was installed, I've had the problem that
There are lots of forex brokers, some of them are regulated while rest not. Is it needed for a broker to be regulated from financial regulatory agencies or firms? If a broker or agency is registered in a particular country where it is doing business. Is regulation compulsory in this condition as...
Hallo people, I was testing in mql5 the mql5-slightly-modified winfile_v600.mqh library provided to the community by the Mighty JC ( https://www.mql5.com/en/forum/150831 ). Now look at this strange behavior: if I write something like #include <winfile_v600.mqh> void OnStart () { int hdl =
Hello All, I am new to the forum, so please pardon me if this question has been asked/answered before. As you know, a lot of the institutional tools have been making their way to retail. I want to know if there is an AI solution that exists for day trading. Specifically, I'm referring to day trading
Is there a way to move your Stop Loss and/or Take Profit by a predefined number of points using keyboard shortcuts/hotkeys
Hi, I'ld like to have the results of all of my positions (or of last year, whatever). Doing that with current open positions is easy, since there are functions that give the current data of open positions (PositionsTotal, PositionSelect, etc.). The problem is that, once finished, the history in
Hi In the last couple of days I've been having trouble synchronizing my EA with the VPS. I've been receiving the error 4109 although I have all "allow live trading" options chosen both in the EA and in the platform, prior to the synch. This has never happened to me before. Has there been any change
If you select a trend line width other than the minimum, you lose the line style and it reverts to a solid line, this is true if you do it on the terminal or via a script/indicator/ea etc. It has been this way on MT4 and MT5 for years, and it would be good if MQ finally sorted it out, any chance
MetaTrader 5 Platform update build 3800: Book or Cancel orders, AI coding assistant, and enhanced ONNX support
(44 1 2 3 4 5)
The MetaTrader 5 platform update will be released on Thursday, June 8, 2023. In the new version, we have added support for Book or Cancel orders. Such orders can only be placed in the Depth of Market, but they cannot be filled immediately. They are used to implement passive exchange trading. In the
I need to change my country of residence. please guide me how to do that
Hi i have two questions: 1. How many VPS can i hire from MQL5? 2. Can i take two or more for MT5 or MT4? Or i can take one VPS for MT4 and one for MT5? Tell me what i have right please... Thanks
Hello I realize this must annoy some but I am a newbie and really struggling to move forward. Literally pulling my hair out. I have set up and signed in to MT4 via my broker link. I am attempting to place an order and the new order button is there and it works. But when I open the new order window
Hi all, i would appreciate your help to modify my EA to open 5x positions when my prescribed conditions are met. Moreover, i would like my EA to open a new position to the opposite direction should a new condition arise in that direction and/or close the initial trade as a result of the new signal
Earlier when I added symbols to Market Watch window I could drag them and sort out the way I need. I accidentally pressed "sort by name" button and now symbols can't be dragged. Removing all of them and closing that window didn't help. Help
Is there any one who can help me with my problem? I would like to install ZigZag indicator on my mobile phone version of MT4 and MT5 but there is no option for that. How can I resolv this problem? Thank you
Dear Members Any clue what is 'command check error'? Below is extract from log file. CS 0 19 : 25 : 09.994 Trade 2023.02 . 10 17 : 15 : 00 market sell 3.5 US30 sl: 33806.7 ( 33751.9 / 33754.3 / 33751.9 ) CS 0 19 : 25 : 09.994 Trades 2023.02 . 10 17 : 15 : 00 deal
I want to install MT5 and MT4 also, but i kept getting proxy server pop up window .. during installation..Why is that
Hello, on MetaTrader Version 5 : Build 4231 - Error 4102 (ERR_CHART_NO_REPLY) on ObjectGetString I think it's a Bug from MetaTrader Version 5! look here: #property copyright "Copyright 2021, MetaQuotes Ltd." #property link "https://www.mql5.com" #property version "1.00" int OnInit () {
I have installed MT5 on a server in AWS and have tried to acquire an EA from the Market. When processing the payment then payment processing just spins, no payment taken. The server is allowed to process HTTPS and Admins are allowed internet access. If I cant get the Market payment to work on the
When I set “Long Only” or “Short Only” in the advisor settings, the terminal sees error 4110 or 4111, how can I write a check for position allowing in the code before completing the OrderSend function. Here is my code. double spread = Ask-Bid; int total = OrdersTotal (); if (total == 0 &&
Hi I would like to ask some help with the iCustom function I have file A so to speak and file A has these 2 indicators EMA13_initial = iMA(_Symbol, TimeFrame, EMAPERIOD, 0, EMAMODELT, PriceType); MACD_initial = iMACD(_Symbol, TimeFrame, FASTEMA, SLOWEMA, MACDESMA, PriceType1); In File 2 I
How to ignore negative values in code? Print("TopTrend ",smax[shiftt], " curprice ", curprice," Calculation ",NormalizeDouble((smax[shiftt]-curprice),Digits)/_Point); 0 13:33:17.111 2024.03.14 17:36:40 AT_SR_EA_V68 (1) EURUSD ,M15: TopTrend 1.09485438682249 curprice 1.090525 Calculation
Hello guys, I use the standard for(int i = OrdersTotal() - 1; i >= 0; i--) { if(OrderSelect(i, SELECT_BY_POS)) { if(Symbol() == OrderSymbol() && magicNumber == OrderMagicNumber()) ......... to pass every order from the last opened to the first opened but if I want to do the
DEAR EXPERTS. Can I copy trade one strategy and use ea to trade another strategy in parallel on one account
Please learned community help me solve this issue. I rented a VPS yesterday hoping to receive alerts from my indicator ( not EA) even when my computer is turned off. However, that's not working. Please help a brother. Thanks in advance

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.