Moving Average - page 85

 

hello fellow traders.

I would like to ask if there is an MA crossover bar indicator?

thanks

 

...

Did you check this section : Ema Cross or this thread : https://www.mql5.com/en/forum/general

Almost sure you will find what you are looking for there

dperfectone:
hello fellow traders.

I would like to ask if there is an MA crossover bar indicator?

thanks
 

Pop-up Alert When Price Touches Moving Average(MA)

Hello Code Gurus in the house!

I am looking for an indicator whereby it is only when Price touches the MA, a pop-up alert showing the price it touched the MA is triggered. Not when price crosses above or below the MA. Is there an indicator like that here? Thanks in advance.

 
romotly007:
Hello Code Gurus in the house! I am looking for an indicator whereby it is only when Price touches the MA, a pop-up alert showing the price it touched the MA is triggered. Not when price crosses above or below the MA. Is there an indicator like that here? Thanks in advance.

In case of programing - the word "touch" = cross on open bar. It will be 'touch' in this case (for programming).

There is some indicator but I did not find it now sorry.

You can use MA crossing where you can use MA with period 1 instead of price. It will work as it should if indicator will be modified to work on crossing on open bar.

Just an idea for programmers.

 

Help!

The reason I wanted a " Touch" on the MA and not a "Cross" on the MA is because many times when it touches the set MA, it bounces off triggering an entry point for a buy or sell movement. Can somebody please help me out? Thanks in advance.

 

ARIMA & ARMA indicators

Anyone can comment the use of ARIMA & ARMA indicators?

ARIMA: https://en.wikipedia.org/wiki/Autoregressive_integrated_moving_average

ARMA: https://en.wikipedia.org/wiki/Autoregressive_moving_average

 

DSMA and TSMA ...

Saw this idea somewhere and kinda liked it, so here are two indicators for the weekend ...

The idea is similar to DEMA and TEMA but instead of using EMA for calculation SMA is used. Here is a comparison : violet is regular SMA, red is DSMA (double SMA) and blue is TSMA (triple SMA)

Files:
dsma.mq4  2 kb
tsma.mq4  3 kb
dsma_tsma.gif  30 kb
 

DWMA and TWMA ...

Same thing done as in the previous post except that in these cases linear weighted moving average is used instead of simple moving average. On the chart : green is the regular LWMA, blue is DWMA and red is TWMA

Files:
wma.gif  30 kb
dwma.mq4  2 kb
twma.mq4  2 kb
 

Mladen , you can make the MACD on the basis of these averages ?

 

...

Posted a MACD of DSMA here : https://www.mql5.com/en/forum/178018/page33

And MACD of TSMA is posted here : https://www.mql5.com/en/forum/173235/page57

Riksha:
Mladen , you can make the MACD on the basis of these averages ?
Reason: