General - page 20

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 &&
  MT4 to MT5 code converter  (611   1 2 3 4 5 ... 61 62)
Rewrite MQL 4 to MQL 5 Script A script which converts MQL 4 code to MQL 5 code was developed by Keiji and Circlesquares on the MQL4 forum. First, download the following files and place them in your Metatrader 4 / experts / include folder - mt4accountinfo.mqh - mt4string.mqh - mt4datetime.mqh -...
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
  Product  (7)
How can I delete a Product Draft
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
Hi, Is there a way to open Metatrader 5 optimization cache file (folder -> tester/cache/) with another software and export the data in .csv format or another format different than .xml? or Is there a way to export optimization results in another format different than .xml? Thanks
The MetaTrader 5 platform update will be released on Friday, September 29, 2023. This version provides improvements to the new trading report and the Web Terminal. MetaTrader 5 Client Terminal Terminal: Added display of monthly funds growth in new trading reports . To view the metrics, go to the
Dear colleagues, I am testing a strategy with a genetic algorithm, but many cores are disabled with a message as the one below: 2023.07.29 23:35:54.579 Core 04 pass 3 tested with error "no disk space in ticks generating function" in 0:03:05.255 The disk is not particularly full. Do you know where
ZLEMA: https://www.mql5.com/en/code/download/22439/zerolagema.mq5 Chandelier Exit: https://www.mql5.com/en/code/download/19875/chandelier_exit.mq5 I've added these two indicators to MT5. I want to reference/print the values of these two indicators in a separate custom EA. By the "values", I mean the
  VPS problems  (68   1 2 3 4 5 6 7)
My vps on the mt4 platform was working fine until today that I wanted to stop it and then migrate again I faced some serious issues. When I try to stop it I get this message in the journal << 2021.07.13 22:21:50.751 Virtual Hosting: 6269533 failed to get status for 6269533 failed to execute
Hello everyone I am a developer of meta trader bots that customers order and I build and deliver the project in exchange for money. I wanted to define an icon for my robot, but I found out in the document that it is only possible to use icons that have already been saved in the data folder, and I
hi, i am struggling i want to draw a trend line support and resistance on the bactest but the option is not available on mt5 i've tested free advisors on mql5 and others but none of them worked is there something i can do about it or i need to take a subscription and pay on tradingview ? peace
  MT5/mql5 reported and confirmed bugs.  (103   1 2 3 4 5 ... 10 11)
I will use this topic to post reported bugs to Metaquotes in a centralized place. Please DON'T POST here without contacting me in private firstly. I don't want this topic to become garbage and polluted by useless discussion. So contact me first please, we will check together if the bug is confirmed
I am not able to add a signal. My server " FortFS-Real " is not listed . please help
[Deleted]
Hello my entry prices are different in live trading from EA backtesting results, what might be the reason and how can I fix it? The spread used is the same as the time traded, but I get different results in entry hence affecting the results, how can I fix this. The EA is supposed to be opening
Greetings, How many terminals (MT4/MT5) can I run on a single rented MQL5 VPS? Or I have to rent one MQL5 VPS separately for each terminal
I opened a sell stop order at 1.08505, it hits Takeprofit at 1.08180 (325 pips) and still MetaTrader says that the pending order was activated at 1.08210 which is 295 pips lower? How do I prevent this from happening again? 2016.01.08 13:30:01.988 '1202280': order #24488979 sell stop 10.50...
3-day moving average of (closing price - lowest value within 10 days)/(highest value within 10 days - lowest value within 10 days)
// Define input parameters from the original code input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; // Define the CTrade class with strategic trading moves class CTrade { public: void Buy(double lotSize, string symbol, double price, double stopLoss, double takeProfit, string
// Define input parameters from the original code input double LotSize = 0.1 ; input int FastMA = 10 ; input int SlowMA = 20 ; // Define the CTrade class with strategic trading moves class CTrade { public : void Buy( double lotSize, string symbol, double price, double stopLoss, double
When I try to install the EA and indicators I purchased on MT5, the message 'Installation fail' appears. To solve this, I tried reinstalling MT5 (using the latest version) and rebooting Windows, but the installation continues to fail. Please help me on how to solve this
In trading, it often feels as though the odds are stacked against the trader. This sentiment is reinforced by the plethora of Expert Advisors (EAs) available for purchase, a vast majority of which turn out to be ineffective and unprofitable. The MT5 optimizer, in my experience, seems to serve
I need to stop the trade and take the profit , how do I do that I have more money in my equity account than my account balance
I keep getting rejected on "not enough money" for my EA to be published as a seller .When I reduce the money , it fails on "invalid volume" , anyone please let me know what you have done to fix this issue in your EA you wanna publish and sell Thanks
hi i have performance problem with the function i coded to compare the current buy stop orders prices and the current market ask price also the current sell stops orders prices and the current and current market bid prices if the current ask lower than buy order , delete and place new one if the