General - page 657

Hi I want to write an indicator. But I do not want to use predefined symbols. for example as you see in the definition of iMA indicator: double iMA ( string symbol , // symbol int timeframe , // timeframe int ma_period , // MA averaging
  VPS  (6)
Hello, I paid for a VPS  it opened on my demo account "Tickmill demo" "which registred on your site " I need to change my VPS from demo account to real account! Can I delet my VPS or stop it, and then reset up it for another account. Thank you 
Hi everybody, I would like to ask you a little help: I am trying to write an EA that could disable the trading on my account (no new trades) when a condition has been reached. For example, I reach 2% growth on my equity for a specified day and then I want my EA to stop me to trade more for that day…
Can MQL5 add the Kosovo country code +383 because now I'm using the old code +386 and soon will not be valid
  code -1  (1)
Hello, I have a message that I get that the expert failed with code -1. Does anyone have an idea how to solve it? Thank you
hi everyone Im beginner and this is my first expert. this expert dont have error but "Alert" command not work. please advice me.I want to read and compare parameters of candlestick's in my expert but I cant. regards. //+------------------------------------------------------------------+ //|
Hello. Lately I've had a problem while running the terminal. My terminal is crashed, and I can't close it. My OS is windows server 2008. Screen with error attached. That's a error content: Problem signature: Problem Event Name: APPCRASH Application Name: terminal.exe Application Version
hi everyone Im a beginner and I need a sample code for reading candlestick parameters in mql. I searched in internet and I find these commands. open[] , close[] , high[] , low[]. but those not work. please advise me by a simple program code as an expert advisor to read for example 10 last candle
I am using my windows based laptop to develop experts and scripts, but recently I have decided to move on Macbook Air, I checked the MQ website but did not find MT5 for mac based OS, I just wondering that is MT4 and MT5 supported in the MAC OS sames as windows OS
Hi, I'm from Iran and my documents are in Farsi Please confirm so I can place my signals on your site
Hi all, Is it possible to share manual trades (open & close) I make in Oanda through api calls as a signal provider ? Can metatrader4 capture those trades and share them as signal provider? Thanks in advance
  Stop Loss  (1)
Hi there, I still in the training mode in demo, and I'd like to know how to I place a stop loss or time frame for a single trade.. thanks, Jaye
Hello and thanks to anyone who is able to help me. This is probable something I am doing wrong here myself although I seem to be going around in circles so I thought I might ask the question. I am getting this error when optimizing in the mql cloud. Thanks
[Deleted]
Hello! Would you please implement an option to hide horizontal or\and vertical axes of a chart? Sometimes they eat up too much room on the screen
  What is a trend?  (586   1 2 3 4 5 ... 58 59)
Can you give a comprehensive definition? How do you personally determine when it has started and when it has entered a flat phase (unless it is a trade secret D)
Hello All, I am new to this forum and I have recently downloaded MT5. Now I want data for Indian Stocks. Can someone help me who are authorized data vendor for India Exchange NSE for MT5. There are many data vendors for Amibroker and Ninjatrader in India but not for MT5. How I can import historical
Hi I want to use mql4 indicators for a symbol that I have defined myself. For example I want an indicator for a new symbol like: ( EURUSD -EURJPY) or (EURUSD/EURJPY) or (EURUSD+2*EURJPY) something like what tradingview website does. Indicators in mql4 can be used only for symbols defined in
[Deleted]
  Mt4 to Mt5  (2)
Hi Could someone help plz !! I need to change this Mt4 indicator to Mt5 [ decompiled code removed by moderator ]
Hello everyone, I am just starting with MT5 and I wanted to know which broker should I use or avoid to trade stocks and commodities ? Do you guys have any recomendations please ? Thank you all Leera
Hi everyone Last Thursday I recharged my account with 50 euros at 9:30 am (Spanish time) because I had a freelance job in progress and wanted to pay for it. Well, although the transaction (according to my bank) was successful and I always pay everything with VISA and I have never had any problems
Hi, experienced traders, Does anyone know why service desk reply very slow? Does it matter because my location? I believe MQL5 team done a great job, and I like MT4 and MT5 platform very much. Best wishes, Sky
The beta version of the updated MetaTrader 5 platform will be released on Friday, May 17, 2019. We invite traders to join the new version testing in order to evaluate updated platform features and to help developers fix errors. To update the MetaTrader 5 platform up to build 2055, navigate to Help \...
Dear, I want to store a some data for every trade into my Expert Advisor coding, so EA can use that data to control those trade. As i know several option to save data but all are not good all. 1. Save into Variable. I can save data into variable but problem is that if expart remove from chart, EA
Hi all, I wanted to pick your brains.. I set up notification alerts for my mobile app and tested it and it all worked fine on Thursday evening, I had the laptop open and was getting the alerts through on to my phone, however on Friday I went to work expecting the alerts to come through but I didn’t
I have multiple OS's running MT5 and have a profile created on one that I would like to share to all of them so I do not have to setup the profile multiple times. I saved the profile I need in my MT5 and can see it in my MT5 profiles folder
In this thread we will discuss different ways of solving these or those problems and compare performance of the proposed solutions. Everyone is welcome to discuss problems and methods of solving them ;)
Hi, is there an event handler or a something other to allow me exceuding some code when a chart is closed? Thanks
Hi, i know MT5 save current profile's charts to disk when it is closed, or we can do it manually File->Profiles->Save. Is there a way to do it via MQL? I would write a code to save the charts each XX seconds to prevent losing its data if unexpected crash (mt5 or windows or pc) happens. Thanks
bonsoir à tous; je n'arrive pas à ajouter un nouvel ordre, je suis nouveau .merci
I'm guessing the error message means exactly what it says. Can anyone suggest a clean work-around? #property stricttypedef bool (*SignalFn)(void);// Global function definitionsbool IsBuySignal() { return true; }bool IsSellSignal() { return false; }// Create an abstract base classclass...