MQL4 and MetaTrader 4 - page 21

  MCCI(n,m)  (1)
Dear Sir, This indicator is the calculation of "Gauss Standard Score" for simple Momentum indicator, as in "Commodity Channel Index", the only difference is the Momentum calculation instead of simple Price and the Standard Deviation instead of Mean Deviation. I would like to transfer it to MT5 code
I deleted the Metatrader4 file in open data files inside the application inside then uninstalled the application on my macOS big sur. After that i downloaded the ready-made mt4 package from https://www.metatrader4.com/en/trading-platform/help/userguide/install_mac Once installation done, i can't
When I place a manual order / market execution order, there seems to be a delay of almost up to 1 second on this broker. But I have tried other brokers and the execution is almost instant. This same problem persists on my VPS as well as my personal computer. Is this a broker issue? I have emailed my
I'd appreciate if someone could help me. Instead of using market orders with the stop loss and take profit internally coded in my EA, I want to try with pending orders with the stop loss and take profit embedded in them. The thing is that the OrderSend() function draws an arrow when the order is...
Hi Guys. Please help me understand why the attach EA does not execute any trade as it returns Error Code 0. Thank you in advance
I have a script that prints the margin per lot: double marginPerLot = MarketInfo(symbol, MODE_MARGINREQUIRED); On GER40, it gives me 629.75€. When I open one lot, the actual margin used is 943.40€. Has anyone encountered this issue? And is there a workaround to get the correct value
Hello, I have this basic code that draws arrows at overbought and oversold levels of the RSI. How can I make the arrows stay permanently fixed in place and not disappear when conditions change? thanks in advance. //+------------------------------------------------------------------+ //|
Hi, I found great indicator auto draw divergence trend line on MT4, but it's not work on MT5. Anyone know same indicator work on MT5 , please share it ? Thanks in advance
Good day MQL4/5 fam. I have a quick question. I have a custom indicator that I am making calls to using iCustom, and this always works without issue. However, the data doesn't show up in the data window because the indicator isn't actually loaded on to the chart per say (I'm assuming). I want to see
hi geniuses i know how i can have renko chart on 2M,3M,4M,... i want to have Renko chart on 1M in my meta trader i have second tick Is it possible?? how?? thanks for time
I have added background zones to my trading system and works fine but, not with property strict I get 2 errors in code below - k is undeclared identifier and complicit conversion from number to string on second line Any advice? for (int k = i; k<Bars-1; k++) if (state[k]!=state[k+1]) break;
hi can someone help here... how can i look at how many buying and selling lot in MT4
How do you reset MetaTrader 4 to its original default settings at installation?
Hi In the code bellow I see some warning. How can I fix these warnings? Please help me. Thank you /////////////////////////////////////////////////////// int init() { p = Hours* 60 / Period (); if (fs == 0 ) { sName = CurTime(); //possible loss of data due to type conversion
2 beh12zad 2016.09.29 20:11 DE I need an indicator or EA to set all opened Charts Panel to minimum Lot Size automatically when I open MetaTrader 4. is it possible?
I can't open the log file of the EA I created in mt4. I think it's a permission issue because of the 5002 error, but I can't open it even if I run it as an administrator. I'm using a vps and I want EA to open the log file, but do you know what the cause is? I tried debugging but it said it couldn't
Hello. I am creating some label objects, and need to put them in front all elements on the graphic window... but not works. Is there any specific property for that?       My code:  void DrawBoxInformation(bool fixed=false){   int y = 30;   int x = 10;      RectLabelCreate(0,"rectOrders",0,x,y,260...
Hi, when my PC goes into sleep mode and I obviously have MT4 platforms open, they get disconnected and loose the password. This means that I have a perfectly functioning set of platforms, I close them, open them and the password is retained, BUT when the PC goes to sleep all the passwords are not
Dear guys, some day ago I updated my windows 10 to Version 1903 Build 18362.175 Before that everything was good, But after update windows 10, MT4 shows all wingdings arrow code from index number 127 to 255 as below attached image. Is that any solution for this problem or just waiting to MT4 update...
Hi, I've found a nice article about KDE here https://www.mql5.com/en/articles/396 which is used for clustering large data. I've tested on MT5 didn't worked as I expected. Since I'm not too much familiar with MT5 environment and I'd like to use it on MT4, I simply used the files on MQL4. Again the
I suddenly can't see any charts on the Android app. I can log in and see my account info including balance and transaction history. I can even place orders as usual. The chart section though only shows a black screen with three big black and white candles that is obviously not a feed, just some kind
Hello, I've been using the MT4 Android app for a while without a problem. However, I've had to replace my phone, and when I install the MT4 app on my new Samsung Galaxy A35 the app closes immediately after opening. I've tried anything I could think of (re-installing, checking for system updates
[Deleted]
Hello everyone, Do you have any ideas about the using custom indicators on the MT4 Web Terminal? I wonder how I can use my own indicator on it
Hello Everyone, I've noticed a discrepancy between the prices on Forex.com when viewed on TradingView and those on MT4, particularly the open and close prices, even though both platforms are from the same broker. My trading strategy is sensitive to the relationship between the open and close
[Deleted]
Hello everyone, Please excuse my somewhat limited technical knowledge as I try to describe my problem. Before the recent update I used the EA Install v1.23 utility to build install packages. I used {metatrader}\experts\indicators as the destination folder for the installer to put the ex4 file into...
Hi Everyone, I'm using an EA which has diminishing returns if the trade has been open for >6 working days. Is anyone aware of a utility or indicator for MT4 that displays on a chart the no. of days the oldest open trade for that pair has been open, and can notify you via an alert when it exceeds x
[Deleted]
Am trying to adjust parameters on an EA I just purchased. When I started installing it, the EA requires right clicking on the chart (or pressing F7) to get to the parameter menu. Am using a Mac Book Pro running Mavericks, using the CoLD interface to communicate with Windows 8 on the VPS. Normally, I...
Hi coders, I am now learning about building arrays and using some of the built in functions for some of these So here is what I would like to find out. (Is High[] closed candle or current open candle)? I guess I'm asking this in anticipation of creating codes that might trade based on a series of...
  mt4 1380 build  (8)
Hi guys i use Mt4 1380 build i do not want to upgrade the Mt4 i now get a connection error is the 1380 build not in use at all
I am busy developing an EA. EA works but I have 2 warnings in code when compiling. does anyone have a solution towards removing the warnings? 1st one  possible loss of data due to type conversion 1st Hedge EA overlay v7 timer.mq4 229 81 2nd one  possible use of uninitialized variable 'ticket' 1st...