How I can .... ?

Questions about MCFX and MCFX Data Feed.
thomas becker
Posts: 13
Joined: 15 Dec 2007

How I can .... ?

Postby thomas becker » 19 Jan 2008

Hello!

1. How I can draw a moving average on the RSI indicator?
If I use the moving average from the list of the indicators, it isn´t calculated with the value of the RSI, it seems that is the value of the price and so doesn´t work.

2. How I can change the time (GMT+1) of MCFX to GMT?

Thanks in advance!

MKlein
Posts: 147
Joined: 14 Aug 2007

Re: How I can .... ?

Postby MKlein » 20 Jan 2008

1. How I can draw a moving average on the RSI indicator?
One way to do it is to create a custom study.

Click: Insert / Study / Custom 2 Lines

Under Plot1Formula enter:

RSI(close,n)

Under Plot2Formula enter:

AVERAGE(RSI(close,n),m)

where n is the number of periods in the RSI study, and m is the number of RSI periods in the moving average.

Hope that helps.

M Klein

thomas becker
Posts: 13
Joined: 15 Dec 2007

Postby thomas becker » 21 Jan 2008

Yes, thank you very much! :D

I´ve added Custom 1 Lines with "AVERAGE(RSI(close,n),m)" to the RSI study.

So I can use the existing RSI.


Best regards,

Thomas

thomas becker
Posts: 13
Joined: 15 Dec 2007

Postby thomas becker » 21 Jan 2008

Do you know how do add one to the Ultimate Oscillator?

I don´t know which values I´ve to use with the UltOsc! :?

And how I can choose between a simple, exponential, smoothed and linear weighted Moving Average?

Thanks!

MKlein
Posts: 147
Joined: 14 Aug 2007

Postby MKlein » 21 Jan 2008

Do you know how do add one to the Ultimate Oscillator?

I don´t know which values I´ve to use with the UltOsc!
I don't use that indicator, but you could try:

ULTIMATEOSC(a, b, c)

AVERAGE(ULTIMATEOSC(a, b, c),n)

http://www.tssupport.com/support/base/? ... le&id=1989
And how I can choose between a simple, exponential, smoothed and linear weighted Moving Average?
Sorry, I don't know.

M Klein

thomas becker
Posts: 13
Joined: 15 Dec 2007

Postby thomas becker » 21 Jan 2008

Thanks a lot!!!

I´ll try it!

Have a nice day! :D

Thomas


Return to “MCFX”