Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Request modification Stoch-Rsi Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Thursday, July 12, 2018 10:37:23 AM
Registered User
Joined: 9/30/2011
Posts: 788
I would like to have a PCF Formula Stoch-Rsi with the following parameters 4-3-3 "smoothed", with signal Up and Down on crossing % D3
 
Thank you and goodbye.
 
Raider45
Bruce_L
Posted : Thursday, July 12, 2018 12:24:14 PM


Worden Trainer

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

I am going to assume the settings are the following.

Stochastics RSI

Stochastics RSI:

- RSI Period: 4
- Stochastics Period: 3
- %K: 3
- Average Type: Simple

%D:

- Period: 3
- Offset: 0
- Average Type: Simple

If so, the crossing up formula would be the following.

XUP(AVG((WRSI4 - MIN(WRSI4, 3)) / (MAX(WRSI4, 3) - MIN(WRSI4, 3)), 3), AVG(AVG((WRSI4 - MIN(WRSI4, 3)) / (MAX(WRSI4, 3) - MIN(WRSI4, 3)), 3), 3))

And the crossing down formula would be the following.

XDOWN(AVG((WRSI4 - MIN(WRSI4, 3)) / (MAX(WRSI4, 3) - MIN(WRSI4, 3)), 3), AVG(AVG((WRSI4 - MIN(WRSI4, 3)) / (MAX(WRSI4, 3) - MIN(WRSI4, 3)), 3), 3))

Alternately you may be describing the following settings if your numbers are coming from another program without separet settings for the period used for the stochastic and RSI in the Stochastics RSI indicator.

Stochastics RSI:

- RSI Period: 4
- Stochastics Period: 4
- %K: 3
- Average Type: Simple

%D:

- Period: 3
- Offset: 0
- Average Type: Simple

If so, the crossing up formula would be the following.

XUP(AVG((WRSI4 - MIN(WRSI4, 4)) / (MAX(WRSI4, 4) - MIN(WRSI4, 4)), 3), AVG(AVG((WRSI4 - MIN(WRSI4, 4)) / (MAX(WRSI4, 4) - MIN(WRSI4, 4)), 3), 3))

And the crossing down formula would be the following.

XDOWN(AVG((WRSI4 - MIN(WRSI4, 4)) / (MAX(WRSI4, 4) - MIN(WRSI4, 4)), 3), AVG(AVG((WRSI4 - MIN(WRSI4, 4)) / (MAX(WRSI4, 4) - MIN(WRSI4, 4)), 3), 3))

An easier way to create all of the above conditions would be to just add the indicator to the chart, adjust the settings as desired, and click on it to select Create Condition.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Thursday, July 12, 2018 1:38:15 PM
Registered User
Joined: 9/30/2011
Posts: 788
Congratulations and thank you !
 
Best regards !
Bruce_L
Posted : Thursday, July 12, 2018 1:42:40 PM


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.