General - page 30

I'm using a new EA. My old EA never gave me this error message
I'm trying to write some text on the top or bottom of the candle (closest possible). I'm using the code below without success: void DrawText( string text, const double &high[], const datetime &time[]) { //datetime Time = TimeCurrent(); // Get the current time double price = high[ 0 ]; // Get
invalid license (538), please reinstall from MQL5 Market I have researched this error but my case is pretty unique: I have downloaded and installed a free Indicator: ATR Stop Loss Finder, It works just fine, I can switch between different broker's account and it will work just fine on any chart (
Hello friends Can a robot be made by combining volatility calculation with atr and grid and martingale? Do we have friends who test it? How does it work
Hi, could someone please help me, on how to type a program for MT5 where in an alert is sent thru push if the candle touches a moving average or a candle is between moving average. Thank you for the help
[Deleted]
I have a question want to know if a coding issue or MQL5, I have a custom indicator when dropped in the chart it draws signals arrows. When I test on the tester to confirm if the arrows will be formed if it was live some arrows are missing despite all conditions met, want to know if the tester issue
[Deleted]
how to make a robot i have skils c++ java pythoam mini more langugue master
I'm trying to upload my prodcut to the market but got shown the subject error message. The product is compiled by latest MT4 build 1415. Whichi build is required
Good day, My EA have been working fine on the MQL5 VPS, but since this morning it doesn't open trades. I have stopped the server and reloaded everything, and started all from fresh and synced all windows and EAs, but still when the trade closes it does not open any new trades. Any help in this...
Hello I am looking for information and unfortunately I can not find it on the site. If you abstain from one or more signals, do you have to pay with the money you have in your trading account or by credit and other such payment?
Hello, Why isn't my market overview updating in real-time? Can someone help me
[Deleted]
Hello guys i cannot access my old mql5 account. Whenever i enter the correct username and password its saying Authentication Denied. The thing is its not saying wrong username or password or login failed. Moderators help me out
Who can convert a remove border script from mt4 to mt5 (paid)? The mt 4 script attached
Hello, I know, the Volume generally mean Lot size in MT4 when we are opening new orders. But what is Volume in chart? What kind of information or data it shows?. And how it is useful
Can anyone plese create an Non-Repainting indicaor on mt4 or mt5 according to there instruction : Indicator Creation : Create an MQL5 program for an indicator that operates on live charts in MetaTrader 5 (MT5). This indicator should allow users to select a specific timeframe for analysis. Buffers
Hi team, The current Currentime() function is getting the time but in seconds not in milliseconds, can anyone help me if I want to get the current time in milliseconds using EA. Thanks
I got already signal on one account. To insert second account do i need to register the Ea again
I got an email from my broker saying mt4/mt5 will no longer be available after April 24. Is this true? And why
How to hide the current positions in the signal
  Hosting VPS  (1)
How to move my VPS hosting to another machine(PC)? Thanks
Why does the strategy tester stop as soon as it places the first trade
I have been looking for information as to why MT5 is no longer an option in the Web trader app. Can't find any information as to the reason? https://metatraderweb.app/trade?version=5
Do you know how to change the default value permanently ? Because after restarting MT5 - One Click Trading Panel doesn't remember my choice
I just made a self generated EA code for testing. Even after reading the documentation, I am confused how it works, especially on where the value "significance" is based. Anyway, I just want to ask if this code opens order only if all of the conditions are met, or it opens order even only one
Hello, I want to count the open pending order. But my code cannot count correctly, can anyone give me a help? Thanks int ChecklimitedOrders16( int MagicNr) { int TodayslimitedOrders = 0 ; for ( int i= 0 ; i< OrdersTotal (); i++) { string OrderSymbol = OrderGetString ( ORDER_SYMBOL );
Hello Guys! I would appreciate if anyone has some insights here. My problem is that, I'm running my expert advisors in mt5's VPS, and sometimes the EA doesn't take trades that it should, however when I re migrate the the EA takes a late trade under the setup that It should have taken. What I'm
I really hope somebody can help here. i have been trying to connect my ftmo demo account to metatrader 4 with my creditentals and added it. but it keeps saying no conncetion what i am doing wrong here
I want to edit a subtext in the meta trader platfrom 5 in a indicators, But in the code through meta editor its only showing one indicator their and even that sub text is present their I want to edit this text
Hi all, I have my own EA that uses a Windows DLL. Is it possible to configure this somehow so that it doesn't prompt me to confirm the DLL load every time I load the template? I'm wondering if there is a flag that can be set in the template ini file? Thanks
Hello everyone. I really hope to get some hints where to dig further. Till now i could not mange to find a way to calculate the Margin of open Positions while looping through them. The only thing i found was Lot-Size regarding Risk-Management. But was not able to build a connection from that to the