InvestorsHub Logo
Followers 15
Posts 2140
Boards Moderated 0
Alias Born 03/18/2001

Re: scanman post# 31

Sunday, 11/10/2002 12:35:31 PM

Sunday, November 10, 2002 12:35:31 PM

Post# of 48
[Slow Stocastic(14,3) > 1 day ago Slow Stocastic min(30,daily Slow Stocastic(14,3))]

I'm not sure of the syntax they use to define if then conditions nor of how they call the previous value of a study but here's how to do it in an alternate language. The [1] references the previous value. And the logics slightly different than yours. It assumes if yesterday was the lowest in 30 days including today then today must be higher. Hope it helps.

if stochastic(14,3)[1] = lowest((stochastic(14,3),30) then alert = true;

So you might try something like this in stockcharts.

[1 day ago Slow Stocastic min(30,daily Slow Stocastic(14,3))]

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.