Plot smoothed version of indicator on chart
Author: Tims
Creation Date: 8/23/2021 4:50 AM
profile picture

Tims

#1
Hi there.

I have created a system using the condition "indicator crosses above smoothed version" and I am attempting to plot the smoothed version of my indicator on the chart. Is there a straightforward way to do this?

Thanks for your time.
profile picture

Eugene

#2
Hi,

You can "Push all indicators and fundamental items into the strategy code".
profile picture

Tims

#3
I have not been able to find an indicator for a smoothed version of Linear Regression Slope, and when I used the "super smoother" it did not let me enter a smoothing period and did not let me push it into the strategy code. It said that indicators drag dropped onto indicators cannot be pushed to code.
profile picture

Eugene

#4
SuperSmoother accepts a DataSeries like any moving average. Pass on your LinearRegSlope series to the SuperSmoother in WealthScript code directly. The Indicators section of the WS Programming Guide contains some examples which may come helpful to your case.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).