SMMA of SMMA

Post Reply
esters
Posts: 1
Joined: Thu Mar 29, 2012 11:12 am

SMMA of SMMA

Post by esters »

To our expert coders,

I am looking for a custom indicator that does the following, in pseudo code format -

MovAvg (MovAvg(close, 15, Smoothed), 15, Smoothed)

Any help greatly appreciated.

Best regards,
Suzette
MrPip
Posts: 4
Joined: Sat Oct 27, 2012 8:16 am

Re: SMMA of SMMA

Post by MrPip »

esters wrote:To our expert coders,

I am looking for a custom indicator that does the following, in pseudo code format -

MovAvg (MovAvg(close, 15, Smoothed), 15, Smoothed)

Any help greatly appreciated.

Best regards,
Suzette
There is a function in Empty4 that makes this easy.
Would you mind sharing how you plan to use this?

Robert
You do not have the required permissions to view the files attached to this post.
garyfritz

Re: SMMA of SMMA

Post by garyfritz »

Note that MrPip's simple solution works well, but it gets much messier if one of the arrays is NOT an indicator buffer...
Post Reply

Return to “Coders Hangout”