General - page 603

Hello everyone how are you, can someone help me convert this indicator from mt4 to mt5. Thank you very much....#property copyright ""#property link ""//----#property indicator_chart_window#property indicator_buffers 1#property indicator_color1 Yellow//----extern int Snake_HalfCycle=5; //
install button in my MT4 and MT5 does not work I have tried to reinstall my both program still not working I have tried to update Microsoft edge and internet explore still not working I can't use my purchased products HELP ME PLEASE
Hello, I have a problem that I can't solve for a long time. So I download EA bot, i install it and it only executes 1 trade and then just doesn't do anything. And the problem is not with 1 EA bot, but with all bots I install. I've tried reinstalling it, I enabled automated trading and DLL imports in
Hello i cant register my Mobile Number on The MQL Profile i get the Error Misstake on Data Backup
Hello, I tried to find contact for MT5 dev team to report the bug but could not find any. So here : As the title says, if I open a position (in this case short), then a transaction happens (another sell at the bid), the candle on the chart updates down (because the candles show the LAST transaction
Hi everyone, Hope someone here will be able to help resolve this problem.. starting to get hard to manage multiple positions. Since yesterday i can no longer see position ticket numbers on the respective stop lines. See : https://cdn.imgpaste.net/2020/05/21/0S0Q2.png Where previously was
I purchased an indicator and activated to my MT5 account on my laptop but cannot activate to my desk top computer even by following advised procedure. Indicator does not appear in my mlq5 profile under 'purchases'. Anyone with suggestion for solution
Hi all! I'm trying to run my personal strategy using a custom Chart with the following code: void OnStart()  {//--- example of applying template, located in \MQL4\Files   if(FileIsExist("MyTemplate.tpl"))     {      Print("File my_template.tpl found");      //--- apply...
Hello everybody, I was trying to solve this well-known problem explained by Fabio Cavalloni and others, when I have discovered some really strange behaviour in OnCalculate. I have written a small sample program that reads the closing value in a different timeframe. Inside onCalculate, I check
Hi, I recently opened my account with the broker <name removed > but I wanted to know the experience that you guys have had with them. Can I trust my money at 100%? Thx in advance
Dear experienced traders I'm optimizing an EA, do you know what does on tester result mean? Thank you in advance and best wishes, Sky
I make a Position with a S/L and a T/P. Once the S/L or T/P take place, I am wondering if there is any event which is triggered (Hendge Account). Thanks
  Autotrading  (3)
What does it mean when I receive a meassage like this on my MT$ journal: "order buy 0.01 XAUUSD opening at 1750.12 sl: 1749.69 tp: 1752.69 failed [Invalid S/L or T/P]". And do I eliminate it? '
when i want to chose a signal provider , i found some with good reliability and some they not , can any body explain how it calculated
  weak developers  (24   1 2 3)
What should we do when a designer is unable to deliver a project when it is scheduled to be completed? I handed the job over to the designer one day, but he couldn't finish it. Today is the second day, but the creator has not answered since last night, I have slashed the job but he still has no
i dont understand what happened today. here is the problem . Screenshot1 is showing my trades. for example i sold 0,10 lot audchf at 0,63287 as it in screenshot1 and when it happens the screensot2 shows my history. u can see the sell price is 0,61287. and the position closed 0,63493 for -228,08
Hi every one. I have to strange things I have noticed 1. Why is it my code sometimes modify position (add stoploss and takeprofit) while other times it fails? 2.Also, sometimes it will place a buy order/sell order while other times it will not..? Anyone experience the same? Any ideas on how to go
  EAs  (2)
Each time my Ea launches a trade,I usually receive this message: 555 Scalper XAUUSD,M5: Error opening BUY order : 130. Please what does this mean,aand how can I correct it
Hello, I am subscribed to a VPS and have 5 strategies running currently. I want to add another 3 strategies so that I have 8 in total. Do I just need to upload the 3 strategies or will this overwrite the 5 which are there already? Is the solution to upload 8 strategies, but if so - will there be any
Hello, I bought the product <name removed> and installed it on my VPS, however when I went to enter the VPS again, the EA was out of the graph, and when I try to place it again, "Invalid License (538)" appears. How do I solve this? I read that if there is: Changing the operating system or updating
  How do I trade here?  (15   1 2)
I deposited USD in my Real Account and I am unable to trade. Please, assist me because I am new to this platform. Thanks in anticipation
Hello. Does anyone know if there's an existing tool or EA that can place limit orders (buy and sell) but when price reach certain value? For example, we are in EURUSD 1.01 so I tell the EA.. if price goes up and touch the 1.10, place a pending buy limit in 1.04. Am I clear with the example? That
Please anyone can convert from MQ4 in to MQ5 the Bandwidth Indicator? Ciao Luca
I don't understand this... did they change anything for activating a product ? I try to install from mt4 terminal (toolbox/market/purchased), it does not work, I try from marketplace, it does not download... When I try from marketplace, and select the ressource, it just opens my mt4 - that's it (no
Hello, I just login on MT4 mobile android, Oanda broker and New order button is inactive for Demo account , on live account is active.What may be the problem? Thank you guys. Daniel
I am now combining 4 EAs into 1 EA (I deal with Each EA as a function) and it seems to work properly, but I’ve got one problem for position-sizing. When I use AccountInfoDouble(ACCOUNT_BALANCE), it returns the total balance of 4.EAs and each order is calculated based on the balance. That’s not what
Sergey Golube What is the MACD Indicator? How do I use it? Can you please share the double smooth stochastic indicator and the 7 moving average setting or the lines at the chart? Thank you
Is this a legit company to deposit my funds with for trading MT4
I want to exit a trade once the trade slows down, moves sideways or backwards. Does anyone know of an indicator that will help with that
I called a complex indicator in my ea by iCustom. As the calculation for the indicator is async and very slow, how can I know The indicator calculation has already finished And the indicate data is up to date when I get the indicator data by CopyBuffer? Is there a way to check the indicator