General - page 200

hi guys, i deposited money in my mql5 account in error, is there a way i can get it back
I have been a signal provider with the name Metacode since October 2021, but the broker has changed the server, I can't move it to the new server because this account already exists, previously tradingpro live server became tradingpro live server 2, and this is the account number at my signal
  MetaEditor Not Found on Mac  (13   1 2)
Hello all, I've downloaded MT5 on my Mac, and for a few months I was able to run it properly and use MetaEditor. Though recently, it wouldn't open anymore. I've tried uninstalling it and reinstalling it, tried erasing my computer, all to no avail. I get the error message "MetaEditor not found". If
Hello guys i want to see the total drawdown each day for the eas publiced on here. When ever ik go to the page of an ea / strategy and go to the drawdown chart it only shows the drawdown from the last three months or so. Is there a possibility to see all the drawdown each day from the start to the
  DBL_MAX bug  (4)
Hello. I call Fractal buffer on MT5 With Handle. while (FractalBufferUp[c] == EMPTY_VALUE || FractalBufferUp[c] == DBL_MAX || FractalBufferUp[c] == DBL_MAX_10_EXP || FractalBufferUp[c] == DBL_MAX_EXP ) { ++c; } if
[Deleted]
I am using my PC (8core/16thread) for backtest optimization and MT5 uses 16 threads. Then I setup another PC which as 4core/8threads as local network farm server. When connected and run optimization, only 4cores are used, instead of 8 thread? Is it for remote farm server, only cores are used and
Just realized, that the MT5 internal browser does not work together with PayPal (update missing). So it seems there is no way to buy any MT5 product through the application. This sucks, as there is NO way to subscribe to a signal by PayPal (always error). Any suggestion / fix at hand
Hello people, Basically, I'm trying to wrap the DatabaseReadBind function https://www.mql5.com/en/docs/database/databasereadbind But I can't figure out a way of defining a function (actually, instance method) that accepts as void &something (as DatabaseReadBind does). Without wrapping, works fine
Hi, I usually manual trade using a notebook. Recently I noticed a need to have remote access to it for trading, something that would include the ability to press (hot) keys over a chart. Since my notebook has basic W11, thus no native Windows Remote Desktop, I'm need to use a third party system such
I am trying to find what is wrong #property strict #property version "1.00" input string TradeComment = "Peinjo" ; input int MagicNumber = 101 ; input int Slippage = 3 ; input int MaxSpread = 262 ; input double FixedLot = 0 ; input int RiskPercent = 20 ; input int MaxDrawdown = 3 ; input int
Hello, copytrading doesn't work for me. Also, I also bought the metatrader vpn and it still doesn't copy. Could you please help me
Watch these 2 charts, notice that the USDJPY line (second chart) is thinner than AUDCAD, that is "more black" because it's thicker...I would like to express this feature into a value, but I don't understand what causes this behaviour... I tried many ratios and calculations using volatility, volumes
Dear all I hope some one can help me. I signed up for signal service but signals are not coming through. I can see in journal Symbol is not recognized and signal prohibited. Anyone had this problem and can give me advise how to fix. Signal provider looked and told me its not from their side and
Sup everyone! My Bot working with limits orders, I use slippage, but orders is open without slippage - by best price. How I can fixed it? Thanks
please help how to retireve my password
Hello, I am opening an Buy order with: price = mt5.symbol_info_tick(symbol_for_strategy).ask stop_loss = price - price/ 2 take_profit = price + price/ 2 request = { "action" : MetaTrader5. TRADE_ACTION_DEAL , "symbol" : "BTCUSD" , "volume" : 0.01 , "type"
I try to upload a new version but I get this error. Please recompile your product with new compiler
I am Mesh_1 and I have subscribed to a signal but it doesn't work while the trading is taking trades . my question is... how do i go through this issues
I received a reply to a message on the forum, but there is no notification to warn me, I saw the reply message by chance
It would greatly improve the coding experience. The feature allows users to collapse or expand sections of code for easier navigation and readability. And it's available on every IDE. As you may know, large trading systems and complex algorithms require hundreds or even thousands of lines of code
I am used to coding in MQL4. I am trying to test an indicator that is MT5. I tried to code in MQL5, but it´s very different from MQL4, I can´t even understand the function ordersend . Do you have a sample of EA MQL5 I can use to learn MQL5? TIA Flavio Benites
I rented an indicator which is good until January next year, yet i had to reinstall windows and now when i go to "install on the terminal", it redirects to the terminal and asks for payment. What do in do? Cheers all
I tried to make my account a source for signals to see how accurate it was with my new funded account but it wont let me post this publicly. It says " Authorization failed. Please check trading account data." the source for the signal im creating is a mt5 demo account
I have subscribed to a new signal and also to a MQL5 VPS, and synchronized the setting with the VPS. Do I need to keep the MT5 app open or can I close my app since the settings are synchronized with the VPS. I had closed the app and the signal did not copy the trades. Please advise
My expert and other experts purchased from the market no longer work! Why do these purchased Experts no longer work and is it not possible to download them again from the market? Who can help me ? Who can direct me to the competent office? Thank you
Hello Sirs in my Mt5 chart I drew many lines ..for channels .. whenever i change timeframe all lines are not exact is there any tip? thanks
[Deleted]
Hi guys. I really need help. I accidentally register a new MQL5 accounts because I never login into my old account. I tried to register to be a seller, but my application has been rejected because I have another MQL5 Account (previous one). Can anybody help me how to activate my seller application
Dear All Is there any function available in MQL5 to calculate 'standard deviation'? I could not find one in MathFunctions list. For some reason, I will not prefer to use iStd indicator. regards
Can programs in MT4 be used in MT5
Hi some one please help me when I learn MACD from youtube videos and when I apply MACD in my MT5 it is displaying different display for example in youtube videos there are two lines blue and red whereas in real in MT5 there is only one oscillator line around histograme please help me