PureBytes Links
Trading Reference Links
|
If I may jump the gun, I think what Roy meant with
Ref("entry signal",-2)
was that you should replace "entry signal" with the code or formula
you use for your actual signal, e.g.
Ref(entrySignal>0,-2)
or, say you use a typical moving average crossover,
Ref(Mov(C,10,S)>Mov(C,20,S),-2)
or whatever. Anyhow, good the second method is working and will wait
for Roy's suggestion on the open vs close - nothing available off the
cuff....
Regards
MG Ferreira
TsaTsa EOD Programmer and trading model builder
http://www.ferra4models.com
http://fun.ferra4models.com
--- In equismetastock@xxxxxxxxxxxxxxx, "tan ming"
<reminiscenostalgia@xxxx> wrote:
>
> Hi Roy,
>
> I had pasted Ref("entry signal",-2) in the sell order window in the
system
> tester but got a error saying the reference is not valid.
>
> The second method works. However the exit is on open instead on
close for
> the day.
>
> Do you have any suggestion regarding the above problem? Tks!!
>
> Regards.
>
> _________________________________________________________________
> Find just what you are after with the more precise, more powerful
new MSN
> Search. http://search.msn.com.my/ Try it now.
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/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/
|