[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EquisMetaStock Group] Re: what is the S&P oscillator? how good is it?



PureBytes Links

Trading Reference Links

Preston:

 

Thanks for reminding me about this technique of putting in a small dummy variable to make a calculation possible.

 

Regards

 

Lionel

From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of pumrysh
Sent: Saturday, May 24, 2008 1:25 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Re: what is the S&P oscillator? how good is it?

 

ecow,

Mark Brown on the Elite Trader board swears that its

((High - Open) + (Close - Low)) / (2 * (High - Low))

You would likely get a division error if you use it.
The rewritten version below should work fine:

{S&P Oscillator}
{by MarkBrown on EliteTrader}
((HIGH-OPEN)+(CLOSE-LOW))/
Max((2*(HIGH-LOW)),.000001);

The S&P oscillator is supposed to be "proprietary".
The likelihood that Mark's version is correct would certainly be
questionable.

Is there anything comparable to what is listed above? The Stochastic
and the StochRsi that Steve Karnish posted just recently quickly come
to mind.

Hope this helps,

Preston

--- In equismetastock@xxxxxxxxxxxxxxx, ecow77 <no_reply@xxx> wrote:
>
> I just heard from mad money about this standard & poor's oscillator.
> what is the S&P oscillator? how good is it? is there any formula
> similar to it in metastock?
>

__._,_.___

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___