MQL4 and MetaTrader 4 - page 21

//+------------------------------------------------------------------+ //| ZS moving average.mq4 | //| Copyright 2021, MetaQuotes Software Corp. | //| https://www.mql5.com |
  Requests & Ideas, the beginning  (2698   1 2 3 4 5 ... 269 270)
i test some EA at my server here is the best combination that i found firebird at usdjpy M30 hans_ea3 at gbpusd H1 note for statements, fxindo-nf3 is my own EA, i have de-activated it. so please ignore it. it made around 180 pips for last week... update : sorry, i've attached wrong statement.... but
Hi everyone‌, ‌I try to test my strategy on the tester but I have weird ask price (show in the picture 1). They seems to be "too high‌" compare to the bid price. I've tried both (in the buy function), ask price (see pix2) and market price but the price seems always too much compare to the bid...
I have an MT4 account which runs on algo trading, When ever the EA opens or closes can i get notifications to my mobile. Is there any settings for that. Please guide me. Thanks in advance
Hello everyone, I hope you're all well. I need some help, please! I haven't used MT4 for about three years. So when I attempted to install the latest version, I was greeted with this: So am I expected to buy a proxy server to run MT4 now? If so, why? Or am I missing the point? I can't bypass this
This indicator helps me draw a horizontal line with a label price as desired in long or short and I do like it, but I've tried to find it in MT5 on the web yet haven't found one. - If you have it in MT5, please give me a copy for use. - Please anyone or the author of this indicator help convert it
I recently updated Windows 10 and all the indicators that I purchased and downloaded from the Market stopped working. I reinstalled 3 of them and realized that my activation count is decreasing after each new installation, even though I am using the same PC. I have already reached the activation
can someone help me why when during live account trade, my takeprofit is not moving correctly.. While using the demo account the takeprofit move flawlessly.. Here my code related to the system trade, by the way this using martingale, when more layer are open, the take profit consistently static to
hi am trying to install MT4 in windows 10 but I receive error message as in the attached pic. first I tried to install the broker mt4 platform...then after receiving the error message I downloaded mt4setup.exe from MT4 website ...but both installation package didn't work in windows 10 ... any help
I'm looking for any solution to refresh or update the Expert Advisor programmatically and automatically whenever change the file .ex4. I found a tip to use a GlobalVariables but I do not find any example to do that, by the way, I found this https://book.mql4.com/variables/globals but it does not
Hello, during installation of MT4 on AWS Cloud from Amazon I get "Please specify the proxy server options" . How I can solve this problem? I have MsftWindows Server 2019 with container. thanks in advance
Hi All, I am creating a a simple manual trader with buy and sell buttons but cannot get the buttons to work in the tester.  I'm sure there is a secret to this.  Anyone that can help?
Hi, Please help me to understand what is going on here. I faced a strange SL behavior in MT4 Strategy Tester when order closes on SL without price even approaching it. Symbol: GOLD Timeframe: 15min Order Time: 21.08.2024 8:00 Order Price: 2509.60 SL: 2517.60 (+800 points) SL triggered on
Hello poeple, I am trying to develop an EA in MQL4, which when backtested shows all the trades in loss even the one that are booked in profit. Please chek the attached screenshot. I tried incresing the profit and even lot size but still am getting the same result. Is this because of strategy tester
this is file :: Indicator Bank | Page 85 | Forex Factory adaptive ZigZag Rsi .mq4 thanks alot
  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?