PureBytes Links
Trading Reference Links
|
Al
> Sounds good to me, Stephane. Regarding your first point, what if
>you use the close rather than the low as your stop?
sellP will be an option in the sellprice
if you want the close as your stop, let sellprice =close;
>Also, regarding your second point, will this override your exit
>delay = 1 set in Settings as an exception in the event of a gap
>opening? Thanks. Great work.
I think it will override the setting delay, but I think I'll do this
possibility to entry and exit on same day in an extra dll
scRemBuyTrailOpen
3/ Perhaps I'll add an new argument to exit on a binary signal,for
example when month()==6
stephane
>
> Al V.
> ----- Original Message -----
> From: nenapacwanfr
> To: amibroker@xxxx
> Sent: Friday, July 05, 2002 9:42 AM
> Subject: [amibroker] rembuy improvement
>
>
> Al, and all
>
> I am thinking to add some upgrade to the rembuy & remshort this
> weekend:
>
> 1/ add a getvariable sellP or CoverP, it returns the exit price
if we
> use the Low for stop and the profitprice if we use an exit on
target
> ( H>profitprice)and take care of the gap on open
>
> 2/ add the possibility to exit on the same bar of the entry if
the
> entryprice is the open, the others cases of entryprice( close or
> buystop for long or sellstop for short) can exit only next bar
after
> the entry Bar ( like applystop)
>
>
> 3/ other ideas?
>
> stephane
>
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
|