General - page 30

Hi all, I have used the CControlsDialog, actually the Controls example located under Experts > Examples > Controls I added it in two differet Symbols and while changing from one symbol to other the dialog keep open, maximized. BUT, if I change the line 20 below From
Greetings, When confronted with the idea of multilanguage support for my first indicator, lets say Dutch and English, I stumbled upon the fact that input parameters get there interface value from the comment after the variable declaration. For example: input int iFontSize = 12; // Font Size I did
Hello. Can I change the volume from 0.01 to a larger volume by subscribing to a signal? and how to do it
I have followed some strategies/EA’s where a lot of trades are not copied into my trading account. The trades only shows in the closed trades of the Master account but never opens on my account. It looks like the strategy transfers trades from other accounts (to# or from# in the comment column) –
How to set a fixed lot size when subscribing to a signal
Hello, I am in of need some advice about how to prevent automatically scolling a chart back to the end of incoming tick. I would like to emphasize that I already disabled "scroll the chart to the end on tick incoming." My situation is that I am studying at a historical chart of a few month before
Guys does anyone know what this means
Hello there, I'm using mt5 on desktop with a lot of customized charts, like all of them having their own support/resistance lines. I was able to successfully login in into the Android version using my brokers credentials, but none of my drawings are shown on the charts. Only positions are can be
Good day. I saw this icon in an EA, and I noticed under Objects it is available so I copied it and made it appear in my programs. //🧙 LabelCreate( 0 , "Logo" , 0 , 900 , 400 , CORNER_RIGHT_UPPER , "🧙" , "Arial" , 190 , clrGray , 0.1 , ANCHOR_LEFT_LOWER , true ); where or how does one get these
Hi I added a checkbox to the graphical panel , When I tick the checkbox and then change the time frame, checkbox status (Checked or Uncheck) is reseted
Hi all Sorry for the mundane question buy can someone point me in the direction to get an understanding about the  Buy and Sell Limits and Buy and sell stops in the MT4 Pending Order ticket please.   thankyou
Greetings developers, Today I seek your help in a problem that has almost driven me insane. Thank you in advance for your time, and if i find the solution I'll post it here. Now for the problem: Wherever I look I see stop-loss in pips in this form, int TP_Points = 300 ; double norm_tp; norm_tp =
  No VPS available  (6)
Hi, I want to establish a VPS for my account but always get the answer "No VPS available". What can I do? Thanks and Regards, Martin
I'm having trouble with installing MT5. New Dell Laptop, Running Windows 10/11 (i.e. was 10, now 11, same issue) When I run the installer I get a message popup " This app can't run on your PC " Installer: mt5setup.exe (19/11/2021) 1,346KB Processor Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz 2.59 GHz
Hello I am new to MQL5 I want to know how to include a custom indicator in an Expert Advisor
Dear MQL5 Crew. Please allow me to change the account under which I am registered on MQL5. I have tried with settings form, unfortunately it does not recognize my current correct password. Probably it may be because I am trying to use email address I used to be registered as user abut 2 years ago -
Dear all, I am new to mt5 and i have purchased a EA and VPS, i got 2 questions please help. 1. May i ask why will the EA automatically shuts down when i switch accounts? (the hat turned to transparent colour instead of blue). 2. Signal cannot goes together with EA am i correct? I would like to use
Hello, I downloaded MT5 for MacOS. After installation, I tried to connect to a trading account. In the login window, the only server available is "MetaQuotes-Demo". There are no other servers listed. I did tried to enter the server name manually with the account credentials and the account was added
  id not allowed  (3)
Hello, Please be patient with me I am a complete Newbie here. So I'm attempting to install a custom indicator. After I load the files and attempted to launch the indicator it's giving me "ID NOT Allowed" and "indicator not defined". Any help would be grateful
Hi, Im new to MQL5 and I intend to subscribe to some signals, Do I need a VPS when my computer is shut down? Or the subscribment copy the trades automaticly? even if my Meta is shuted down..? Thank you very much
Hello, for some reason the signals button in the MT5 terminal is grayed out. I haven't had a problem with MT4 but for some reason I don't have a community button in Options to make changes and activate signals in MT5
Do you guys know any free sources to learn MQL5 programming language
Help! I lost my VPS subscription and now it is only activating for MT5 however the account I use the most is MT4 and the system is not finding the server name. Does anyone know anything about that
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