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
SMMA of SMMA
-
MrPip
- Posts: 4
- Joined: Sat Oct 27, 2012 8:16 am
Re: SMMA of SMMA
There is a function in Empty4 that makes this easy.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
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
Note that MrPip's simple solution works well, but it gets much messier if one of the arrays is NOT an indicator buffer...