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 |

Stochastics PCF Crossover Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
total3
Posted : Wednesday, November 7, 2018 9:59:38 AM
Registered User
Joined: 2/2/2017
Posts: 9

Hi there,

I wonder if you could help me: some time ago there was this indicator mentioned in Traders tips: HigherLowerStochastics.

http://traders.com/documentation/feedbk_docs/2016/02/traderstips.html#item1


If I wanted to scan for a cross over of the red and green lines, would this be it ?

 

100 * ABS(H > H1) * (H - MINH20) / (MAXH20 - MINH20)
> 100 * ABS(L < L1) * (MAXL20 - L) / (MAXL20 - MINL20)
and
100 * ABS(H1 > H2) * (H1 - MINH21) / (MAXH21 - MINH21)
> 100 * ABS(L1 < L2) * (MAXL21 - L1) / (MAXL21 - MINL21)

Also, since as a PCF it's based off of a 20 period moving average, would I have to stick avgc20 in front of the tops 2 lines and avgc20.1 in front of the bottom two lines ?
 

Thank you for helping me out!

M.

Bruce_L
Posted : Wednesday, November 7, 2018 10:14:55 AM


Worden Trainer

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

I would probably just create the indicators as described in the Trader's Tips and then click on one of them and select Create Condition to create the condition.

That said, you do in fact need to include the moving average in the formulas.

XUP(AVG(ABS(H > H1) * (H - MINH20) / (MAXH20 - MINH20), 20), AVG(ABS(L < L1) * (MAXL20 - L) / (MAXL20 - MINL20), 20))



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
total3
Posted : Wednesday, November 7, 2018 11:15:04 AM
Registered User
Joined: 2/2/2017
Posts: 9

Awesome, thank you!

Bruce_L
Posted : Wednesday, November 7, 2018 11:16:18 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.