PureBytes Links
Trading Reference Links
|
Tony,
You can create trade signals based on date... so if you code your signals
based on date ...
if (Datenum() == xxxx or Datenum() == yyyy)
{
buy
etc
----- Original Message -----
From: "Tony Meskill" <tmeskill@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, September 03, 2004 11:11 AM
Subject: [amibroker] Manual input of trade signals.
> Hi all
>
> Is it possible to maually input the dates of trade signals and then use
> these as the buy sell signals for stocks that I would have in the files ?
> I would like to backtest various combinations of signals, many of which
are
> not derived from the stock price data. Of course I can do it manually, but
> the comprehensive report in AB is often an eye opener for what might
> initially appear to be a good system.
>
> Thanking you in advance
>
> Tony
>
> a..
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> 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
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|