Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Worden Stochastics as an Condition PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
traderc
Posted : Thursday, September 21, 2017 10:12:48 PM
Registered User
Joined: 10/7/2004
Posts: 86

Bruce, I understand WStoch is a propietary indicator and I reviewd the topic on deriving a scan condition approximation, is there any way to make a condition PCF when this indicator is oversold or overbought and there is a cross over occuring(%D,%K), even if it's proprietary and we just use the fnction would be fine also? I am really liking this indicator.

thanks

rctrade
 

Bruce_L
Posted : Friday, September 22, 2017 8:31:43 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You can just click on the indicator on the chart and select Create Scan Condition to create conditions based on the Worden Stochastic in both TC2000 v12 and TC2000 v17.

Worden Stochastics is now also built into the Personal Criteria Formula Language in TC2000 v17, so it can be referenced in formulas as well.

Worden Stochastics

The following formula would check for a simple Worden Stochastic 12, 3 %K crossing up through a simple 5 period %D.

XUP(WSTOC12.3, AVG(WSTOC12.3, 5))

The following would check for a simple Worden Stochastic 12, 3 %K crossing up through 80.

XUP(WSTOC12.3, 80)

The following would check for an exponential Worden Stochastic 12, 3 %K crossing down through 20.

XDOWN(XAVG(WSTOC12, 3), 20)

The following would check for an exponential Worden Stochastic 12, 3 %K crossing down through an exponential 5 period %D.

XDOWN(XAVG(WSTOC12, 3), XAVG(XAVG(WSTOC12, 3), 5))

The following would check for an exponential Worden Stochastic 12, 3 %K crossing down through a simple 5 period %D.

XDOWN(XAVG(WSTOC12, 3), XAVG(WSTOC12.5, 3))



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
traderc
Posted : Saturday, September 23, 2017 1:25:41 PM
Registered User
Joined: 10/7/2004
Posts: 86

Bruce, as always your kindness, helpfulness, professionalism represents Worden Bro. beyond reproach. I will put my vote in for a raise...... :-)

Bruce_L
Posted : Monday, September 25, 2017 10:28:38 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.