Moving Average - page 49

 

Ma_Parabolic_Alert_2.mq4 -Olker; actually parabolic of ma, but there been ma of psar also

Ma_Parabolic_st2.mq4 Lucas1;

 

Need help for coding

Hi,

H

I've seen in Currency Trader Magazine 01/2009 and 06/2008 a description of a trend oscillator. I'm very interesting by this oscillator but i don't understood how to coding it with MQ4.

Can somebody help me ?

I post a description of trend oscillator and the mq4 code, found on the net, for adaptative MA using by it

Thanks

Manuel

Files:
ama.mq4  4 kb
 

EMA-SMA in different window?

Hi all,

I need an indicator that use SMA EMA in different window and i need 13,21,35,55,100,200 time p. etc. If time period is adjustable, it would be better.

I really thank you guys in advance.

 
jumpman:
Hi all,

I need an indicator that use SMA EMA in different window and i need 13,21,35,55,100,200 time p. etc. If time period is adjustable, it would be better.

I really thank you guys in advance.

Try All_averages made by igorad. Search it on this thread.

 

Thank you Linuxser,

i will.

 

...

darkkiller:
Here,8 standard multi moving average in one indicator

MA1_TF=0;

MA1_Period=14;

MA1_Method = 0;

MA1_Shift=0;

MA1_Apply_to=0;

TF:

1 1 minute.

5 -5 minutes.

15 -15 minutes.

30 -30 minutes.

60 -1 hour.

240 -4 hour.

1440 -Daily.

10080 -Weekly.

43200 -Monthly.

0 (zero) 0 Timeframe used on the chart.

Period:

Any period of moving average you like

Method

0 Simple moving average,

1 Exponential moving average,

2 Smoothed moving average,

3 Linear weighted moving average.

Shift

Any shift you like

Apply to

0 Close price.

1 Open price.

2 High price.

3 Low price.

4 Median price, (high+low)/2.

5 Typical price, (high+low+close)/3.

6 Weighted close price, (high+low+close+close)/4.

Thanks for sharing.

 

DK-Multi Ma.mq4 with multi timeframe

darkkiller:
Here,8 standard multi moving average in one indicator

MA1_TF=0;

MA1_Period=14;

MA1_Method = 0;

MA1_Shift=0;

MA1_Apply_to=0;

TF:

1 1 minute.

5 -5 minutes.

15 -15 minutes.

30 -30 minutes.

60 -1 hour.

240 -4 hour.

1440 -Daily.

10080 -Weekly.

43200 -Monthly.

0 (zero) 0 Timeframe used on the chart.

Period:

Any period of moving average you like

Method

0 Simple moving average,

1 Exponential moving average,

2 Smoothed moving average,

3 Linear weighted moving average.

Shift

Any shift you like

Apply to

0 Close price.

1 Open price.

2 High price.

3 Low price.

4 Median price, (high+low)/2.

5 Typical price, (high+low+close)/3.

6 Weighted close price, (high+low+close+close)/4.

tank you very much.

but i want it draw in multi timeframe.(for example 120 min draw in 30 min )

can you change it?

 

ma cross indicator need

hello

I need an indicator or ea that when ma cross time. such as at 30 min chart when ma cross how many minutes cross begin.

and other

an indicator showing ma's value digital at screen.

 

Does anyone have an indicator which alerts you to when there is a certain number of pips between 2 MAs? For example, an alert which shows when MAs move sufficiently such that there are, say, 10 pips or more between the 2 MAs?

This would be very helpful to me, particularly if different types of MA could be used, and also if the MAs could be applied to different prices e.g. comparing a 10 period exponential MA of the closing price to a 20 period simple MA of the opening price? I don't use these settings, they are just examples of the kind of user-defined parameters which would be ideal

I have searched for this on this and other forums to no avail

Thanks

Andy

 
newdigital:
Do not know about % but it is what we have on the forum concerning MA and price:

MADistance is on

- this post: good indicator by Hiachiever writing the distance between MA and price on the chart. The settings are adjustable.

- And same indicator with alert is on this post.

- Latest version with audio and or pop-alert is on this post.

Price above or below MA: indicator is on this post.

MA Price Alert is on this page: good indicator created by cja with very advanced settings (select timeframe, sound, email, popup alert, change the sound to yours, ma mode and much more).

hello newdigital ...

is there is an indicator alerts when the price is above or below the SMA and have the ( shift option like the one in the MT4 ) ... with colors like the one on the post ?

and is there is a miracle that all this in a histogram ? it will great !

Reason: