PureBytes Links
Trading Reference Links
|
Sai,
I was curious, what is this code you had
partially posted? Could you please post the full code? And what is the method of
trading it?
Thank you
DusantChief Architect<A
href="">http://www.candlestrength.com/
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=sai20_2000@xxxxxxxxx
href="">sai20_2000
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, May 12, 2004 11:54
PM
Subject: [Metastockusers] hi TOB
HI Tob, In the code given for TD TJ by u ,
in th 8th row of the code consisting of CCL:=O<=
L-(Ref(H-L^),-1)*.382);in the space " ^ " sign mentioned , the
indicator builder gives a remark asA " , " expectedThus it does
not get executed , Wht might have gone wronge?Please
respondRegardsSai{begin
code}xx:=input("Change type to
invisible",0,0,0);AAL:=OAAS:=H>REF(H,-1);BBL:=H>=REF(L,-1) OR
H>=REF(L,-2);BBL:=REF(AAL,-1);BBS:=L<=REF(H,-1) OR
L<=REF(H,-2);BBS:=REF(AAS,-1);CCL:=O<=L-(REF(H-L),-1)*.382);CCS:=O>H+(REF(H-L),-1)*.382);DDL:=O>L-ATR(1);DDS:=OEEL:=H>REF(L,-1);EES:=LFFL:=REF(C,-1)+.03;FFS:=REF(C,-1)-.03;IF(AAL
AND BBL AND CCL AND DDL,EEL,IF(AAL AND BBL AND DDL,FFL,IF(AAS AND BBS
AND CCS AND DDS,EES,IF(AAS AND BBS AND DDS,FFS,0)))){end
code}
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|