PureBytes Links
Trading Reference Links
|
You could also create the signals as a dummy ticker symbol. Put in the date
and different values for buy and sell. Then you can test against these
values using foreignš and trade it like a signal. Youšd may have to fill in
the blank dates or you may be able to test for null dates. Havenšt tried it,
but I have loaded non-stock data into a ticker and used it with no problem.
Therešs an import wizard you can use to bring it in. You can make a .CSV
file of your data in Excel or whatever.
Terry
-
> 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]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|