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 |

Premier Stochastic Oscillator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
RobertG
Posted : Saturday, August 9, 2008 6:38:18 PM
Registered User
Joined: 10/7/2004
Posts: 17
Is their a formula (indicator) for the premier stochastic oscillator thats in S & C august 2008 that will go in TeleChart. You have it in blocks.
Thanks
Bruce_L
Posted : Monday, August 11, 2008 10:59:51 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
If you are using the "default settings" of StochLength = 8 and Period = 25, you should be able to create the Premier Stochastic as a Custom Indicator:

Select Chart Template | Add Indicator | Indicator.
-Visible: Checked
-Center Zero Line: Checked
-Plot using price scale: Unchecked
-Smoothing Average: 1
-Smoothing Type: Doesn't matter (because the Smoothing Average is 1)
-Indicator Formula: (EXP((.333559032545198 * (XAVG(STOC8,5) + 2 / 3 * (XAVG(STOC8.1.1,5) + 2 / 3 * (XAVG(STOC8.1.2,5) + 2 / 3 * (XAVG(STOC8.1.3,5) + 2 / 3 * (XAVG(STOC8.1.4,5) + 2 / 3 * (XAVG(STOC8.1.5,5) + 2 / 3 * (XAVG(STOC8.1.6,5) + 2 / 3 * (XAVG(STOC8.1.7,5) + 2 / 3 * (XAVG(STOC8.1.8,5) + 2 / 3 * (XAVG(STOC8.1.9,5) + 2 / 3 * (XAVG(STOC8.1.10,5) + 2 / 3 * (XAVG(STOC8.1.11,5) + 2 / 3 * (XAVG(STOC8.1.12,5) + 2 / 3 * (XAVG(STOC8.1.13,5) + 2 / 3 * (XAVG(STOC8.1.14,5) + 2 / 3 * (XAVG(STOC8.1.15,5) + 2 / 3 * (XAVG(STOC8.1.16,5) + 2 / 3 * (XAVG(STOC8.1.17,5))))))))))))))))))) - 50) * .1) - 1) / (EXP((.333559032545198 * (XAVG(STOC8,5) + 2 / 3 * (XAVG(STOC8.1.1,5) + 2 / 3 * (XAVG(STOC8.1.2,5) + 2 / 3 * (XAVG(STOC8.1.3,5) + 2 / 3 * (XAVG(STOC8.1.4,5) + 2 / 3 * (XAVG(STOC8.1.5,5) + 2 / 3 * (XAVG(STOC8.1.6,5) + 2 / 3 * (XAVG(STOC8.1.7,5) + 2 / 3 * (XAVG(STOC8.1.8,5) + 2 / 3 * (XAVG(STOC8.1.9,5) + 2 / 3 * (XAVG(STOC8.1.10,5) + 2 / 3 * (XAVG(STOC8.1.11,5) + 2 / 3 * (XAVG(STOC8.1.12,5) + 2 / 3 * (XAVG(STOC8.1.13,5) + 2 / 3 * (XAVG(STOC8.1.14,5) + 2 / 3 * (XAVG(STOC8.1.15,5) + 2 / 3 * (XAVG(STOC8.1.16,5) + 2 / 3 * (XAVG(STOC8.1.17,5))))))))))))))))))) - 50) * .1) + 1)

You may wish to review the following:

Plotting Custom Indicators with Examples
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
Cascades of Moving Averages

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bustermu
Posted : Tuesday, August 12, 2008 9:00:54 AM
Registered User
Joined: 1/1/2005
Posts: 2,645
Bruce,

I am sure you know this, but the Inverse Fisher Transform can be written in the equivalent forms:

Form 1:
(EXP(2*x )-1)/(EXP(2*x)+1)

Form 2:
TANH( x )

Form 3:
1 - 2/(1 + EXP(2*x))

The use of Form 2 or Form 3 would reduce the length of your PCF by about half.

I am not implying that you should re-write the PCF.

Thanks,
Jim Murphy
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.