Or, is this what was asked for?

The 130 period exponential MA (closes) 
has been rising for 4 days


RisingMA= BarsSince( EMA(C,130)<= Ref( EMA(C,130), -1) )== 4;



--- In [email protected], "PW" <[EMAIL PROTECTED]> wrote:
>
> And the below is for Exponential MA, that was asked for ;-)
> 
> RisingMA=EMA(C,130)>Ref(EMA(C,130),-4);
>


Reply via email to