PureBytes Links
Trading Reference Links
|
These will work in the System/Exploration
1)
when(macd()> ref(macd(),-1)
and
ref(macd(),-1)<ref(macd(),-2))
2)
cross(macd(),mov(macd(),9,e))
3)
cross(macd(),0)
cross(0,macd())
4)
you would need to write an indicator/expert commentary in a system to
determine the following:
barssince(your condition)
Dusant
--- In equismetastock@xxxxxxxxxxxxxxx, "secutorca" <secutor@xxxx> wrote:
> I like the monthly charts with the MACD - seems bottoms and tops are
> shown quite well.
>
> Does anyone know how to explore my data base and find:
> 1) MACD has started to curve up or down on the monthly charts;
> 2) MACD main line crossed over the signal line;
> 3) MACD main llne crossed over or under the zero line;
> 4) Check for such signal's X period of time ago.
>
> All assistance would be appreciated.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/CNxFAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|