General - page 613

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
There is a need to write mql code in asynchronous or multithreaded mode. I am familiar with asynchronous and multi-threaded code writing from the asyncio module of Python. As you know, all EAs and scripts in mql are executed in a single thread. Therefore, there is some confusion about it. The WinAPI
 Any one can help me ? I want to know how to create new folder to add some new Branch in MT4 Navigator? 
I recently obtained a new VPS subscription through my trader, and looking to cancel my VPS subscription through MQL5, or pair it to a different trading account: *If I choose to cancel the subscription, does anyone know if the unused balance will be refunded. Currently about 2 weeks into the 3-month
Hello, Recently i installed mt4 and then i try to buy or sell on current price but its not working. when i click buy, its automatically place on upper the current market price. for sell option, same happening. Can anyone help me please? how can i set price action that i can buy or sell on current
I bought an indicator (review candle chart for mt4). When you try to install, you will be asked to log in to the Mt4 optional community. The following two are required to login Login, password However, since I purchased the product by logging in with OpenID (a Google account), I do not know what
extern ENUM_TIMEFRAMES TFofFractalsorCandlesforTrail= ENUM_TIMEFRAMES ( PERIOD_M15 ); if (TFofFractalsorCandlesforTrail==0)TFofFractalsorCandlesforTrail=Period(); MQ4: The above code generates a warning "implicit enum conversion: warning. Any advises on how the warning can be cleared
Hey is it possible to edit a stop loss or take profit manually if a bot is trading ? lets say a ea places an order with 100 pip stop loss and 100 pip take profit. Will be be able to adjust that after the bot has placed the trade
  file says expire  (3)
greeting,i need help my file says expire
  Chart Objects  (4)
Hi all, Where are the chart objects stored in MT5 ? Let say, I draw few Fib levels on EUR/USD 60 mins chart. Now, MT5 must store the objects values in a txt file. I want to know where location/file name where it saves this data. I have already looked in templates file, but not able to find it. I am
how can i change my account phone number without having the previous one because i lost it
  VPS Rental  (1)
Can I cancel my VPS rental and claim a refund
My EA tried to place a pending sell order, but it failed with the error "invalid price". Everything looks correct to me, normalised and entry price below the current price. The order values are below, as well as a screenshot showing the messages. Order type: pending sell Entry price: 1.19100 Stop
Newbie question. I go to download an indicator from the Market. I'm asked is MT4 open. I say Yes. But it does not download. I was using a different MT$ platform but not now. Do I need to tell MQL5 which MT4 I am using? If now, why won't the indies download? Thanks