General - page 74

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
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
Does anyone know why MT5 doesn't have a chart history folder like MT4? MT4 stores symbol and timeframe data for each broker's server. You can switch symbols and timeframes instantly without constantly having to load the entire chart data. With MT5 it often takes 3-5 seconds on every symbol change
this is a way to use MA in our code. but how can we change the style of line in the code? I want two MOVING AVERAGE indicatror showed in page with two different color. MA_Handle = iMA ( NULL , PERIOD_M1 ,MA_Period,MA_Shift, MODE_SMA , PRICE_CLOSE ); something like this, with-ought using Chart
I want my indicators and chart settings to apply to every chart I open. Can I do this so I don’t have to do all these settings every time
Hello. I am reporting 2 things that could be made better, so this message is for the staff/employees of MetaQuotes who are involved with the programming work of the MetaTrader program. 1) The time at the bottom of the chart is not my local time. It is Greenwich Mean Time (or UTC). My own local time
Hi, I have ported an indicator that I wrote over from MT4 to MT5. There was very little that needed changing, just a few MT4 functions that weren't available in MT5 need replacing with their MT5 counterparts. After a period of inactivity, my Windows 11 PC goes to sleep. When I reactivate the PC and
  Broker not found in MT4/5  (18   1 2)
Hi guys, I have an issue in MT4/MT5. When I click on 'Open an account' and search a broker, I cannot find it. I tried plenty of them: <Deleted> , <Deleted> , <Deleted> , <Deleted> . The button 'find your broker' just doesn't return anything. I just installed the latest version of MT4 on a windows 10
  Payment VPS  (1)
I want to rent a VPS, but none of the payment methods are working
[Deleted]
Hello everyone. I'm diving into mobile trading and would appreciate some insights. What are your go-to mobile trading platforms and why? I'm particularly interested in features like real-time data updates, intuitive user interfaces, and security measures. Also, how do you manage risk effectively
I have one month left of my trade assistant EA and it will no longer load. Just stopped loading in a saved template i have been using for a year. Tried everything to get it working again and not happening
Hello, If I provide signals via MQL5, can subscribers copy the trades that are placed based on my signals outside to other accounts? There are bridges that allow to mirror trades from one account to another. So if someone would subscribe my signals and copy them to other accounts then I would not
Good day I am having trouble getting individual take profit functions for the buy and sell options. Here is the code. //+------------------------------------------------------------------+ //| DreamTrader_L0.01_V1.2.mq5 | //|
I got error at vps server.but I cant change vps location.I rent it for 12 months but I cant use it well.I try to contact with metaquest but I could not find email address.who will solve my problem.is there any way tonchange location of vps?now my server location london ld6
Hi folks, have just created a new instance on a VM running Windows server 2019 but I am not having success to install the platform on it. When entering the accound data and password (which by the way is working perfectly in the local machine) I receive this message "Sorry, something went wrong: try
[Deleted]
Tratando de terminar la codificacion de un EA en Metaeditor5, solo me aparece un error en la linea 2 columna 2 que si no entiendo mal es donde esta el header elaborado por MT5...alguien me pudiera explicar como logro resolver este problema