PureBytes Links
Trading Reference Links
|
Try
this:
<FONT face=Arial
size=2>
R1:= H -
L;
R2:= C -
O;
Ratio:= If(R1 = 0 ,
1 , R2/R1);
Ratio >
0.65
<FONT face=Arial
size=2>
If (H - L) = 0, then
you must have a four price doji (O = H = L = C)
If you do not want
to take a signal in this condition, you can set the R1 = 0 condition to <
0.65, or any value that you choose.
<FONT
face=Tahoma size=2>-----Original Message-----From: Robin Hood
[mailto:robinhood@xxxxxxxx] Sent: Monday, 11 August 2003 3:52
AMTo: Metastockusers@xxxxxxxxxxxxxxxSubject:
[Metastockusers] Invalid System Report
Hi, it may be the hot temperature here, but I
don't solve this problem...
In a formula of the system tester I put
this:
<FONT
face=arial,helvetica>(((C-O)/(H-L))>0.65)
The report say it's invalid,
probably because there are cases in which
h - l = 0
I tried to solve with an if
condition, but it doesn't work.
I know there are candlesticks
formulas to use directly in Metastock, but I'd like to decide me and not
the program what is relevant from what isn't.
Have you any ideas to make the
report valid?
Bye, R.To
unsubscribe from this group, send an email
to:Metastockusers-unsubscribe@xxxxxxxxxxxYour use
of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|