General - page 717

  lost source code  (4)
good day. I lost a particular version of my EA, that I really need. is it possible to retrieve log file of changes made to an EA, in history some how and I try and navigate my way back the changes. is there another way I can retreive the Code. my earlier version was 61KB when compiled however the
Hello, I have a problem with MT5 profiles. Basically after i create a couple of profiles after a few minutes I click to open one of those and it opens another. It is acting like the name changed in some random way. So I was wondering if anyone else had the same problem and how to fix this? Thank you
Hi everyone. I'm new to the MT language, haven't coded anything in a very long time, and yet... I am going try my hand at making an EA :p. I've already one running and have some of my own ideas that I would like to try out. I'm starting by reading through the language database and writing out some
//+------------------------------------------------------------------+ double LotsOptimized() { double LotSize = Balance() * MoneyManagementRatio/1000; LotSize = NormalizeDouble(LotSize,2); if(LotSize > MarketInfo(Symbol(),MODE_MAXLOT)) LotSize = MarketInfo(Symbol(),MODE_MAXLOT);
After I have subscribe to the signal, do I need to leave my MT4 software running in order to get the signals?
hello i am new in forex and have a question now i have 122$ equity in my account and want to get a sell position in EURTRY for 0.01 lots. my leverage is 1:100 but it says "not enough money". but 0.01 lots sell in EURTRY equals 1000 euro and eur/usd is 1.07 so it requires 1070 dollars and because of
Hi! Why my account verification is still pending? I sign up a week ago
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  (4)
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
[Deleted]
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