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": -------------
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%)
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 ) ;
Is there ZigZag indicator in which the candle in which the calculation begins can be set manually?
(2)
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...
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...
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...
I am searching for an Indicator or a way to get the Tenkan-Sen Kijun-sen distance (from eachother). e.g Tenkan-Sen is at 0.75780 and Kijun-sen is at 0.75760 so the distance is 20 pips, correct? I tried it myself but I got a problem because of the different price structure (not sure if that is the...
Hi, I was wanting to use Heiken Ashi Indicator in an EA, but I realised that the standard Heiken Ashi indicator only gives 4 digit values in its buffer. On 5 digit pairs this can sometimes give the same value for open and close when it obvious is not but the price hasn't moved the necessary 10...
Can someone share his opinion on divergence? And also what about hidden divergence? Which one indicator is the best?
for example, i want to have a condition like this; if (ThisIsMT5) then do1(); else do2(); how can i automatically determine if running platform is MT5 or MT4 (mql5 or mql5) ?
I am looking for a way to get the bollinger bands around the RSI. Does anyone have suggestions? Yhnx
I've been having trouble locating renko bars for MT5. From what I can gather, it's not possible to program custom bar types for MT5, but instead a custom indicator needs to be created in order to see renko bars. The examples I've seen, look as though the renko bars sync up with the underlying time...
Hi, Could any of the master programmers recommend to me which is the best fractal zigzag nrp indicator, and where can I get it in this forum, please? I will appreciate any help
Hey, greetings to one and all. I am a simple coder and i am having trouble publishing a product, what am i doing wrong?
can anyone tell me what's difference between: iMA(NULL, 0, MY_LENGTH, 2, MODE_EMA, PRICE_LOW, i); iMA(NULL, 0, MY_LENGTH, 0, MODE_EMA, PRICE_LOW, i+2); dont they return the same value? why does offset exists at all, as we can just put i+2 in index?
Hi, I'm a newbie to MQL5. I can access the external weekly data in MT no problem. But i'm not sure how to put the data into an indicator. There's new entry in the data every Tuesday, labelled with the date. What kind of algorithm Do I use to create an indicator that suits different time frames...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.