General - page 13

  Bug in CQueue  (5)
int CQueue::CopyTo(T &dst_array[], const int dst_start= 0 ) { //--- resize array if ((dst_start+m_size)> ArraySize (dst_array)) if ( ArrayResize (dst_array,dst_start+m_size)< 0 ) return ( 0 ); //--- copy queue elements from head to tail if (m_tail>=m_head) return (
Hey friends can you help me to rectify code errors { #property NoSupplyBuffer[i] = low[i] - (10 * Point); // Plot signal slightly below the low of the bar } Please write correct Code
How do I get the tray at the bottom I accidentally deleted it
  How to Edit Signal Settings?  (12   1 2)
How do I edit the settings I originally set when I subbed to a signal?
("Precise time scale" in Charts settings or PreciseTime=1 in the Objects section of Common.ini) that allows the drawing of objects to honor the exact time coordinate provided in on tick drawings. The above setting in the terminal doesn't seem to be honored in the strategy tester charts. My question
hello Sir, on BTCUSD dose not trigger limit & stop order on MT5. can one Please explain the reason
On my MT5 and MT4, I am unable to login into any trade accounts that use other server than Metaquotes servsers. Can somebody help me fix that ? Thank you
Hello everybody. I just subscribed to Signal MT lima ke 2 Join Tu that has one opened position. My MT5 instance seems to ignore it. XAUUSD. 2024.08.23 14:18 Buy Limit 1.00 2 493.000 2 515.000 2 520.003 he appears to have this position opened from his page
Hi, anyone knows a broker that has Forex calculation mode for XAUUSD symbol? Thanks
Hi guys. want to set/unset checkgroup items by coding. class CControlsDialog : public CAppDialog { private : CCheckGroup chgp; public : CControlsDialog( void ); ~CControlsDialog( void ); void itemSet( int , bool ); protected : void OnChangeCheckGroup( void ); }; I'm using
The connection with the servers is interrupted every few minutes
I followed all of your recommended steps to install the product into my metatrader 5 terminal. The product still does not appear inside of "my purchases" on the meta trader platform. product shows on the web browser of mql5.com as successfully purchased and payment went through too. Please advise
Tens of thousands of traders use MetaTrader 5 VPS as a secure, reliable and fast hosting solution for automated trading. Recognizing the growing popularity of the service, brokerage companies approached us for the possibility to utilize VPSs to reward loyal users. This is how the Sponsored VPS
I am trying to integrate TDLib in an EA to create a Telegram message reader expert. I have built the TDLib library (Windows 10) and included it. It seems to work, but the response seems different encoding and so I cannot interpret it and cannot figure out how/where to convert it. mq5: #import
Hi, I would like to know one thing, if I publish a product on the market and in the description and in the images I show people that I also sell the source code, is this agains the rules
Hi, I have some issue with profile security setting. I want to make deposit to my account with credit card, but I ask to verify my phone number . So I already input my phone number with the country code, but why I don't receive any code until now, and I have been blocked for 24 hours to try again
Analyze the factors behind the Canadian dollar’s recent rise, spurred by weaker retail sales and expectations surrounding Fed decisions. Explore whether this upward trend will persist or if a correction is likely, highlighting key levels and potential trade setups. Understand how the Bank of
Anyone having issues with the latest release ? It becomes impossible to debug because some of the variables displayed in the watch list are not updated with the values they actually contain. This was observed mainly with the int and bool types. I have to resort to using print() to debug my code
Hello, I am writing to report a bug in the latest update of MetaTrader 5, specifically within the MetaEditor. When setting a breakpoint, I used to be able to right-click and add watch to see the values of variables that received input from the user. However, now it shows "unknown identifier". This
Can someone help me figure out how I can get the latest highs and lows of custom sessions? (mql5) For example the highest price and lowest price between 12:00pm and 3pm, I want to record each into a variable which should update at 7pm each night for the following day
Hi there, Can anyone help me in adjusting my code to UTC timezone? I use bool for time variables to enter and exit trades, etc. However, the timing is completely off because it's not set to UTC timezone. On pinescript it was very simple, but I'm not quite sure how to do so on mql5. Would appreciate
I am trying to find some effective ways to promote the sales of my products which are published in mql5 Market. I found that I can create groups and channels in the messages sections. However I am a little bit confused with whether should I create a group or a channel ? I am trying to understand
greetings everyone, I want to ask if it's possible market open on Sunday especially XAUUSD pair? I was observing some signal provider and found out that he opened trade on sunday. All I know in metatrader several crypto pairs still open such as BTCUSD you can see in the picture he's trading history
Hello Experts, I'm very new to MT5 and currently facing this issue where I see Limit orders are seen on the chart but not placed in journal/trade in demo accn. Not sure what could be the reason, Seeking this basic configuration/setup help. Sample code in On tick: double ask =
I want to use MQL5 old version. i think looks easier That's good enough in my opinion
This code doesn't compile any EA, can somebody help me? //+------------------------------------------------------------------+ //| Expert settings | //+------------------------------------------------------------------+ input string EAName
  Selling Expert  (1)
"How can I sell an Expert Advisor on your website? I'm from Iran. Please advise me. "
Who has time to sit and watch the page if there's a reply?? This is a must
The documentation for the iMA indicator shows the following line of code in the example at the bottom of the page ( https://www.mql5.com/en/docs/indicators/ima ): if ( CopyBuffer (ind_handle, 0 ,-shift,amount,values)< 0 ) When I test that code, whether the "shift" (which shows in the function
  Wrong Parameters  (2)
Tried coding a script in mq5. But it is giving me 2 errors . 1. 'iRSI' - wrong parameters count SPIKE CATCHER.mq5 57 25 built-in: int iRSI(const string,ENUM_TIMEFRAMES,int,int) SPIKE CATCHER.mq5 57 25 2. 'iRSI' - wrong parameters count SPIKE CATCHER.mq5 91 30 built-in: int iRSI(const