General - page 635

Hello. I have set a default template named default, i have attached the settings print screen, When i do a single test WITH the default template set, the positions which are closed do not correspond (visually) to the one which was open (meaning, the line from the open one doesnt lead to the closed
Hi I have an EA which delay to execute the trade, its based on 1min timeframe, on backtesting it works very well execute the trade on time but on demo acount it delays to execute the trade dont know why? please contact me if you can help here. thanks
Hi, I am copying a signal... BUT all the trades copied from the signal are investment of £2 only.. how can I increase this investment amount? Is there a setting? Thanks in advance
Hello, I cannot connect to the community on my MT4 installed on Macbook. When I enter my username and password, this error message appears : MQL5.community:Authorization failed. I just bought a tool so I can't use it. Can you help me ? Thank you
  VPS issue  (6)
Hi guys, i decided to try the MQL VPS, so i decided to take advantage of the 24hour free. Really easy to install and rent, everything went good till the moment i realised that the ms ping was the same as before. For the position server of my broker they assign me a VPS in London with a new ping
Hi, I have a euro cent account with 100,000 EuroCent (= 1,000 Euro). The signal I subscribed to currently has a balance of about 20,000 EUR. I expected that the lot size for me will be 5 times as high as the signal lot size but it seems as if the amount in EUR is used instead of the EURO Cents. So...
  signal synchronisation issue  (22   1 2 3)
I am tired of losing money due to bad synchronisations my signal provider broker is ic markets my broker is tradersway today i wake up and i saw that i lost more money than my signal provider one, for 1: in euraud trades my provider closed only 2 but my my plateform closed 3 ... 2: you can see in...
Hi, i'm trying to code a screener for the market watch window for the technical indicator macd in Mt5 and it's imposible to me. This code works correctly in mt4 but i don't know how to solve it in mt5. This is a simple code that read the macd of the first bar of all the symbols in the watch window
hi, i create one acount for my birthday but i don't know how to create a new order this is impossible sorry for my english thank you for your help
if if we check list the data windows, at mt4 mobile.... we look like resume off indicators and show signal too. how this works
Hi Guys, New here and this might be posted in the wrong place. I would like to know if there is some sort of report that can show me my Equity position at the end of every day. Just for simple P/L book keeping. Hope that makes sense! Thanks
Hi, I have some code that removes all hlines from a chart then creates new lines. There seems to be an issue wherby after I've used ObjectsDeleteAll() and then create a hline object the function returns true but no line is created. If i remove the ObjectsDeleteAll() function before the lines are
Hi, anybody knows how to activate an indicator on my other computer? It shows that I still have 9/10 activations left. Thanks
[Deleted]
Is it allowed to use the name metatrader for my website? i want to create a website under the domain www.metatradereas.com and in my Logo i also want to use the same name "Metatrader EAs", is it allowed to use this name or will i get problems when i do that
Hello! Am a newbie. I just built an EA but it keeps opening hundreds of trades once the conditions are meant. How do I set the maximum number of trades. I want the EA to open only two positions per currency pair. Any useful info will be appreciated
I see sometimes, EAs will check if there are enough 'Bars' before executing. eg. only execute if ( Bars < 100 ) My question is: how do you quantify a bar? Is it based on the time interval you set? For example: if i am running my EA on an H1 chart (that updates every hour), does that mean it will
Hi guys, in need of some tips for reading .csv files. Below is an example. Say I want to read in I4 as a string and assign it to a variable. If I did this in Python I'd just have each line as an array and would be able to access I4 as: myString = myCSVFile[4][8] #Python code Is there a similar way I
  Close position  (2)
Hi, Welcome everyone. I am a newbie here. I just want to buy some stocks using MT5. I hit buy and it seems that I got the stocks. However, there is an option to close a position. Do I need to close it to really acquire the stocks? Thanks a lot
hi in mt5, in the test settings ... in the deposit do I put my balance or the deposit I made in the broker
Hello. I am new to this with EA so I try to download many and test them in MT5 bu no one give profit. So how can I find something that give good profit? Lars
Who can recommend me? I'm very confused
Hi Team ... I Have MT5 EA , But , i am use for MT4 Version , So How to convert my ea mt5 to MT4 EA Version , Please Help Me
Hi. I am using MQL5 Community for many years and I have constantly bought interesting products from here like indicators, tools, expert advisors and I am using them in my personal MetaTrader accounts for my personal signal service. I have asked many authors of the products if this is ok and none of
<Deleted> ( seller link) The indicator is not working when i put it into my chart. it's completely blank . I texted the seller and after 3 days there was no reply. Any help please
I purchased 3 months of metatraders VPS Hosting service. It turns out my programmer told me that the vps I have has a lot of disconnections. He looked at my log files and notice alot of disconnections. What can I do? Thanks
Hi Developers. Hope you all doing well. I did a job that has a deadline of 15 days and later the customer increases that time by two days and now it is 17 days. My execution time was 17 days as well but when the job has closed my overdue project increased I don't know why. Do anyone know why? I
Hello, anyone can help why pending orders, trailing stop and stop loss does not work on Crash & Boom (1000\500) spikes on Binary.com (MT5) M1 timeframe
  Dotnet c#  (1)
I am trying create an algo and my language of choice is c# are there any preferred libraries to use for this. Ultimately i would like the algo to be imported into an MT4 terminal for back testing. is this possible
I want to create a small Chart showing the graph of a funktion. If I click on the chart, the chart should enlarge, to be able to see all details. Creating the small chart works quite well: Now I want to click on the chart to enlarge the chart. Problem 1: I can't find any posibility to resize the
Hi guys, I already tried a ton of solution posted on this forum but my code doesn't want to work. I'm just trying to read from a csv file, but looks like it can't open it (fd return = -1). The path of the file should be correct (I put it in TerminalInfoString(TERMINAL_DATA_PATH)). There is the code