PureBytes Links
Trading Reference Links
|
Werner,
your approach is wrong.
If you are writing an exploration, or an indicator, or a system
tester, the test has to be done for TODAY.
The indicator would be if(o > (ref(c, -1)*1.01), 1, 0)
which would give you a boolean 0 or 1, in case your condition is met.
Do your testing in this manner.
Dusant
--- In equismetastock@xxxxxxxxxxxxxxx, "WernerKrag" <WKRAG@xxxx> wrote:
> Good day,
>
> I am a new METASTOCK user (8.0) and EOD version.
> I am trying to reference tommorow's OPEN Price in a custom indicator:
>
> If tomorrow's OPEN is 1% higher than today's CLOSE, then BUY at the
> OPEN.
>
> Could not find any reference in the manual for this.
>
> Sorry if this is a simple question, but comments are appreciated.
>
> Thank you,
>
> Werner
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/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/
|