PureBytes Links
Trading Reference Links
|
Just use
buy = ref(Cond1,-1) and Cond2;
On Mon, 07 Feb 2005 22:18:00 +1100, Andrew Z <wizard@xxxxxxxxxxxxxxx> wrote:
>
> G'day all,
>
> My code includes a section where if a condition is met today, I need it
> to wait until tomorrow's close, compare to previous day and either
> execute a buy or discard and move on. In the real world, i'd say this is
> simple enough to do because all i'd need to do is set my condition to
> alert me if it is met. I then wait a day and at EOD I can make my
> comparison and either enter the trade or discard it. But how can i
> simulate this in a back test?? How can i code a delay or a wait until
> tomorrow for my comparison to occur?
>
> Any help will be greatly appreciated.
>
> Andrew.
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ 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/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|