General - page 97

Hello friends, im stuck at this code, everytime I execute buy or closing order in strategy tester always return error 4756, but it works only sell, here is the code: //+------------------------------------+ //| Execute TRADE | //+------------------------------------+ bool
I have in my Tradehistory some entrys where the symbol name is SUMMARY, you can see in the attached picture. I dont understand this, it looks like withdraw or deposit but the order type is show as and it have also lotsize of 0.01, you can see in the picture also there are normal withdraw or deposit
i have made an ea which is showing very low drawdawn in backtesting with huge profits, but in forward testing with same inputs, its giving different results why so? how to properly backtest, i have done optimization too, but the in real live market the results are very different from backtesting can
I have a problem, I'm running MetaTrader 5 Strategy tester with 8 agents (my computer has 16 cores). He hasn't worked for me for a month. There is no collision with the anti-virus program. Reinstalling didn't help either. All 8 testers are marked as "not connected" in AgentsManager. I have Win 11
hi, how can i join MetaQuotes Certification Program? i didn't find any link where i can register for it
Hey guys why you deleting my post. I did not break any rules. Why? Please explain why you deleting my post thank you
I come from crypto world ... very fresh now in Forex. Hello everybody. Would be veryvthsnkful getting some hints. Could you name the top10 or top 5 Prop firm brokers pls which are on the way to combine crypto trading with Fiat currencies ? Is it possible to connect with such by using own Virtusl
why does my demo account not work at weekends for crypto
The MQL5 team has received your request. To verify your identity, please attach 2 photos to the request as described below: 1. A selfie with an identity document 2. A selfie with this chat in the background this problem no accses file to upload my document
Hi, everyone! I started to use MT5 and MQL5. I had a trouble in using #import. The code of Libraries\import_test.mq5 is as below. #property library #property copyright "---" #property link "https://www.mql5.com" #property version "1.00" void import_test( void ) export { Print (
Dear users, When you work with different fibonacci profiles/levels, you have to edit manually all the time. Anyone knows a solution to help save time in this case, allowing us to select different fibonacci level profiles? Sincerely
Hello Sir can somebody help me why I cannot login to the MQL5 community? I tried to login using my demo and active account id and also the password by saying that there was an incorrect " login or password". Please help me as I want to download and install UNIVERSAL BREAKOUT FOR MT5
Let's assume a neural network , trained. That network sits behind a server , it receives inputs it sends forecasts. I upload an EA to the market with the instruction to add the url of the server in the allowed urls : a .the ea needs the forecast to place trades b .the ea does not need the forecast
Hey all, on https://www.mql5.com/en/forum/10773#q12 I can read that the order size of the copied can be bigger. But if I have an account balance of 10.000$ and the signal has an account balance of 1.000$ and the signal does an order of 0.01 will my order than be 10 times bigger (= 0.1). I can not
[Deleted]
if (id== CHARTEVENT_MOUSE_WHEEL ) { //wheel up if (dparam> 0 ) { scale=( int ) ChartGetInteger ( ChartID (), CHART_SCALE ); scale++; if (scale> 5 ) { scale= 5 ; } ChartSetInteger ( ChartID (), CHART_MOUSE_SCROLL , false );
  How objects work  (4)
hello i would like to know why we use ObjectsTotal(0)-1 when we loop objects instead of only Objects Total(0) and what is the function of _FUNCTION_ when printing error? Please
  Unable to Login  (1)
I have already tried specifying email and profile name. Should i try anythg else
hello i need your ideas on this lets say i want to estimate that the price is close to an object , not inside it , but close . measuring the distance visually is easy i can say , yes the price is close to the box . but calculating it always get me different results for different symbols points
Note:I'm using the translation tool. There may be wrong expressions. please excuse any inaccuracies or unnatural expressions. In the case of mql4, double testMA(){ double ma = ima(); return ma; } I write like. In mql5, you use "handle". int maHandle = ima() I heard that I don't need to create a
Hi, I have loss 2 activation for Perceptrader AI MT5 when install the EA on 2 terminal the same VPS. The VPS IP: 212.102.52.196:42014 1st activation: 24th July 2nd activation: 26th July Please give me back 1 activation. --- The same thing happened when I was trying to install Evening Scalper Pro MT5
  Prohibit login  (1)
i got the Prohibit Login error in my account and cannot get it reinstated. How do i fix this problem? I wrote to customer service and get no response
I subscribed with a demo account with no problems but when i try with my real account it shows me ( the signal is temporarily disabled for new subscriptions ) is that because of my low Capital
Hello all As shown in this picture What is the reason for this problem and will I be able to withdraw my money? A message has been sent to technical support from 2022.06.02 So far, no response Thank you all for the help
Hi somebodey can help me i ty to set up registration as a seller i ask to authorise my number but no sms is coming.What to do there is othe option telegram bot but i dont know where and how its works
I am having trouble when i login to my live trading account from my demo. When i login to my live account my charts are mostly blank and when i click on one of my templates some of my indicators do not show up. When i click on indicator list on a chart it will say that the indicator is there but i
Hello guys, am currently looking into starting my own funded trader challenge but i was looking around to buy or get the funded challenge website and platform but i didn’tfind any. Do you know of any company that can provide me with the technology needed(like funded trader SaaS or source code) to
Is there a setting that will show profit in BOTH points and money in the Trade tab of the Toolbox? Pls advise if there is a more appropriate place for this question. ...thx/ras
Somehow the terminal uses the EA's sltp settings. Can anyone advise me how to fix it? Thank you Askin