General - page 831

Hi!  I was wondering if there's a way to iterate through inputs in a loop.  Example: for ( i = 0; i!=NumInputs; i++) { ... //Get input name, value } My goal is that even if I add or change an input in a new version of an EA, my reporting function with still report the values of all inputs without...
  METAEDITOR BUG  (2)
This code crashes metaeditor. I know it's because of recursion, however, it should not crash the entire program.  #include <arrays/arrayobj.mqh>typedef bool (*ArrayFilterFunc) (CObject*);template <typename T>class objvector : public CArrayObj {protected:   static objvector<objvector<T>*>...
Hello, is there a way to delete unpublished code from the codebase? My first attempt to submit my code failed. When I started over the next day I didn't find the my own section at first and therefore I submit my code again. Thanks in advance! PS: The code is written in MQL4, but since the issue is...
  Dema Lines  (11   1 2)
Hi, I tried to plot three lines, Dema 4 (period =4), Dema 12 (period=12), Wma150 (weighted ,period=150) butit only plot the weighted moving avrage with period 150. Kindly //+------------------------------------------------------------------+ //| DEMA_RLH | //| Copyright © 2006
Good morning to to all , there is a probleme with buid version on the download page there is the buid 2007 when we download and install the file then than in metrader 5 when we click on tools metatester agent its build 2009 can you put the build 2009 in the download page thank you maybe that resolve...
What I really miss in mql5 editor is the possibility to collapse all levels of functions. Example: -void OnDeinit(const int reason)  {   Print("DeInit called");   Print(__FUNCTION__," Deinitialization reason code = ",reason);  }becoming+void OnDeinit(const int reason)
Hello, I'm uploading an EA and I need to add a very long description in order to make my customer conscious of all EA functions and input variables. I need to write more than 3600 characters because it is very difficult to write all what I need in that limit. What can I do? Thanks!!
  Markov Model  (5)
how good is markov with forex ?
Brand new to the platform, and I have a bunch of questions. First of all, I've attached an image. What is this? It looks like buy/sell limits are on the screen from an EA that was running, although I dropped a script to close all orders. The orders appeared again on one demo account (after they all...
after a windows update, my indicators mql5 don't work. The others indicators work well.I have reinstall MT4 but the indicators don't work. I dont know that i can do.
Dear MQL5! is that possible to to create new drawing tool like attached pictures? I named those as 'Cross Line' and 'Cross Trend Line'. It will be wonderful tools. Cross Trend Line with below options: Angle, Ray Right, Left, Up, Down thanks in advance Cross Line Cross Trend Line
Phone I have Samsung Galaxy Note 9, on android 9, problem with notifications, when screen is active and 5 minutes after turning off, notifications come instantly, then with a delay of about 5 minutes. Tried with MetaTrader 4 and MetaTrader 5 apps, no difference. I thought that the problem is with
MQL5 Service Desk does not care about the many buyers who spend 1000's of dollars on MQL5. When you request your money back or complain, Service Desk tells you to read the rules without any care or investigation. Example, Cortex EA disappeared without a trace, and I still have many activations left
Hello, i don't know if this is the correct section of the forum, but i could not find a better one. I have this problem where the MetaTester 5 installation simply disappears from my system. I could not yet figure out why and when this happens. Today its fully functional and tomorrow its just gone,...
Hello, it seems to me, that if there is a change in the display of the time column of orders and deals in the newest Metatrader Version build 2006. As you can see here I sent a pending order at 2018.11.30 00:00:02:   So far so good.  The order has been triggered and the belonging deal has been...
Hey, I’ve just started looking into Binary trading. I know there are a bunch of different websites like Banc de Binary, Whichway.com and anyoption.com. Can anybody point me in the right direction for a reputable online broker/site? Looking at other threads and different forums - it all kinda seems...
Hello, is there any way to display the Webtrader on a website for mobile responsive? When i use an iframe it displays correctly on a normal desktop, but when i use it on my smartphone its not useable because its not optimised for mobile, but when i use it here on mql5.com it is mobile responsive. Is...
Close all sell orders, or buy orders from a currency pair. It still closes all orders. Please help me, my English is not good. Thank You! #include <Trade\Trade.mqh>CTrade trade;//--- Position propertiesvoid CloseAllPositions(){for(int i=PositionsTotal()-1;i>=0;i--){if(PositionSelect(_Symbol)){int...
Dear All Please instruction to me for signal setting of investment 500$,1000$,10000$. depend on provider? Thanks
hi to who can help, I've just started a demo mode and I clearly just hit my target price and my target profit but the trade didn't become live for some reason ? anybody know any reason why ?
  Hedging  (7)
hedging in Forex trading is illegal in the US. the acts of buying and selling the same currency pair at the same or different prices are illegal. and that is what most signal providers do. as a US resident, I'm having trouble copying anybody. is anyone here from the US and does copying, please help....
Everytime I select the variables to be optimized, then switch over to the tester, then back to the variable selection page. The green check marks disappear. Never had this issue before??? Any ideas on what is causing this ? Thank you
Hello, I would like to delete an indicator from an Expert Advisor. I can do it from an script but not from an EA. Below you have two codes, an script and an EA. Basically they have the same code, but for some reason the script does it but the EA doesn't. Retrieving the indicator name also fails...
Last week I switched on push notifications to my i-phone. I found them irritating so I switched them off and deleted the Metaquotes ID from Tools Options Notifications. I then closed the MT4 program and restarted it.  The push notifications are still cumming. What can I do to turn them off.
Hello Blueberry customer support.  I have a couple of questions regarding the behavior of currency pair prices following the posting of a buy or sell trade. 1.  Following the posting of a currency pair buy or sell trade, nine times out of ten, the price of the pair starts consolidating before...
I would like to turn off the notifications for private messages on my MT4 ios App. How can I do so? This is turned off in my MQL5 settings on the browser. Do I have to choose something similar on the app? Thanks for your help already in advance! Rixxx
Hello everybody, Is there a possibility for the signal provider to hide its trading method on subscribers so that its method does not appear on any subscriber's chart?? Wait for the answer from moderators and any member here has correct information. Thank you in advance
Hi all, ha yeah one more new coders.. (code it at bottom) What was mt4 expecting on 145? Why is 104 unbalanced. I thought I did defind GetTotalProfits on line 72. I thought I did defind CloseAllTrades on line 72. Thanks for the help! #property strictstring BotName = "JHB Robot";int Magic =...
hi guys, i need your help to code an indicator. kindly help
Suppose I were to create a simple EA that does only the following: 1. Displays a button on chart. 2. When button is pressed, opens an order on current Symbol. -- Such an EA makes no trade without human intervention. -- Such an EA has no iCustom function as it does not read any Indicator signal....