General - page 564

Hi. Can somebody change type of alert with this indicator? ("TCCI with Alert.mq4"). I want to display alert like in this tccialert.ex4 (both have different type of alert, and both not send to email). I have code base only from first one, and i also need to send notification to email, these
  Loop needs to only print 1 z  (14   1 2)
//+------------------------------------------------------------------+ //| question.mq4 | //| Copyright 2020, MetaQuotes Software Corp. | //| https://www.mql5.com |
Dear MQL5 Can you share about the code of MA Parallel recognition? Thank you and have a nice day
Hi guys, When I copy the EA to the expert folder, it doesn't seem to appear on the MT4. Even when I refresh it just disappears from the Expert folder.
  waves in market  (2)
HEY GUYS is it possible to define a wave. you know how the market moves up down , i just want to know if it is possible to code an EA for entries in this case
Hello, I have been researching brokers for some time, and I am wanting to create a social trading platform , someone has experience, who can advise me which broker to take
METAQUOTES will never have MQ4 files play in the MT5 backtester ? They already have MQ4's MT4 Latest Build ; just use it to "translate" into the MT5 Signals are all MT4 and most use MT4 by far after 10 years makes me wonder Id like to know whats holding back this logical thing. As if a playstation
i have prablom on the product he got update then i got this bag 2020.08.21 04:27:08.871 MQL4 Market: failed download product 'Portfolio X 10 eurusd MT4' [500] can some boddy help me
On the first version i published i didnt especified the property version, now i want to update a new version and get this message File version must be higher then last product's version Apparently the version of the product is 1.0 and in the new code i add #property version "1.10" but i get the same
Hi All, I am a spread trader, so trade correlations between different markets, often simultaneously long and short correlated markets at the same time. Does MT5 offer the functionality to chart/backtest and auto trade such systems? An example of such a system would be buy 1 WTI Oil contract and Sell
Hello I am trying to to join this site as a seller, but it is difficult to contact the site through the section comments tab. They rejected my profile automatically with one reason.  See attached it may help. 
Hi What architecture would you recommend for a machine learning bot in MQL5? My opinion based on my experience with python only and Oanda REST API: 1. Training independently (Python etc). Save model as REST endpoint (in my case i was saving it as a pickle file) 2. Trading logic in MQL5 and
Hi guys, New here :) I'm adding Soybeans to MT5 but noticed that only the front month - September - is showing. How do we get the further out months to show up? Thank you very much in advance for any guidance
Hey guys, I have an EA that makes usage of some moving averages and a custom indicator. The moving averages are actively used on my algorithms and they work fine, but when I try to add them to my charts they do not appear. The custom indicator I add is not actively used on my algorithms, but it
In many projects I've come a cross this issue where the events start playing up if you introduce more than one panel. In some cases I would like a dialog popup to change some settings/get user input/display detailed info etc. Please does anyone know the fix for this? Here is a test panel, test env
for ( int x= 0 ; x< 100 ; x++) { if (x== 1 ) break ; // HOW DO I USE CONTINUE TO HAVE IT GO FORWARD AND NO MORE X'S for ( int y= 0 ; y< 100 ; y++) if (y>x) // DEAL WITH THE PREVIOUS DETERMINED X AND FINALLY Print ( "y " ,y); //
StringToDouble ( "80.198" ) Output: 80.19799999999999 Caught this by coincidence. I have tried all sorts of conversions, NormalizeDouble (string to double to string). so on and so forth. But still, it beats me to understand why this is happening. Appreciate any help. Thanks
Cannot download indicators says this file has no app associated with it
Can anyone HELP me to code an EA in order to convert all buy (long) to sell (short) and sell (short) to buy (long), Please! Thank you so much
Hi , I am receiving signals from a signal provider <..> and this is successful , I receive the orders and they are placed immediately (entry & exit) However I want to change this system so instead of the orders being placed immediately I just want to keep them as " pending orders " then at a
I started with MQL5 reference and this website. These are already the best but all went above me as i didn't know the basics, even though i know few other programming languages but they were of no help in understanding the concept. After wasting about an year , i got my hands on a book for EA prog
Hello guys I deposited 30 dollars in June for one month automated trading . The period has now expired and i can see that in history. But i do not know how to locate where my fund is and where to look at trading history. I was never connected to VPS. Please advice
How can I understanding forex risk management? Can any one tell me details please
  mql5 ip address  (1)
i cannot find the ip address for mql5 vps
I posted a job today on 8/19/20 but it has been removed why. I can't see it. Where to go to see my posted job. there were 7 developers i was talking to plz let me know any one
Hi, I am trying to Top my account but MQL5 not accepting payment from bank and also not able to from PayPal. And why MQL5 does not have payment support from Google Pay and PayTm since these two are quite popular payment services in INDIA. There are lot of customers from India so I request the MQL
Fellow Enthusiats: How do you get programmatically: the current values for Jaw, Teeth and lips for iAlligator? Thanks
Hi i signed up for a signal yesterday and had troubles migrating it. when i clicked on migrate I got the error - "Migration Failed, please check the journal of your platform" upon checking the journal it had messages such as - "position usdjpy, skipped as no symbol found" and "signal copying for
Hello I would like to load my account but the contact I have on whatshapp is no longer online. how can I do ? I ask you for help
Hi, The "Accumulation/Distribution" indicator is a cumulative indicator and when i use mt4 strategy tester , this indicator calculates from shown chart bars not all bars (start from begin of selected date range). How can i load all bars when use strategy tester to make AD indicator real? Thank you