General - page 63

  VBSM  (2)
Hi I am looking for a VBSM indicator (volume based buy and sell momentum ) for MT5. Is there any equivalent here? Screenshot of Trading view VBSM attached. Thanks
Hello Friend, Can you pls share the recommended Computer Configuration in terms of Processor+Generation+Threads+Memory requirements for running complicated MT5 EA. I am trying to run Otimization in my Laptop, but it takes lot many days and hangs... Thanks in advance
In documentation it says HistorySelect retrieves the history of deals and orders for the specified period of server time. My question is , is that history of deals always sorted chronologically increasing order
[Deleted]
What parameters should be paid attention to when building a new computer for the fast operation of the optimizer in mt5? (CPU, video card, memory). In general, I need to build a machine for fast maths processing and high speed of the robot (when working on the history)
Hello every one I want to know do brokers change their Time Zone seasonally or no. for example: (x) broker time zone in winter is +2GMT (x) broker time zone in Summer is +1GMT change Time zone are common among brokers ? or the time zone is fix
Hello In mt5 app. Can we put a candle countdown tool that shows on the chart? Thankyou
why the candle stop moving up and down ae the market closed
  Access Violation  (8)
What kind of code could cause this? (backtest) I tried to run it in the debug mode (ctrl+F5) to nail down the exactly line that generates this, but when it happens the debbuger also stops.
Hi, My terminal regularly goes into "scanning network for access points" mode and then auto selects one with slow ping (3rd or 4th in the list)!! I keep selecting the fastest access point and after a while the terminal goes back to the slowest!!! Seems a helpful feature but somehow it does the
Hi all, I rented a VPS from MT. I followed the steps anf migrated everything. How can I be sure that the experts are running and how can I see the trades? THanks
what is the best way to capture view data on market place listings
I just can't get MT4 to launch... It is successfully installed. When I launch it - nothing happens, process doesn't even show up in Activity monitor. However, if I try to uninstall it, my Mac keeps telling me that it's currently open. Even though it isn't. The only way for me to close it is to
I have seen lots of videos on youtube and other platforms of people flipping for example $6 to $50 in one trade. They trade a pair "XAUUSD m " personally i cant find the pair that has the "m" on it, and the people also buy like 4-5 orders of 0.02 lots on that pair (XAUUSDm) which would be way more
I want to represent the opening and closing, price and time levels of a given ticket number on the chart using a custom bitmap/graphic object. Also create a line joining the opening and closing levels. Can anyone advise me of something readily available - if on MQl Four, even better
Moderators: Does the new MT4 Mobile take custom indicators made by programers? Thank you. Omar
I am developing a multi-strategy expert advisor and need to implement an effective money management system. My approach is to first define all strategies within a single expert and then run the strategy tester separately for each strategy. The results should be stored in a database or file so that
Hello, I am working on an MQL5 trading bot , but I have an issue with the cooldown period. Right now, my bot activates cooldown immediately after opening a trade instead of waiting for the trade to close. Here is my OnTick() function: void OnTick () { static datetime lastDay = 0 ; datetime
Dear all, I want to ask about experience in MQL5 user profile. I have been years in MQL5, but it says No Experience. Can someone please explain me, how to have experience in MQL5 profile
I bought an indicator and i put on MT4 platform but i want to put on MT5 platform but i have run out of tries and its locked i cannot get hold of the seller as his account is private
Hi, When i try to connect my account to mt5 desktop on macos, it only shows me select brokers, when i try to connect on windowsOS, it shows me all brokers including the ones i cant find when im on MacOS... whys this? then when i login to the brokers avail on MacOS, it shows no charts, just the name
Hello community, I am writing a new EA and want to allow it running on Demo and Tester only. I have tried the script: void OnTick () { // Check if running in backtest mode bool isBacktest = MQLInfoInteger ( MQL_TESTER ) == 1 ; // Check if the account is a demo account bool isDemoAccount
Hi guys Can someone tell me how to fix this problem??? Thank you! 'm_Trade' - undeclared identifier #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> #include <Trade\SymbolInfo.mqh> #include <Trade\OrderInfo.mqh> #include <Expert\Trailing\TrailingNone.mqh> #include
Hello, I developped a script to feed an Excel report. How can I automate this script execution ? I'd like that it runs when I disconnect from an account (just before the disconnect) and when I close Meta Trader
When I start up the MT5 Agents Manager to let other people use my CPU, it runs for a little while. But when I get back to my computer it's completely shut down and I have to restart it to make work again. As you can imagine this is kinda annoying and defeats the purpose of running the program while
I have been trying to upload a new version of my EA for the last two days, I have been debugging tirelessly trying to fix issues thrown at me by the validation system via the report. I have used the relevant article to guide my debugging to no avail, since I have already uploaded two versions of the
In mql4 we can add some text to a HLine with ObjectSetText command. But in MQL5 I can't find any way to do this. Anybody Knows any solution to add a text above a Horizontal line
Hello, a few days ago I bought a new iPhone and after installing the MT5 app my MetaQuotes ID changed and now I can't receive a verification code to log into my account. Please help me with this issue
  unknow retcode 3  (5)
Dear colleagues, I stumble upon an unkown retcode 3. I can't find any documentation on it. 2025.03.20 10:06:23.663 Core 01 2021.03.12 16:02:59 CTrade::OrderSend: modify position #234 NAS100_QDM (sl: 12912.01, tp: 0.00) [unknown retcode 3] Someone has an idea how to solve this? Kind regards, Johan
Does anyone know the cause of this issue? Running MT4 on a VPS is giving me the following error. I tried searching for others who had the same issue on this forum but couldn't find a definite solution. At first, I thought it was an issue with the VPS's internet connection, but what surprises me is
First big respect for sharing this brilliant piece  of work (understatement) to the community. just wow how good this is but I'm having problems to have this properly installed. When I download unpack the file from  articles from start after compilation they include mistakes. I manage to fix  those...