General - page 101

Hi traders, the VLINE objects in my terminal have no label for the date as you can see in the picture below: I run the script on the manual and guess what, the label is there. Maybe I'm missing some setting ? Thank you
We have taken a major step forward by releasing remote strategy tester agents. Now we are ready to present a truly cloud-based distributed testing system in the form of the MQL5 Cloud Network . A well-configured MetaTester with a hybrid operation model is expected to be released soon: Normal server
I got a severe virus alert for the latest MetaTrader update concerning the metatester64.exe file on Windows 11. Anyone else get the same alert
Hi, I want to get a value of Moving Average Indicator,I use the technical indicators method to get a value. I use the way on OnInit() method of ea. it is ok on realtime, but, on history for test is fail, because the value of the handle is always 10 and the CopyBuffer() method is eror,the error
If I want to go back to the menu/manifest of current section when I'm in the mid of a long document, I have to scroll the long way upside to find the entry. I'd like to suggest website maintainers to add a fixed "Back to top" button on the right bottom of the viewport in
Hi everyone, i just purchased a EA product from MQL5 market and activate it on my broker MT4 platform. The original number of activation of the products is 5 and after installed it on my pc on account #1, it remaining become to 4. 1st question is let say i installed the EA again on the account #2
  MetaQuotes Help?  (2)
I tried to submit a revised SMI MT4 code for the codebase and keep getting an error. Code validation completed with errors: Errors detected while validating the code SMI modified indicator. The MQL4 Source File is named "Berts SMI" https://www.mql5.com/en/code/51533/302025 I'm at a loss on how to
Hi everyone, I’m considering developing a Forex trading strategy that uses Google Cloud Natural Language AI to analyze news and generate trading signals. My plan is to integrate it with something like NewsAPI to get real-time financial news and perform sentiment analysis on it, hoping to capture
Hello, dear friends. I wrote the Renko code in Meta 5, which creates an offline chart with custom symbols and imports the required data into it. In Meta, when you open a position on gold, it doesn't show it on the Renko chart, for example, 50 pips of gold, which is logical because their symbols are
I made a VISA DEBIT CARD payment for USD 35 for a SIGNAL ..but i can see it in my purchases , neither its visible in my Signal tab nowhere . The Purchase has been approved and deducted from my Bank Account
getting problems in purchasing vps I don't know why I can't buy a vps subscription anymore can anyone help
Hello, When I want to do a backtest on the last 3 months, Metatrader 5 tells me that it does not have the historical data. I deleted all the historical directory to force the download, but now it has no data and no longer downloads. I deactivate Kaspersky thinking that it is blocking the download
Hey guys, I was trying to set up a provision script for a server to run MetaTrader and I noticed I could do silent installs for some programs without calling their GUIs. Anaconda, a scientific python distribution, as an example, provides us: Anaconda3-2.4.0-Windows-x86_64.exe /S /D=C:\Anaconda...
Is there any reason not to dive into MT5 vs MT4? Keep hearing people working with MQL4 language for automated trading but version 5 appears latest and greatest? Any insights is appreciated. Im in the USA and my broker is Alpaca if that matters or not. Thx :)
I am Subscribing to a SIGNAL X using a BROKER A ..during the trading if I find any discrepancy / mismatch in the execution of the trades, can I change the Signal to another BROKER B , without having to pay for the SIGNAL provider again
Hi everyone... I have coded this indicator, it's been compiled and has no errors, but when I put it on the chart, nothing shows up. Can anyone help, please? Here's the full code : #include <Trade\Trade.mqh> // Indicator parameters input int lookback = 20 ; input int atr_period = 14 ; input int
Hi guys; Is there anyway to customize the "Object list" tab in MT5 to the form like window sideview as "data window" ? So that,i can chosse any of my objects in list and moving the chart at the sametime. Each time i need to tracking move of my saved object in MT5;it's have to close the tab very
Hi, will removing the default MQL5 Cloud Network Password help the community in accessing and using the agents more perchance? what impact will that have
I can't make brokers mt4 default app in windows11. It always picks mt4 broker that i deleted long time ago. Also, I can't login to mql5 community from mt4, so can't download any indicator etc. Furthermore, in experts on terminal window in meta trader4 it endlessly rolls message 'cant open file#-WAE
Is it possible for me to pay a vps to hoist an EA and use it for two robot
Please help me understand what’s gone wrong here, have I done something wrong? First example a buy stop on GBP/JPY set at 192.020, it started trade and hit stop loss despite being far off entry (over 9 pips). See screenshots. I can see on stop loss it’s marginally different from my trade but I
Pls I need help on how to set an EA when using vps so that the EA will trade one minute and five minutes time frame. I am thinking that I will have to open the EA on both charts separately. I don't know if that is how I should do it
Hi there.. Does "SignalBaseTotal()'" not supposed to return total signals on MT5? It returns and works fine on MT4.. but not MT5. am i missing something? int total= SignalBaseTotal (); Print ( "Total Signal==" + IntegerToString ( SignalBaseTotal ())); Returns 0 on MT5.. Returns 1000 on MT4
hello, today i downloaded thihs expert from code base: https://www.mql5.com/en/code/22001 but for god someone explains me what is trailing step? what's its the difference with trailing stop? -------------------------- my stop loss is on 50 pip my take profit is on 50 pip now: i want for each 10 pip
How can I create a demo account for MT5 with $200k and $400k? I have created a demo in the program, but the drop down option stops at $100k. Any help is appreciated, Thank you in advance
So I just recently leased a VPS for my EA trading forex. Today was the first day using it and I noticed when I connected to the VPS and migrated everything it turned off auto trading on the local pc. I turned it back on. When the EA entered a position, two positions got opened for the same lot size
Dear team, It is requested to you please check my profile shown 3 signals while I didn't have any active signal on my profile It is requested to you please if this is by default please solve issue I will be very thankfull to you Thanks Regards khalid khan
I keep losing access to mql5 regularly, sometimes the password is cited as invalid or access is simply denied with Error code 403. Every time I have to uninstall mt5 and install it again and setup EAs etc everything again. Does anyone have any idea why it keeps happening so frequently. It started
I am new to using a VPS. I have meta trader 4 and have migrated to here. I have my stoploss set but I am concerned that when my home PC is turned off, the VPS will not use the stop loss andmy trade can run wild. Am I correct that the VPS will use the SL and TP I set using my MT4 even if my computer
Hi Below is the code (for Script) i am trying to compile but i get error. I am not sure why i cant get this syntax to work. enum SBP { SS = 0 , MM = 1 , WW = 2 }; void OnStart () { double aa[ 5 ] = { 1 , 2 , 3 , 4 , 5 }; double bb[ 5 ] = { 6 , 7 , 8 , 9 , 10 };