I am looking for a formula study that could plot a given simple moving average (n) of close shifted by an amount (k) along the price axis.
For example n=20, k=1.5
would be 20 period moving average shifted upward on price plot by $1.5. k can be both positive or negative.
Basically, each point on the price shifted moving average will be a sum of n-day simple moving average and k (user definable).
I appreciate any help with this study.
Thanks
For example n=20, k=1.5
would be 20 period moving average shifted upward on price plot by $1.5. k can be both positive or negative.
Basically, each point on the price shifted moving average will be a sum of n-day simple moving average and k (user definable).
I appreciate any help with this study.
Thanks
Comment