General - page 458

What I need an anonymised trading dataset (no PII): eg: trade start/end time, trade outcome, order levels (stop-loss, take profit etc.), asset traded and such; you get the picture.. Why Research. I'm interested in developing a ML model that studies the trading patterns of traders and offers
I need the robot to automatically generate the tester's report XML. Although I can do this with the clicks of a mouse, I would like to automate inside the robot to speed up my tests. Does anyone know native functions for this or a library that automates the creation of the tester's report in XML
Hello, everybody. I try to submit a new EA in the Market section. the Auto Validate reports that Initialization Failed because of the error: "Don't Close Expert Forcibly"! I don't use the ExpertRemove() function. So, is there any other possible reason for this error
  stocks  (4)
i dont have stocks on my symbols[view]
Hello, have purchased indicators, downloaded new pepperstone mt4, but cannot add indicators. They show in purchased, but no link to intall. Thanks
  Expected Pay Off  (3)
Please i need explanation. How does Expected Pay Off affect my income
  Service Desk Where is it ?  (28   1 2 3)
Anyone have link to Service Desk Pls Cheers
Hello everyone Is there anyone that can direct me pages where I can read up on how to code to identify swings? It's easy for me to identify them, but the method I'm using visually is not consistent enough to translate it to the PC. I have broken my brain these past couple of days trying to figure
If i try to replace a ' # ' or any other char with a ' % ' char this command is not working. It will be replaced by a blank. Is there any way to make this possible? string myText = "TEST#TEST"; StringReplace (myText,"#","%"); I need this because i want to send open orders to my webserver by using
Hello, I code a scanner which scans around 30 pairs and 6 timeframes. I use only one open chart for the scanner and to make sure that the necessary historical data is loaded I use Bars(). Is there a possibility to do it another (faster) way because I only check the last 100 bars for my calculation
Hello I have a problem. You have subscribed to a trading signal, but the trades that the trader makes are not trades. Is there a solution to this problem
Good Day everyone, i have been not been long on this forum but ever since joining and ive been reading some amazing content ya'll is posting. however i yet to find a topic on how to covert a .ex file to a .mq5 file. there is a indicator that i got but its only a .ex file and when i open my
Each time i try to download MT4 on my PC it automatically downloads MT5. Why does this happen
Hi I mived my signal to anther account but by mistake I forgot a 0. Do I really have to wait for a week or can the support help me please Thanks Daniel
Any leads on how do i make this much more efficient and not make my strategy tester load slowly, i don't know where to start. void breakEvenStopLoss( double inputAsk, double inputBid) { ulong inpMagic = 0 ; string inpSymbol = _Symbol ; double orderOpenPrice = PositionGetDouble (
  error 500  (1)
im getting this error any idea? 2021.02.14 09:49:06.331 MQL4 Market: failed download product 'Simple panel EA plus' [500] thanks UPDATE: it was a server error everything is working now
  Unexpected token  (1)
Hi all, I wanted to compile my mql5 file and got the error of unexpected token (besides others) and cannot seem to find a solution. Could anybody help me? //---other parameters double p_close; //variable for previous close double open; //variable for open int SMAhandle; //variable for
Hi I was wondering. I creat a python script which runs a infinite loop ( i know its not that good idea doing this). Could i use the MetaTrader5 VPS to upload only a python script in a infiite loop and still working
Hi, I'm trying to open position when trend change and hold it until change again, as seen in photo below. red dots mean sell , blue mean buy //1 up / -1 down double trend = trendIndicator[ 0 ]; //current double trend2 = trendIndicator[ 1 ]; //prev trend if (trend == 1 && trend2 == - 1 )
Hello I have a quick question I would like to know how to create a real metarader 4 account because I am asked for a broker I do not understand anything about their bullshit please thank you
[Deleted]
I want to upload an expert to the market, but it gives a warning as follows, how will this problem be solved, thanks. test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 there are no trading operations test on XAUUSDcheck,Daily
If signal provider uses a purchased EA as their signal. Are there copyright infringements? Does a person lose their signal provider status if they use an EA
Hey all, Metatrader seems to be really finnicky and sometimes when I launch the strategy tester it will place buys and sometimes it doesn't I dont understand whats wrong with the code i've written. any help would be greatly appreciated. #include<Trade\Trade.mqh> CTrade trade; bool Cross_Below =
hello please help me I have an indicator with 2 color, I want to recieve an alert when the indicator color changes how can i do it
#property copyright "" #property link "" #property version "1.00" #property indicator_separate_window #property indicator_buffers 1 #property indicator_plots 1 #property indicator_color1 Silver #property indicator_width1 2 double MacdBuffer[]; int handle; int...
Hi there, has anyone ever noticed this? I don´t know what criteria MT5 uses to decide to save the name you give to an object on the chart. For example I like to name support and resistance lines. But I never know when MT5 will decide to save ir or not. For example in this images I will attach here
  Copytrading ?  (6)
Hi I can´t find out how to Copytrade? The connection to markets.com is woking okay
Hello, so i've created a close all symbol function but for some unknown reason it's producing alot of errors such as 'PositionClose' - undeclared identifier, ')' - unexpected token, 'PositionClose' - some operator expected, expression has no effect, '.' - struct or class type expected. I have
Hi does anyone know of a programme/application to export the data on MT5 into an Excel spreadheet
On a MT4 platform, MQL5 password is doesn't match, when I try to download from market an EA. On google and safari the same password work properly. What could be fault