General - page 348

  enum every 15 minutes  (14   1 2)
I would like to make a time enum every 15 minutes, I have seen some robots with well-made systems and others made in the wrong way, including using _ to enable enumeration. I would like to do it correctly, tried the form below but the MT5 will not accept. If anyone can help, I appreciate it. enum...
Hi all I have problems with the display of the timeframe label in push notifications? Specifically, I attached an indicator to charts that are in different timeframes such as M1 M15 H1 H4 D1. My problems are: when a signal appears: - if timeframes are M15 M5 M1, the push notification can correctly
Dear fellow traders , my father and i both run EA's on the mql5 VPS , hosted from New York. We both have the same settings on the EA. -1 My fathers execution is different by sometimes 40 minutes. -2 The Entry most of the times is the same , but then also the execution of the TP isnt always the same
Hi, Am looking to disable EA's running in the MQL5 VPS temporarily, ie right before/after major news releases I know I can do this by removing the EA's from each chart and remigrating the VPS ( so it has no EA active anymore) But can I achieve the same result by hitting the stop button on the VPS
[Deleted]
The redirect my orders under the dropdown menu is not working. Individual would like to know if its working for other members
Please How do I set Order Cancels Order (OCO) on MT5 with PC
Hi everyone, I split the algo of an EA by writing most of the vital functions in an include file and custom indicator, I compiled all this into the major executable program, I will like to know if the EA is decompiled by unauthorized users, will the include functions and indicator be a missing files
  Trendline angle  (2)
#property copyright "Copyright 2022, MetaQuotes Ltd." #property link " https://www.mql5.com " #property version "1.00" #property script_show_inputs #include <Trade\Trade.mqh> CTrade trade; CPositionInfo position; // trade position object //--- input
  ATR on chart  (4)
Hi, is there an ATR indicator that displays the ATR levels on the actual price chart?  The standard MT4 ATR displays as an indicator below the price chart similar to the RSI indicator. 
Hi, Having a problem with my MT5, when I change to the H1 time frame it is only changing the last 7 months into h1 candles and leaves the rest of the chart as daily??
We all "hear" what the best hours are to trade but how do we validate the best hours to trade? There are scalpers and there are swing traders. Scalpers may want to target different market conditions, perhaps periods where candles are long enough to profit and swing traders / intraday traders may
I trade lower time frames which can be a problem when it comes time to go to bed and I have open trades. Does anyone know of an EA tha will 1. I have an open trade, maybe even two on single pair 2. I am absent from the screen to sleep or work so I manually create a Pending trade with TP and SL. 3
hi forum members, i've created a custom symbol in MT5 by copying from the broker's symbol, and tried to adjust the session time precisely. for example, the current trade time for monday is 00:00 - 23:58. i want to adjust it to 00:04 - 23:59. however, it doesn't allow me to change the time by typing
I am trying to come up with an indicator that draws a rectangle on chart whenever a fair value gap is detected . its based on the ICT trading concepts for those who are familiar with it. I want to draw a rectangle in between the 3 bars if the high of a candle at index 1 is longer than the low of
Hi, I ordered EA that won't open positions. It works on SP500 when backtested, but won't work on any forex pair. What could be the problem
  update problem  (1)
I can't update the android to the new version 1.8 because it appears to me as a version 1.7 What should I do with Meta Trader Advise me please https://www.mql5.com/en/market/product/81225?source=Site+Market+MT4+Expert+Rating006
Hi guys, if you know about the Trader's Championship Tournament. Please send the information here. I'm so curious to deal with it. Thanks
I have this code: input double X = 6 ; input double Y = 10 ; plus some other code that uses the X and Y variables. I ran it through Strategy Tester and the result was not good. So I ran it again but this time with optimization and a bunch of values for each variable. Strategy Tester tested all the
Why does this not work? int Y; if ( PERIOD_CURRENT == PERIOD_M3 ) { Y = 2380 ; Print (Y); } else if ( PERIOD_CURRENT == PERIOD_M5 ) { Y= 1428 ; Print (Y); } else if ( PERIOD_CURRENT == PERIOD_M10 ) { Y=
Hi everybody, Previously, the VPS automatically re-registered because I had topped the MQL5 services with an amount of 15-30 USD. This time, I had not topped up with any amount of money. But my visa card automatically paid without my permission to re-register the MQL5 service? Why so, anyone can
How can I use / install the freehand tool in Meta5? Thanks
Hello, As the title says, I'm in a very dire need of such an EA/indicator E.g. a pair EURUSD (and only EURUSD) is currently at -20 in Profit/Loss, and the said EA/indicator is set to alert one when Profit/Loss reaches an amount above -10... would be very nice to have a functionthat closes all trades...
  Free signals  (2)
Hey guys, Can I get a free signals? Does any company, forex company provide free signals on mt4?
I am in Sri Lanka (+94). I am not receiving any code when I try to register my number
I am making an Expert Advisor and I've run into an issue. Some of the orders that are placed are immediately canceled by other orders stop loss and take profits. For example In my journal it says that order #33's take profit was triggered by order #150's price: 2022.07.22 19:57:08.340 Core 01
[Deleted]
  Harsh ban without warning  (26   1 2 3)
This is Lorentzos Roussos ,and yes i opened a second account . Read before you consider removing this please ,and message me if you do remove this. I'm aware that it has nothing to do with you forum moderators but since the service desk prompts for this (non financial issues being directed to the
A simple question: as MT4 loads all timeframes data in History when running a backtest with StrategyTester with "Every Tick" test, does MT4 need internet connection to load all timeframes data? Or even without internet connection if there are data in History timeframes, they are loaded
Since I use an expert, different instances on different charts, I would like to hear a audible alarm from the MT5 platform on PC when a trade is executed. Since I work from home, this alarm would give me the opportunity to do other thing while the experts are executed. I just find it strange that I
Hello everyone, I am writing to you because I have a problem that is driving me crazy and I would be really happy if I could get some help. I know that this topic has already been treated several times, but honestly after hours going through the discussions on the Forum, I never found an answer to
I think I've done all necessary checks and testing but do not fully understand the EA's strategy well. My main concern is back test fixing, is it even possible for an EA to fix back test results? This EA's back test is REALLY impressive even with stress test its performance is impressive. What can I