MQL4 and MetaTrader 4 - page 42

Hello everyone, I want to publish my ea on the Market but I always get an order send error 134 when testing before publication. I've tried several times and the problem remains the same. How can I fix it? Thanks a lot
  Please fix this indicator or EA  (1951   1 2 3 4 5 ... 195 196)
....................................
Hi i am having trouble with [broker name redacted] MT4, i am able to sign into MQL5 but can not see the market tab to use BOTs anyone help
Hi fam.... I have this Indicator, it does not work. it is supposed to plot BuyArrow and SellArrow when the conditions are met. The problem im encountering is that once I open mt4 the indicator workks,it will plot previous arrows and maybe 1 or 2 arrows after,then it stops.It then needs mt4 to be
  MT4- Level stop reversal EA  (64   1 2 3 4 5 6 7)
Hello fellow traders. Is there an EA for this particular indicator? Or can someone create one that would be awesome. Buy and sell for is respective arrows. Thanks.
Hello everyone, i would like to add into my MQL5 product description a possibility to click and directly download the backtested data. How to do this ? Thank you
Hello Expert, Is it possible to create level of fibonacci in mt4 more than 32 custom level?, cz every time I made more than 32 lvl, always comeback to default setting. //+------------------------------------------------------------------+ //| Set number of levels and their parameters
Hi why this indicator not update when arrive a new candle //+------------------------------------------------------------------+ //| SCALPING_INDICATOR_2MIN.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //|
Hello, I developed a product as an indicator but when I download it from the site it opens at Expert in Metatrader in "Market" folder, for this reason it does not work
My EA includes some trading Utility, I don't know which folder to put it in
Hi, still working on my trader managed to fix my trade timer idea using a method combining HonestKnave and Wroeders help, so thanks guys! ‌ G‌ot another bit of it that needs improving where i currently crudely work out a lot size for a trade and it makes sense but doesnt work on anything other than...
Hello Members, I am trying to get onclick event for the panel and dialogue CButton . But is not working. Its working for other control types like Combo box etc. But not working with buttons. How to solve this issue? #include <Controls\Dialog.mqh> #include <Controls\Label.mqh> #include
Hello I find issue in the detailed report mql4. As I find mql calculate Maximum consecutive by open time . but the correct calculation by order close time let me describe it by real example. it is report of history that sort by open time. the default method of mql this is statement report of mql
Hello Mql5. Are there any IPhone users getting this message today? Unfortunately , your program is outdated and no longer supported. Please update the application to continue working on it. Of course MT4 isn't on the appstore so I can't update it. any ideas? thanks
Hello I have an indicator in MQL5, I would like to convert it in MQL4. Is it possible ? If yes, is it easy ? Or it's faster to recode directly the indicator from pine script to MQL4
Hello; I created a custom CCI. It works as intended. Except; the level numbers are displayed in the background color of the accompanying line. How can I get rid off the background color. I tried setting the BGCOLOR to white but that doesn't do a thing. Included are the image and a portion of the
Hi; got a question. Is the following a proper IF statement? Example: if (CCIsig > CCI_Max && (CCIdirect== "U" || CCIdirect== "N" )) cciFlag= "buy" ; or should it be: if ((CCIsig > CCI_Max && CCIdirect== "U" ) || (CCIsig > CCI_Max && CCIdirect== "N" )) cciFlag= "buy" ; I much
I have an EA I have coded using a custom indicator and it's working well. Now here comes my problem I want to share the EA to a friend but I don't want to share the indicator ex4 file with them. Is there a way of incorporating the indicator then share the EA file with them. Note I don't want them to
Hello everyone, I wrote this small function to print yes when it is 5 minutes before midnight in my broker time but it currently prints yes 5 mins after the next candle open. I have tried different variations of the code and the closest I have ever gotten was to print yes 5 mins before 20:00, once I
Hi, I have an expert advisor running on an instance of Metatrader 4, and I want to refresh EA automatically (like F7 and Enter) on my time (like 1 hours or 2 hours)? Any body have good idea? like Script or code to add to the EA? Thank you all. All the best, Ali
[Deleted]
Hi Newbie here... I'm trying to write an EA that returns two values from a function. Can't seem to get it working... Any help will be much appreciated. Thanks.
Hi All, I have ea use RSI (use function iRSI), but sometimes this function return wrong value. Code example: double RSInow=iRSI( NULL ,0,14, PRICE_CLOSE ,0 ); I run my ea online many days but sometimes this function return wrong value. Maybe it return old value (I debug return value but it wrong). I
  RSI entry.  (6)
Hello I am requesting your help on this piece of code. The idea is the EA should open both long and sell when the rsi is at 50 level. Note 50 level not greater or less than the level. Below is my code but if I use the equals sign (==) the orders are not triggered. Someone help string
Hi., I want to use the demo account before go for live trading.Can you tell me how to open the demo account. What the minimum amount to open trading account. Thank You Fri..
  websocket MT4  (1)
Can anyone help unravel this problem. I am trying to communicate python with MT4. The problem is that even when I close/deactivate the python code, something is constantly coming in at the MT4 input. I don't know what it is. Are they some buffers or other things? The code looks like below
I was using MT4 on Mac OS Catalina for a year or longer. Yesterday decided to reinstall it. And soft just doesn't want to launch. It is successfully installed. When I launch it - nothing happens, process doesn't even show up in Activity monitor. Any ideas
I have purchased a subscription for a vps on this site and connected it to my trading account. However it is not active, when I go to the navigator in MT4 and click on the vps icon it says "Ping from MQL5xxx to xxx - n/a" What do i need to do to make it work
  Exit arrows  (3)
I've tried to come up with a solution for this but not successful. I want the code to draw arrows on every closed trade so that I track all of my opened trades. Below is the code I've written but not working the way I want. Kindly help void DrawExitArrow() { double lastclose_price = 0 ;
Hi everyone, I'm making an EA that uses a grid with trailing stops, to do this I use a function that calculates the average price of orders. Then I use it to move the stoploss of all orders when the price exceeds the average price + a certain amount of margin pips. All this does not report errors
  CyberiaTrader..an amazing EA!  (289   1 2 3 4 5 ... 28 29)
I have decided to start a thread in the Elite section about this EA which is an open source EA and a very good performer. I have backtested and forward tested this EA and the results are truly amazing. I would like to extend an invitation to anybody in this forum to draw their own conclusion. Here