MQL4 and MetaTrader 4 - page 54

Hello I am trying to copy and paste an EA file on the MT4 platform that I downloaded on my Mac OS. When I go to application and select Show Package Contents, I only see Contents, but not the drive_c nor the wineskin I've tried uninstalling and reinstalling the app several times, but don't see
Hello, I have some issues loading historical data. I want to test an expert advisor for which I need lots of 1Min Historical data. 1. When I keep pressing the home button on the 1 min chart to load more historical data, there is only a few weeks back I can go to. After that, pressing the home button...
  Lost code  (4)
So, I have this MQL4 code of an EA that I have. I've created everything, it's working. But, it has a time function that after a certain period of time, like 4 hours, is going to close the open orders which work. But the problem is, whenever I set the time function to, like, say 20 hours, the code
  Grid entry  (2)
Hello everyone below is my grid code though it's not functioning as per my logic. The grid orders should only be triggered once the original buy and sell conditions have been met within the specified grid distance. What my code does it only triggers grid orders at the specified grid distance without
  Esignal  (43   1 2 3 4 5)
Can anyone please help me to code an indicator or script that display candlestick's wick as thick as esignal candlestick. I really love their candlestick but I don't wanna waste my money each month just to look at it.Please help me, guyz. thanks in advance.
Hello! I was going to backtest using tickstory, but unfortunately my version of MT4 is not compatible. Could someone help me with a 1384 version? Thanks
any help? i get this message during validation when i run the same code in my mt4, it places the trades without errors errors is there any issues with my code? bool tradeManager( string orderType, double orderEntry, double orderSL) // manages trades and orders { bool result = false ; double
  Undelivered EA  (1)
I paid and i have not received my ea and i have a financial operations limited message
  Corrupt System  (2)
The system in MT4 is wrong, when you open a pair position for example AUD/JPY automatically to manipulate your MT4 entry it opens the USD/JPY pair in my case I close it and open it automatically to spoil my operation. I don't know why I leave only the AUD/JPY and trading the USD/JPY appears
bool tradeOn= false ; for ( int pos= 0 ; pos< OrdersTotal ();pos++){ if (! OrderSelect (pos, SELECT_BY_POS)) continue ; if (OrderType()< 2 ) {tradeOn= true ; break ;} else continue ; } if (tradeOn){ for ( int pos= 0 ; pos< OrdersTotal ();pos++){ if (! OrderSelect
  Mql4 structs  (3)
Is it possible for values of variables store in a struct to just change itself, all by itself. I'm working on a project, and I noticed a bug come from a bool variable inside of a struct that is true suddenly turned false within tick to the other in backtest no function called or use of the struct
  Calendar in mql4  (10)
Is there anything similar to calendar functions in Mql4? If not how do you handle news with mql4
HI  I have installed meta trader 4 app on iphone SE with APPLE'S Latest IOS. I have entered my Broker, User, and password.  Can login fine.    I have placed trade on my desktop as I can not place trade on my iphone Meta trader 4 app. In the app I can not OPEN NEW TRADES and I CAN NOT CLOSE EXISTING...
Basically the error is like this and it spreads across many, many clients after recent update of Win 10. I am not yet sure which one, since on some clients with Win 10 it works , on others not. A client has an .ex4 file with resources inside. Suddenly it stops displaying any images or working at all...
//+------------------------------------------------------------------+ //| CANDLE_HIGH_LOW.mq4 | //| Hariprasath | //| |
Please help to create simple coding in EA below: extern int MagicNumber= 10001 ; extern double Lots = 0.01 ; extern double StopLoss= 100 ; extern double TakeProfit= 80 ; extern int TrailingStop= 50 ; extern int Slippage= 3 ; extern int MAPeriod= 60 ; //I want to use this parameter to change the MA
Hi guys I run several Ea's charts on my terminal. Is there an indicator that can track each EA by magic number so i am able to see the performance of each EA individually and analyse their performance Similar to this
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