PureBytes Links
Trading Reference Links
|
Hi
I am trying to write the following formula
eg : Stochastic trigger
It goes like this.
For Overbought levels
The %K of the stochastic has to be above 80
A trigger is alerted by a spike down when
%K reverses downwards.
%K has to be above 80 when this happens.
For Oversold levels
The %K of the stochastic has to be below 20
A trigger is alerted by a spike up when
%K reverses upwards,
%K has to be below 20 when this happens.
I am only using %K as an example.
What I plan to do is to use an Indicator:
mov((Advances-Declines),10,S) as my OBT Indicator.
Hope someone can help
Kish
------------------------ Yahoo! Groups Sponsor --------------------~-->
You can search right from your browser? It's easy and it's free. See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|