General - page 561

Hi folks, I'm using a personal EA more than 6 months, but recently I'm facing a problem, because suddenly it stops to work. The EA is working in a metaquotes VPS. When I realize that it's not working anymore, I need to reload the EA and upload to VPS again. At my code, I'm using iATR inside of int
Hi there, last week i've subscribed for 30 usd signals from a trader. I just got them for 7 days and then she's disappeared, she closed her account and now i paid 30 for getting only 7 days of fake signal (all trades was a loss). Can i get refund ? i made payment by mql payment system. Thanks
Hi Guys. I posted it in the PT-BR forum but it still not answered, then, I`m sending here hopping that somebody can help on this. I have an expert advisor for Long & Short working in brazilian stock market. When i have custom symbols on the charts after build 2537 MT5 stop working on every restart
Dear all, I try to move a signal Subscription from one my account to another, but I pressed the enter key before change the account number , I just changed the Broker name, so now this Subscription is no working and the website show me I can change it only one time a week. Can you please help me to
  Question.  (1)
If I accidentally changed the program that opens EA by default and I can't reverse it, will it work properly on MT4
Hi all, has anyone else noticed the cost of cloud network has gone up significantly since the latest updates to MT5? Over the past week my costs have more than doubled, doing exactly the same level of work. Today alone the cost is over $200USD
Hi, I'm backtesting my basic codes and I actually don't have any problems while backtesting it on results but I get OrderClose 4108 Error on Journal tab. There is my codes, what do I wrong? I did some researches but couldn't find the answer to fix my codes. I would appreciate your helps. int ticket
i draw a weekly trend line that candle pass it but in daily timeframe candle is placed in under the weekly trend line,,, it cause my confusing..please help this can be a brooker problem or meta trader problem
[Deleted]
Hello What's the use of FTP server, and how I can try it? Thank you
  I need help  (1)
I need urgent help activating my product i purchased
Hi, new here so first question. Is there any way of the objects placed on either phone or pc to show on both devices? Considering it’s a same account using the same charts. On other platforms, all my hard work is still there. It’s very difficult to know where I’m at when I go to my phone from my
Hi, I am very new to forex trading and I like to find out how can I trade Forex using some type of robot without much of interactions. What do I need to get started ? 1) I have Ameritrade (US Based) account with trading capability to trade Forex. 2) I have Meta Trader 5 installed on my PC. 3) I do
  For Beginners  (21   1 2 3)
What are all the plans that the trader need to have before getting into the forex? Make sharing your valuable points in this to guide the beginners to become well participate in the trade!
Hello i can't Withdrawal unavailable How long to perform additional verification of My account ? 3 Weeks ago it's very long. I don't have money and i'm hungry i am programming beginning I create indicators for sale and i am freelance job. And i trying to customize the indicator to work, 3 Weeks
Hello If the signal shown on this website is 1:100 leverage and my account is 1:500 then what would happen to the lot size of my copied trades? if the signal's lot size is 0.01 would my lot size be 0.01 or 0.05? assuming in my example the signal's balance is $1,000 and my balance matches at $1,000
Downloaded EA and paid MQL5 for 3month VPS however the Migrate icon is not activated. Any advice welcome
  Create Indicator  (2)
Hello, I use an indicator on Tradingview. I want to use it on MT4. Someone can create it
How do I turn a single chart EA to a multiple chart EA? e.g, the EA is normally attached to 3 charts EURUSD, GBPUSD and USDCHF on mt5 terminal. The problem comes when you're looking at testing on the three symbols simultaneously on the visual tester. Problem is on each recall of the indicators on
  Market indicator  (2)
I purchased "<Deleted>" and I need help to install it on my platform
[Deleted]
Hello to all, This thread is opened for discussion about Webmoney alternative,hope the moderator will read this thread and provides a good suggestion to be resolved the Webmoney withdrawal, Anyway if anyone knows a good alternative way for it,are very welcomed, So till now we know the Webmoney
Hello Everyone . Am trying to backtest an indicator. Its not showing on the strategy tester. Empty Chart. Price moving but indicator not loading. Am not getting errors on the logs On normal terminal its showing well. Indicator is well coded and has no bugs. I want to backtest the indicator to see
Hi, very new to this and require some info. How does the free margin operate when closing positions ? I have closed positions that are losing and the free margin then goes up. I have also closed positions in profit and the free margin barely moves, if at all, then sometimes it increases !! I dont
HelloI want to know is it possible to share alert, notifications with more device at a same time from single indicator ? Thanks
  Trailing Stop  (1)
Hi Community Question trailing stop is not working for me. What can i do to make sure its working properly thanks
Please Help South African Department of Home Affairs is only issuing Temporary Identity Documents during COVID-19 Lockdown, Does MQl ACCEPT THIS SORT OF DOCUMENTATION for Verification of Identity to become a seller
If the signal symbols are different from my symbols, can I use those signals? for example My Symbol = EURUSD Signal Symbol = EURUSD.ecn
please guide me to close my MQL5 account
  Language Setup  (1)
The platform is showing an odd language. How can I setup the language back to English
hello i have attach my account to vps server on mql5.com website. but there is an error. when i click on  stop auto trading button on my platform , and close each opened positions by EA . EA instantly open another position instead of that. another problem is when i install my EA on only 1 or 2...
Guys , Here's what I want my code to verify before going through each iteration(on tick). if ( //AccountBalance is >= 5% than yesterday's ) { // return; } else { // starttrading(); } But the question is , how do I compare it to yesterday's account balance ? How do I put it in code