General - page 538

Hello, can someone inform me why my buy-order on 16th Sept. at 00:05:01 opened with value from last day at 16:45:00, is here a technical error? The candle High on 16th Sept. 00:05 was 0,67155, actually the opening of my position was with 0,67255 - see printscreen attached . Thank you. kr/Peter
My current VPS will be expired soon. I have to move the MT4 with the EA to a new VPS. However, I used up the quota of activation. Can I deactivate the activation to release it? Thanks
  signal setting  (1)
please help me
Hello, I have deposit 40 USD to my account but now I can't make a withdrawal. because when I tried to do that I found the withdraw button doesn't appear. so my question is it legal in this website to withdraw your money thank you
Please has anyone solved the problem of how to verify a change of phone number without access to the old phone number? I know the question has been asked many times but I have been unable to find a viable answer. It is not possible to contact the service desk because this query is apparently not in
Hello, I want to subscribe to my own signal. Ive seen bits an pieces on how to do this but I have not been successful. Can someone assist? Ive read only thing I can do is set it public with high price and then copy it with no cost... How do I do the second part? Do I create a second account and then
in mql4, i can use iTime[1] to get bar[1] opentime ,   in mql5 , i use below sentence  CopyTime(Symbol(),PERIOD_CURRENT,1,1,from);    but i get  compile error: no one of the overloads can be applied to the function call   how to solve thanks 
Hi all coder experts, Please help to code: 2 ma crossover histogram indicator. Thank you and Regards, Anton
Trying to get the current value for iAO indicator and send it to the Comment area on screen while running in Expert Advisor. I want to do this as a confirmation during coding practice so that I can see what my calculations on those values are actually doing in real time. First I need to know how to
[Deleted]
I paid for a signal and I can not find it under my subscription or my signals in the metatrader
The following is my test code void OnTick () { //--- tick_cnt++; if (tick_cnt % 100 == 0 ) { signal_period++; int handle = iMACD ( Symbol (), PERIOD_CURRENT , 120 , 260 ,signal_period, PRICE_CLOSE ); if (handle== INVALID_HANDLE ) { PrintFormat ( "Failed to
  MetaTrader Issue  (1)
Hey guys I was trying to modify my stop loss/take profit on a trade but every time I pressed any of the buttons nothing worked. Is that normal? Nothing was greyed out neither. The only thing I was allowed to change is the lot size at the top
Dear Friends, we've built an EA for MT5 which loops through all Symbols, calculates indicators for them and makes deals in those symbols with signals. All from one chart. In live trading it works well, but I can't seem to get it to work in the strategy tester. Could anyone please advise? Thanks so
Hey MQL Experts! I'm attempting to use iCustom to return the current values of the indicators for my EA. I've been hunting around MQL5 forums and Stack Overflow and attempted to follow the responses exactly however still not getting much luck. I'm clearly missing something and I bet it's super
Hi, is it possible to load a .set file (from MQL5\Profiles\SymbolSets\) using a MQL5 script? I could not find any function to do it at https://www.mql5.com/en/docs/marketinformation Thank you
Hi, I have read a few threads regarding handling doubles and I can't say I understand. Please find the following links article on working with doubles - https://www.mql5.com/en/articles/1561 a similar issue - https://www.mql5.com/en/forum/155049 why i shouldn't use NormalizeDouble -
Hi to all!!! On the image a brief schema / data flow that I´m trying to implement but I´m not completely sure if it´s can be done. Once I´m sure that the MQL5 allow this schema I will post in the Freelance community. The questions are: 1: Can I send orders to MQL5 from different sources? If I MQL5
this is getting beyond bl**dy annoying! I have my mql5 account and have paid for 2 EA's which are now available to download and install but in metatrader 4 wont recognise my mql5 account and just repeatedly asks me to re-enter my details after which nothing happens, ive changed my password a number
Hi. I've signed up with a new VPS provider, and installed my MT4's and EA's as I am used to. I have bought four EA's from the MQL5 Market and none of these can attach to a charts on the MT4 on this new VPS. I can attach EA's I have bought outside the Market. The support at the VPS provider can't
Hello, Thanks for your time! In my code, I want to make a variable (greenlineprice) equal to the highest point of the last 6 bars, but only when the conditions are met I used a variable (choice) to serve as a signal to my Switch&Case on when the conditions are met. The problem I have now is, the
  Market Products  (7)
I see many products that look like variations with a different twist of the same indicators. They start to look alike after awhile Are there templates to use to design products for the market
Hi guys, I am pretty new to MQL5. Currently am building EAs with downloaded indicators. I used iCustom to extract values that are calculated in the indis, but only the 1st value is got, the rest seems like empty value or 0.0. I read that in MQL4 we can choose the buffer index in the second last...
Hello, I am running 2 separate accounts on my MT4 with 2 virtual servers, both have different account balances. I was wondering how to edit the settings for lot size per expert advisor, per account. So I have 2 accounts, each on a server. I want to run a .05 lot size on 1 account, and a .15 on the
  Average touch  (1)
int BuySell = 0 ; int ToucMA( int TimeFrame, double MaPeriod) { // Per convenzione si usa // +1 = BUY // 0 = Tutto bene, ma non fa niente // -1 = SELL double Ima = iMA ( NULL , TimeFrame, MaPeriod, 0 , MODE_SMA , PRICE_CLOSE , 0 ); // MedIA ombra inf Media che taglia
Hi guys Can anyone explain to me why my account growth is -100% For sure that I earned profit on my trade, but when I registered the account as signal, the growth shows -100% Here is the link <Deleted> I have no idea why it shows negative growth. Thank you
Dear Metaquotes, as stated in the headline, I ask you to add a complaint/spam report button to the message section. From time to time, many of us get unwanted advertising and spam messages, and this could be a more efficient way to report them to the administration then bothering the moderators with
Is it ok to negotiate an author individually who sells EA on mql market about legal rights? In other worlds, I want to ask each author about the price when I sell his EA for other people. Is it against mql community guide line
Comments that do not relate to the "How can I open multiple trade positions in mt5?", have been moved into this topic.
  signals and EA's  (2)
can you run signals on there own or do you need an EA aswell