Technical Indicators - page 94

Dear All I had an indicator which was included from two lines in an indicator window bottom of chart. when these two lines crossed it made a blue circle. when I used this indicator it slow down my computer. I dont remember the name properly. ARENA or something like this. any one can assist? I really...
Hello, I'd like to integrate a custom indicator into an existing MT5 indicator (being used in MT4), it should show an arrow if a certain condition from the (custom) indicator is true. I set up : #property indicator_type  DRAW_ARROW  int Custom_handle; double CustomBuffer[]; and in the OnInit()...
Can anybody do this for Metatrader 4? Here's the Easy Language Code: Inputs:Period(130),Coef(.2),VCoef(2.5), SmoothingPeriods(3); Vars:TP(0), Inter(0), VInter(0), CutOff(0), VAve(0), VMax(0), VC(0), MF(0), DirectionalVolume( 0 ), myVFI(0); TP =...
Hi everybody, I was wondering if anyone knows how to delete smaller time frames on mt5. eg. everything up to and including 1hr. and add some such as 8 hr, 12 hr. Thanks.
Hi  I am pretty new to this, I have downloaded a stochastic cross alert indicator, but I don't get my expected result. On a M15 chart, I literally have signal every 15 mins, and the buy and sell signal is just totally wrong.  I have attached the code, and someone please help me to debug this. Many...
I'm looking for an indicator that shows me the max drawdown within a certain number of time (or bars) during a trend. Would be great to see a calculation on the screen of the max pullback amount in numbers.
Does there exist digital information about news. I mean these news, what are causing big movements on market, you know. One such site is https://www.fxstreet.com/economic-calendar . In this site you can see well marked news with their times. So how are these things in MT5?
Hi everyone, How can one calculate the buffer value for a custom indicator that displays 2 indicators with different values (stochastic which has value of 0-100 and OsMA which has value of -0.00x to +0.00x), as if like adding 2 indicators in one indicator window (picture below)?
  Random Walk Index?  (50   1 2 3 4 5)
I'm looking for the Random Walk Index for MT4. The original formula developed by Mike Poulos used 4 indicators- a short-term period of 1 to 8 bars of the highs and lows, and a long-term indicator of 8 to 64 bars of the highs and lows. Any help appreciated, I do not have the knowhow for MT4 coding
//+------------------------------------------------------------------+ //| PivotPointUniversal.mq5 | //| Copyright VDV Soft | //| vdv_2001@mail.ru |
Hi, In my indicator (MA crossover), I marked "Up arrow" at the crossover, and also print out the time at the crossover. I saw three different time for the same point: One at the arrow in the attached figure (Time: 2017.07.14 09:30), another two in the print out in "Experts": ------------- 2017.07.14...
  Float  (8)
Two pages from the book "Professional Stock Trading. System Design and Automation" by Mark R. Conway and Aaron N. Behle
I use Awesome Oscillator and StocHistogram. When I place thecurser on the oscillator bar, the label shows the value of that bar. Cansomeone help me to change it to show the difference between that bar and itsprevious bar in percentage form. (+n.nn% or -n.nn%)
  Multi_Oscillator  (26   1 2 3)
I wanted to ask for a hand to modify the classic moving average indicator. I wanted to apply it in addition to the high, low, close at an average of the maximum price close of every candle but only of bearish candles. Can anyone help me?
Hi guys, Is there a forex factory news indicator for mt5? Can you suggest an alternative or even better indicator like it? Much thanx
I've fund it under: https://www.mql5.com/de/code/9173 I use this in my program as follow: ... double KDJCurrent = iCustom(NULL,0,"KDJ",9,0.6666666,0.3333333, 0); ... But I wonder how to get the values of K, D and J? Cheers
I have an alert set when xyz happens, I would also like an arrow to be painted on the graph every time this occurs. I have added another buffer but am a little confused how I add this also. Any help much appreciated. if (a[1]>=a[MaxIndex]) Alert("Price Exceed") + (Add line object ) ;
Hi, ZigZag indicator by default starts its calculation from the first candle. Is there a modified indicator in which the starting candle can be set on the chart. For example, maybe the indicator starts calculation from 1st day of the month in daily chart instead of the usual first candle in chart
Hi all, I will use in my algo the so called MACD golden cross or dead cross. This means I need considering the signal line and the macd line. But it seems the indicator in MT4 iMACD just have the MODE_MAIN (Histogramm) and MODE_SIGNAL. Where can I get the MACD which has the Signal and the MACD? Or...
Hi Everybody, my code doesn't work, and can't understand why, is really weird. Code in the OnCalculate function only executes once...   I've been on it for 2 days and couldn't figure why... Please, somebody Help Me
Hi. I am trying to replicate the TTI ATR Extreme indicator from a book by Kirk Northington. The code first produce an indicator called ATREx, which is then smooth using a 3-period SMA. This new smoothed indicator is called ATREx_Smooth. After that, it creates an upper and lower band which is one...
  Update Method  (2)
Hi. I'm relatively new to MQL programming. I searched for this in the Docs for some time, but I couldn't find any solution. Here's my question. I want to call some Functions everytime a new bar or candle occours on the chart. Are there any predefined functions or methods to do this? Thanks in...
Is it possible to specify for the Alert function a specific WAV file? I understand that the default alert sound can be changed in Tools -> Options -> Events, but I wished to specify the WAV file in the Indicator itself.
I have an indictor that gives a sound alert when the price moves a certain amount, adapted from - https://www.mql5.com/en/code/14388. For each currency pair it gives a different sound alert, see extract below. if(TimeCurrent()-lasttime>=TimeDeley &&...
Hello, Analyzing same Forex charts of two different brokers, I can observe that my color candle indicator is different, due to different candle open, close, high and low values between this two brokers. Does anybody know what is the reason of this? Thanks
Hello Peoples; - This req refers to the MACD graphic as displayed in both MT4 & MT5 current versions: The MACD is displayed as standard by a line and histogram: - where Line = MACD as SMA variable / Histogram = Fast & Slow as EMA variables. TWO variants I would like to achieve: -  (such as are...
  MT5 to MT4  (3)
Please how do I convert a file from MT5 to MT4. That is to say an indicator that works in MT5 platform to Work in MT4 platform EXAMPLE the Zigzagcolor originally written in MT5 find attachement below. Thanks in anticipation of your kind response my email: <<>>
I know, that in some cases non-buffered variables are lost. for example static int MyVariable = 0 ; ...... MyVariable = (Condition ? MyVariable+ 1 : MyVariable ); ...... but in some cases i found (when something changed on chart or input or etc.. without refreshing the chart F5 ), the value of
Here's the code: //+------------------------------------------------------------------+//|                                                   xMeterDiff.mq4 |//|                                                 Nondisclosure007 |//|                                               http://no.link.yet...