General - page 799

Hello, I noticed some small differences in the results of the same EA in metatarder 4 and the one in metatarder 5. I attach the results of the optimization to see more clearly. The expert is simple, just use momentum for signals and ATR for Stop Loss and Take Profit. After 10 years (2009-01-01 /...
I have a cycle with Print(). This string should be printed once per day only. There is the code: int Hour = 20 ; int Minute = 20 ; int OnInit () { Hour = timeTemp.hour; Minute = timeTemp.min; EventSetTimer ( 60 ); } void OnTimer () { MqlDateTime ActivationTime; TimeToStruct ( TimeCurrent ()
Hello, I have been looking for a Donchian Channel indicator to test some strategies. I have found a lot of indicators in this website, however some have problems of buffers (don't consider the current candle) and ALL of them have a problem. The problem is when I use them on a strategy (whatever...
Hello, I have subscribbed to this man this Sunday, but for some reasons, even if MT4 recognize it, MQL5 doesn't seem so. The details are hidden by the classic "Paid signal: details of the latest day deals are hidden. Subscribe to get full access" but even the subscribe button shows me that I've...
Hi. Last night VPS New York Server 1 did not operate properly. My EA did not work properly, although parameters were reached. Trade was opened but did not close. Had to close the trade manually this morning. Can someone please investigate/advise what the problem was and if it has been fixed now
Hello I am a Seller and am wishing to sell my EA. I have passed the Seller requirements and am ready to sell the EA but my EA needs a couple of Indicators that it references and needs in order to work but I cannot see a way to supply my EA along with its required dependency files because the...
  Recreating Stochastic  (13   1 2)
Hi, I am trying to recreate the Stochastic for fun. This should be the formula: %K = (Current Close - Lowest Low)/(Highest High - Lowest Low) * 100 %D = 3-day SMA of %K However the results of my code does not match the indicator provided by MQL4. can you help me understand where the error is? This
Hello, does anyone of you know where a historical economic calendar exists? I do not just want to see what is ahead, but also see past news. For analyzing on what events my system fails or has trouble. Thank you. Regards.
bool CFilePipe::ReadString(string &value)  {//--- check for data   if(WaitForRead(sizeof(int)))     {      ResetLastError();      int size=FileReadInteger(m_handle);      if(GetLastError()==0)        {         //--- check for data         if(WaitForRead(size))...
How do I draw a support line in MT5 Tester
Hi all, Please, could you advise what this means. My Signals account as a Seller was duly verified and approved. However, when a client set his MT4 for the subscription, the following error message appeared: "@only subs running on your brokers account is permitted” My client had made the payment...
Hi guys When i click someone to subscribe it open other mt4 platform as i have 3 mt4 installed. how can i open the one which i want to use?
Does anyone know of an indicator that accurately alerts to choppy trading conditions without too much lag and without repainting? Please don't just post a link or download to an indicator without explaining how to read it.
Hi to all ! Becouse in the market there are alot of signals and EA and many more things, is there in MQL5 platform somethings like a note o pin o something like that can MARK what I already readed or buyed or seen ? SO I can check all EA and Signals without lost in the market and maybe see always...
  VPS sync Problem  (8)
Hi everyone! I have an EA that open 12 pending orders (6 above the current price and 6 under). When i run the EA on my laptop is all alright. But after I synchronize my VPS with the EA, the first thing that happen is that all my 12 pending orders are deleted! In the Journals of the VPS I see that...
Hi all! My new MT4 Indicator for Auto Trend Lines. Indictor calculate the waves (impulses) and then pivot points. This indicator don't use any ZigZag algoritm. It ease for use and, I think, is very usefull. The description of adjustments in the following comment To familiarize with other my works it...
[Deleted]
When I try to use any of the socket functions like SocketCreate() which are documented in the Network section: https://www.mql5.com/en/docs/network I get the error message "function not defined" in the MetaEditor when it tries to compile it. Do these functions need a special include if you want to...
I there any way to disable 1 EA on the VPS without synchronizing the other EAs ?
Is there a way to use the same  files in  mt4/tester/history/EURUSD1440_0.fxt without mt4 keeps deleting them? i am using a large .fxt file for a 30 year everytick backtest and mt4 deletes it and replaces it with a much smaller file. thanks
  trading options.  (1)
hello  guys, anyone with a good indicator for trading options pliz?  i will also be glad one has a good strategy of trading OTC, thanks.
Hey all i would like to start sending out signals for others to copy. Can anyone answer a few questions of mine. Thanks
Do you know how I can turn on the 'beep sound', so that I can hear when someone sends me a message in the freelance chat? (like when someone sends a message on Skype, you hear a ring sound, how can I turn it on in the freelance page of mql5.com?)
mql is not an easy platform for a beginner  mql help desk is not a help desk except for money transfers into mql  all other questions are referred to the forum.  mql user videos are basically worthless for teaching purposes. what i need are simple step by step instructions on all the basic functions...
MT5 build 1940 //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ class A { public : int iValue; }; //...................... A m_A[ 2
  Freelance jobs  (14   1 2)
Hi everyone, how can I do some freelance jobs if who need a system/indicator always engage people with higher rating than me? I cannot grow my rating if no one engage me, it is a sick system in whick a newbie will remain a newbie forever. I'm wrong?
  indicator name  (1)
Hi, I'd like to give friends some of the names of the indicators that are in the form with the specified arrow.   Thank you
Recently, I have been wanted to provide free full version for customers that show interest in my products. I know it's possible to send them the file with account ID validation, but that makes it impossible for them to leave a review of the product due to MQL purchase validation. I was also...
What is the going rate and the process to call on a dev to construct a utility for private use. Does anyone know the process? Thank you
Hi to all ! My name is Emanuele, from Italy ! I just want to ask this question: how many messages can I send to community users for ask info about their EA in the same day ? Becouse I try to send more than five but seems that I have some problems. Great community and features, congrats to all ! Bye...
hi i drew a hLine in chart with ObjectCreate() function and initial parameter for hLine is set in OnInit in my indicator. user can select the line ,move and change properties. that is ok. but when i change input parameters in indicator and it is not related to line however the line will move to the...