SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : The 56 Point TA; Charts With an Attitude -- Ignore unavailable to you. Want to Upgrade?


To: Cube who wrote (18650)6/18/1998 11:57:00 PM
From: bdog  Respond to of 79296
 
NoCodeCube,

Yes, or should I say most likely. I need to have to look at the language.

Bring it to LA, we'll make it happen.

bdog



To: Cube who wrote (18650)6/19/1998 12:06:00 AM
From: bdog  Read Replies (2) | Respond to of 79296
 
Cube,

OK... from MetaStock...

The following formula calculates a 5-period %K Stochastic Oscillator with 3-period slowing:
(sum( C - llv(L,5), 3 ) / sum(hhv(H,5) - llv(L,5), 3) ) * 100

This next formula calculates a 3-period %D of the %K in the preceding formula.
mov( stoch(5,3), 3, E )

for starters...
llv= lowest low value
hhv = highest high value

this would be a 5,3,3 stoch
bdog



To: Cube who wrote (18650)6/19/1998 9:09:00 AM
From: big run  Read Replies (1) | Respond to of 79296
 
cube...if you go to the omega website you can download the stochastic-ms ela. this has the three inputs you are looking for.

best