PureBytes Links
Trading Reference Links
|
Oops, sorry about the overlap MG
A quick test on the "inactivity stop" suggestion I made looks like the exits use "Limit" as the
price field . I'm assuming that "Limit" equates to OPEN when the actual execution price is checked.
I don't know that a change to another price is possible, so it's probably best to run with the
delayed entry signal. There are other code options but they're more complex without any advantage
for such a short timed exit.
Kind regards
Roy Larsen
www.metastocktips.co.nz
Free formulas and MS links
----- Original Message -----
From: "MG Ferreira" <quant@xxxxxxxxxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Wednesday, April 06, 2005 6:22 AM
Subject: [EquisMetaStock Group] Re: Simple Exit Code?
>
> 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 Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|