Slow Stochastic and Predict

Post any software related questions or comments here. This is also the place to ask for help if you can't figure out how to do something in Wave59.
Post Reply
kiasucapital
Posts: 7
Joined: Sat Jan 06, 2024 8:43 am
Contact:

Slow Stochastic and Predict

Post by kiasucapital » Wed Jan 17, 2024 4:03 am

Hi I am trying to get the Predict tool and defaults to the UltraSmooth Momentum and I'd like to change it to work
with the Slow Stochastic and I keep getting the error message I've attached. Any ideas on how to do this?Image
Attachments
_240117092840.jpg
_240117092840.jpg (77.42 KiB) Viewed 1733 times

sbank
Posts: 174
Joined: Tue Jul 21, 2015 9:35 pm
Contact:

Re: Slow Stochastic and Predict

Post by sbank » Wed Jan 17, 2024 2:21 pm

Stochastics(slow) is the name of an indicator. Here you would need to use the function instead.

If you look at the QScript of the Stochastics Indicator, it has these parts:

Code: Select all

input:length(14),overbought(70),oversold(30),kcolor(red),
    dcolor(blue),zonecolor(green),thickness(1);

plot1=slowk(length);
plot2=slowd(length);
[...]
  
So you would either use slowk(10) or slowd(10) in your predict indicator. (Change out 10 to be the length that you want.)

Edit: PS: Welcome to the club!! :-D

kiasucapital
Posts: 7
Joined: Sat Jan 06, 2024 8:43 am
Contact:

Re: Slow Stochastic and Predict

Post by kiasucapital » Thu Jan 18, 2024 12:59 am

Awesome!! Thanks it works.

Post Reply

Who is online

Users browsing this forum: No registered users and 117 guests