General - page 406

Hi, I have a problem with MT5 STRATEGY TESTER for using the back test. There’s no way of identifying a trade both deal an order numbers are the same so I cannot see what trade is producing what result. I need to be able to trace each trade. In addition there is no running total balance which is
Running backtarder bot + Backtrader-MQL5-API + MQL5-JSON-API with Metatrader 5 real account (XP Investimentos in Brazil) is returning a transaction message with request 'TRADE_ACTION_DEAL' with order=0 and "result":"'TRADE_RETCODE_DONE', "with price=0. As a result, the executed position is not
Hi, I need help. I have 2 experts with function FileWrite and everythig is working - the files are write into the standard folder in terminal. I want make in the standard folder 2 subfolders and write the files into them( file1 into subfolder1, file2 into subloder2) Any idea how
Am sorry if there's a thread out there with this question but I couldn't find it myself so here goes. How do I write code to enter at an exact price without sending pending orders. I would like to share my code but unfortunately it's proprietary so I can't. Am sure that the code isn't needed though
Hello Guys i wanna ask about risk% in copy signals if i copying some signals in MT4 HOW MUCH risk in 1 trade will be ? it will be the same RISK THAT the Signal Provider Give it to me Or what ? or i must edit the risk% by myself
Hi, I've got this code calculating the moving average : double ma1 = iMA(NULL, MA1_TTIMEFRAME, MA1_PERIOD, 0, MA1_METHOD, MA1_PRICE, 0); How do I calculate whether the MA is pointing up or down? above 0 line or below 0 line? How to calculate its slope basically? Thanks a lot
Hi there, I'm a newbie and I want to create a new indicator mql5, but I want to use IndicatorCounted() function like this mql4 code: int limit; int counted_bars = IndicatorCounted(); if (counted_bars < 0 ) return (- 1 ); if (counted_bars > 0 ) counted_bars--; limit= Bars - counted_bars;
I purchased an EA from the market but cannot install it. Went to the terminal > market > download and pressed install, a pop up came up prompting to type in my password for the community which I did and clicked ok but nothing happens
i want make signal in this broker but i search this broker, i was found in demo account , live account not found, need helps, thanks :) ***
[Deleted]
  Binary options!  (3)
hi guys, i'm looking for someone who is interested in binary options, please pm me
Hello! I have a newbie question, but still i would like to make sure! So thanks for a reply. I have coded an EA which has #includes. The thing I would like to know is: When you migrate your charts with the EA running on it to the virtual hosting server, does it automatically migrates the necessary
Hi Guy's, New to trading and have just purchased an EA for testing - payment went through ok and then I selected install on the terminal. Selected the demo account I am using which opened my MT4 platform but there is no EA under the Market section. I've checked all the other headings but can't...
Please make all of the symbols used in the strategy tester use the tester template file, instead of just the first one
My EA use copyticks function for scan symbol in market watch , but after scan finished , Memory can not reduce or clear
I've read some post that MQL5 is merged into the MQL4 but still couldn't find a definitive answer that what language I should write my code? checking the documentations, for example, for `ENUM_INIT_RETCODE` the number of item in the enum is different https://docs.mql4.com/basis/function/events
Hey all! I've been playing again with indicators, specially using the new events handler method with OnCalculate() instead of using IndicatorCounted(). I'm having some difficulties to fully understand why it works, here's the code: // Here, limit is equal to rates_total - prev_calculated since
HI, I am in the mt5 flat form on my account but failed to log-in to MQL5 Community. Can anybody please help me. Thanks in advance
I want to be a algo trader. Please tell me how to buy the best robot for autotrading. Also guide how to add in my mt4 platform. If any customized settings then write in details. Also need to know the which time is the best for auto trading & in which pairs. Thanks, MHK
not able to login in mt4 community tab Please help
  Using the MT5 on a 4K monitor  (65   1 2 3 4 5 6 7)
Good afternoon, I am addressing the MT5 development team. I am using a 43" 4K monitor. Despite of the impressive size of the monitor a lot of windows in MT5 contain small font which is not readable without a magnifier. Take a look at attached screenshot. If we enlarge the screenshot, we will see
Does anyone know a broker who offers the VXX CFD
Hi there, anyone know how long an arbitrage takes on average? Mine has been there for almost 3 months already. The money is locked in and can't be withdrawn, even if I win, I will be trapped in the system
Hi I have seen that btc-e developed a meta trader server for demonstrating the prices in meta trader live, this one won't let you use the trading options but simply feed the chart data to meta trader. the thing is that I trade in other websites that don't have this but give other options to get the
Hi Is there a way to toggle through different MT5 accounts using a mql5 script or EA? I would like to do that for 2 reasons: 1. to get the account balances from different MT5 accounts 2. close all open trades from different MT5 accounts Is there anyone that can help me. Thanks in advance
Hello, I cannot figure out how to add column names to my csv file when mql4 outputs it. Has anyone managed to get around this? My EA outputs the chart data every 30 seconds in a CSV, the idea is then to be able to process this in python, column names would be very helpful for this. Can someone
I've been looking for it but can't find it. I.e., the function that returns the " int pos , // number in the list of objects" referred to in the ObjectName function documentation page. For example: int ObjectIndex( long chart_id, // chart identifier string name
Hi, When I create a synthetic chart, I can get decent charts all the way up to the H4 Tiem Frame. However, I do not get enough Daily data. For example: I type EURUSD + EURCAD. Although I have sufficient History data for Daily timeframe per symbol, the synthetic chart does not show enough history
  LIBERAR ESPACIO  (1)
Good afternoon, friends. Does anyone know in which folder the data of the backtest they carry out is stored? I need to free up more space on the hard disk, I see that every time I backtest the disk capacity goes down little by little, so ..... I need to know. THANK YOU
Is it just me, or is the messaging system still not working? - I click on "messages" and the messages page opens, but is not updated with the latest messages - it takes sometimes more than 1 minute before they synchronise - when I answer a messages, sometimes, after clicking "send", the types
Hi I can't seem to find the info I'm looking for through searching. I was hoping someone could direct me to a good explanation of the below My account currency is GBP. I want to trade EUR/USD. I understand the maths to calculate everything I need for price per pip and margin calcs What I don't