General - page 572

my code: void closePosition() { for(int i=0; i<PositionsTotal(); i++) { if(PositionGetString(POSITION_SYMBOL)==_Symbol) { Trade.PositionClose(PositionGetTicket(i)); } } }
Hi all, So I wanted to check if the following is possible by creating an indicator or if it needs some software. Let's take for example a volume indicator . I want to create a tool that takes the most recent point in time where the volume was above a certain value. When that happens, I want the tool
Is It possibile modify a rented EA
is possible to transfer a signal subscription to a new account ? What is the service desk contact to ask for that
I found this message when compile my mql4, and when backtesting, it will auto stop. is there anyone can help? thank you very much
if you get these errors when trying to : get into the mql storage&nbsp, enable it&nbsp, or compile a file using the cloud protector in MetaTrader5 Editor v2530+ , if you get these errors : "Project list request failed with error 1001" , "Password Is Empty" , "Password/Login wrong" And you did
  Size of Lot  (1)
Hi have been advised to try and get an answer on the forum. I started trading with 1K. I have a signal provider who has leverage of 1:500. I am in the UK so my leverage is 1:30. When he provides a signal it automatically trades for me at 0.01 lot size. I am using 95% deposit setting To increase my
Hi there, I've noticed that, when backtesting, MT5 is using very different memory ammount on different symbols. For example, when I run a backtest from 2018-08-01 to 2020-07-15 for: - GBPUSD it is using 1025 MB - AUDJPY it is using 2400 MB The same goes on for other symbols. It is the same EA, same
Hello Is it necessary to know how to program in C++ to program in mql5 ? Is it necessary to know the basics of C++ programming to program in mql5? Sincerely
good evening when I try to make purchases on mt5 I do not have access to the Market tab I have uninstalled the mt5 but it still does not work. please help me
I need a way to mark green the times I am in profit with my trailing stop, I tried changing stoploss with Takeprofit, but it looks like takeprofit cannot go below the current ask price (in a buy position)
I registered for a VPS trial but I have not received an email with my log in details. I am having a 24 hour test but I have not been able to use it for the last 6 hours. How can I obtain the credentials
  Activations  (2)
Hello, I've recently updated my Windows 10 system with the latest Microsoft release. I bought an expert from the market. I can't use it anymore, after the update, because I get an "Experts loading of <name removed > failed [538]" error! I deleted in Navigator and re-downloaded it again under Market
Hey coders, This seems to be a bug but I wonder if it can survive this long Check out the following code. It is meant to print the symbol names of the current and next chart. long id= ChartID (); long idnext = ChartNext (id); string idname= ChartSymbol (id); string idnamenext= ChartSymbol
  Cloud agent fee  (17   1 2)
Dear experienced traders, I'm using Cloud agent. I use it for around 15 minutes, but the worktime displayed 5days. Is this normal or any error? Thank you in advance and best wishes, Sky
Is anyone else getting a 404 file not found error for all items in the code base? No matter what I try to download I get the same 404 error, even for items that were fine yesterday. Has been persisting for a few hours.&nbsp;
Hi all, due to the latest Windows 10 update my MetaCOT has stopped working "due to the update which affects configurations and encryption keys similar to the installation of a new Windows to protect Market products, the MetaTrader platform uses binding to the operating system and the hardware of the
Hello everyone at this time I want to ask for help, how do I if my mobile number registered in mql5 can not be activated and used again? I want to replace the mobile number with a new number. Please help urgent
Hi everyone. I have a problem about order ticket. Say if you attach two expert advisors to two different currency pairs, my question is will they share the same order pool so the order ticket is generated accoding to all orders produced by these two advisors? I am confused about this problem for a
I 've found problem while optimizing. MetaTrader5. I optimized my EA and select some result for back test. But back test result is different. What is the problem? I 'm using custom indicator. I uploaded cases. I changed code simply
Why does it show limited financial operations on my mql5 account after I purchased EA
hi my question is once you migrate a robot to the vps can you mirror it on your desktop mt4 ? so you can whatch what its doing like you normaly would? thanks
Good Morning.So yesterday I accidentally took a screen shot of my computer. It was posted on MQL5 and I was also sent a link, But I cant find it anywhere in the charts... Where could it be? Someone pleaseeee help me
I have a signal registered in MQL5. Everything was fine until today. Here are the main issues with my signal - MQL5 shows wrong initial deposit - MQL5 shows duplicated trade in the history - MQL5 show incorrect profit (this is a result of the first issue) How can I fix those issues? Am I allowed to
Is any one who can help me to get the elloitt wave free download. Please tell me where to find it
Suppose I am in a buy trade of lot 0.1 entered at 3, currently at 4 and my target is at 5. If I put huge sell limit order of around 10 lots at 5 or 6 or around 5 will it have an impact of driving the market up. Or for that logic If I put huge buy stop order of around 10 lots at 5 or 6 or around 5
hi, can anyone help me? I need an indicator that can get many different prices in a form, and then draw horizontal lines at those prices
Hi guys, Do you have any idea about this problem: I successfully pay for 1 month rental of hosting , 15$ charged into my card. But then nothing happen after that even though the log appear the transaction (file attached) In my account, don't have the server name to select. Please help me. Thanks
An EA that automatically hedges my position as soon as it goes below a certain price/loss/pips, and as soon as the price goes above the price it started to hedge at, it closes the hedge position for a breakeven. But if it goes down yet again (2-3-4-5th time ..) then it continues to open and sell
mt5 is not reading mt4 csv file i wrote EA both on mq4 and mq5 aim to write and read csv file mq4 reading mq4 mq5 reading mq5 mq5 not reading mq4{ is this from my side } csv file is in common folder does mql5 allow allow file sharing between MQ4 and MQ5