Topic: Slope RSI

Hi all,

I search to calculate this :

- the (gradient/slope) of rsi

Or in other words : the momentum 1 period of the rsi 14

But i don't have the skills to create it.
Can Someone help me or have this one in his library ?


Thanks

Re: Slope RSI

Can you post the precise formula that you would like to use?

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Slope RSI

Blaiserboy wrote:

Can you post the precise formula that you would like to use?

Hi,

I want to calculate the slope of a CCI(14)

Or : Momentum[1](CCI14)

Re: Slope RSI

luzio wrote:
Blaiserboy wrote:

Can you post the precise formula that you would like to use?

Hi,

I want to calculate the slope of a CCI(14)

Or : Momentum[1](CCI14)

perhaps you will use google and locate the indicator so we can have a look at it

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

5 (edited by luzio 2013-03-14 20:25:00)

Re: Slope RSI

Hi Blaiserboy,

Here is the formula :

-------------

mycci=cci[14](TypicalPrice)
slope=Momentum[1](mycci)
return slope

-------------

The indicator "SLOPE" return the slope of the indicator "CCI"

Graph attached below ...

Regards

Post's attachments

USD Spot.png 26.8 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.