General - page 158

Hi I rented a signal for 3 months but after 1 month of trading, it can not replicate any where near what the signal is performing. Can you get a refund for the unused portion of signal subscriptions ? If so, how do I do this? Thanks Eric
here are problems that compiler shows '{' - function definition unexpected z-score-script.mq5 @Line no. 151 'for' - expressions are not allowed on a global scope z-score-script.mq5 @Line no. 156 '}' - expressions are not allowed on a global scope z-score-script.mq5 @Line no. 182 OnStart function
Hi Guys, Would that be beneficial to translate the product page of an EA in multiple languages. None of the EAs on the first page have translated their product description in other languages. Any advice? Regards, Peji
  Bot  (1)
Are there good bots for small amounts
I have a problem since today as below... The signal was available since today in the Public segment and it is not anymore there I have asked the Service Desk today, and they advise me to ask in the forum about, so I did now. Hello, please can you inform me why I can not see my signal service in...
When I identify an indicator to download, I click on Download then a box appears asking if I have MT4 installed so I click on "Yes, I have MT4" but it does not accept that. If I click on "No, I don't" it goes off and starts downloading MT5 which I don't want at this stage. I'm running MT4 on a Mac
I’m testing out my iPad I have MetaTrader 4 downloaded but every time I try to download the EA it keeps giving me an icon saying the web address is wrong??? Anyone use apple products for trading?? Is it not downloading because it’s an apple product??? Testing things out before I purchase an EA I’ve
can someone plz help fix problems in below code //+------------------------------------------------------------------+ //| ZScoreScanner.mq5 | //| Copyright 2021, MetaQuotes Software Corp. | //|
Hello, suddenly when i get a freelancer job notification on my Android mt4 terminal, the link to the job becomes unclickable and doesn't redirect to the job page. Please help
Hi,i purchased a product but i can not download it on my MT4. The owner of the product seem to be banned. Is that affects it
Hello: I am logged in in MT4 and I purchaded some EAs in the past but now I cannot download them in the terminal I am using MT4 in my VPS with provider Vultr, and I get this error message when I try to install the EA in the terminal "MQL 4 market: failed download product 'EA_name' [403]. I can
Hello everyone, Today I installed metatrader 4 but I miss the price and date bar. How can I set this up?. Please check this image
Hello. Is there a specific point(in rating) assigned to each: 1. freelance job 2. product sale 3. comment 4. new topic etc? Or it can be different
Dear Support, After the new MT5 Build 3621 when I trade with Fxopen broker with MQL5 MarketPlaces EA like Waiting Night MT5 and Gold Veritas MT5 EA. Sometimes when these EAs open new pending order they forget send the Magic Numbers and it cause multiple new orders without Magic Numbers , S/L, TP and
hello, i want to know a shortcut to refresh in the mt5 chart. like f5 in browsers in example to refresh a page, in mt5 which is the key o shortcut to type to have refreshed or what can i do to have refreshed all the time that i have in the chart is ther an addon or a bot or something or a way to
  MULTI-TP Doubt!  (7)
Hey Guys! how are you? I have a doubt, I created an EA, I had the idea and I paid a guy to write the code. in my EA, it has TP multiples and % closing positions. but depending on the TPS, he gives me a number of different orders, sometimes more orders, sometimes less order... where they should be
//+------------------------------------------------------------------+ //| DEMA_BB.mq5 | //| GBPUSD | //| |
I am a vps user,but i am having trouble with the server "....london LD4" the other servers are working fine,i keep trying to change but after every week it keep going back i guess it is my default server due latency.How do i communicate this to the technical team or how do i permanetly change this
Can some one let me have simple code demonstrating static variables.... CHATGPT3 did not give satisfactory answer.... MQL documentation has an illustration, but it is useless.... Regards Laxman
Hi, I have an issue with subscribing to a MQL5 VPS service: MQL5 VPS subscription not possible. (greyed out , see screenshot) Logged in to terminal MT5 community; MT5 build 5.00 3550 Internet Explorer up to date Used in VPS services in the past without issues (Last subscription to old to renew)
Please, I am trying to upload my indicator in the market for purchase. can someone help me by telling me why my indicator appears as an expert advisor when download on my mt4 platform
So i bought a product a while ago and ive installed it on my desktop {also i have not run out acitavtion keys i still have 9 left} and now ive bought a laptop and want to install it on there but when i go to Terminal- market its a blank screen and yes i have signed on MQL5
Hello, I just noticed now but ever since March 22, 2020 after getting a big update from windows 10 which i need to wait a few hours to update, my mt4 somehow maded me use another activation. "Market: You have activated the product 1 of 5 activations left. (See Rules, IV.10 and IV.11
Microsoft has officially released its new Windows 10, version 20H2 . This update affects configurations and encryption keys, similar to the installation of a new Windows operating system. In order to protect Market products, the MetaTrader platform binds all data to the operating system and
  OrderClose  (4)
I would like this code to close trades when the trailing stop reaches 100 points. Can anyone help? for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--) { if ( OrderSelect (i,SELECT_BY_POS)==True) { if (OrderSymbol()== _Symbol && OrderType()==OP_BUY) {
I was remove and reinstall mt5 on appstore but not work
Hi Everyone, I'm new to MT5 and have only been using it for a few days. I opened the app this morning on my iphone and realized that the chart was no longer taking up the full screen but it has kind of shrunk to where it is only taking up 75% of the screen now. The right and bottom of the screen is
How do I upload an expert advisor that will only open trade when you do something on the market. I'm asking this question because I believe it won't pass the verification test since it won't open any trade
Since MT5 build 19xx, CustomTicksAdd function alsway return 5310 error. Please help me to solve it.MqlTick last_tick[];ArrayResize(last_tick, 1);last_tick[0].flags = TICK_FLAG_LAST;last_tick[0].ask = SymbolInfoDouble(_Symbol, SYMBOL_ASK);last_tick[0].bid = SymbolInfoDouble(_Symbol,...