PureBytes Links
Trading Reference Links
|
Larry:I think it
is the comma after the 1. Commas separate arguements and you have four
arguements instead of three. The error message should have said 'Incorrect
arguements" or something like that. Take out the comma and see if it
works.
<SPAN
class=430215517-17042002>
The other COMMON
mistake is that the PREVIOUS line does not end with a ";". I do this all
the time and have to go back and add the ";"
<SPAN
class=430215517-17042002>
Make sure your
variable array is called "BuySignal". "Buy" will also work if you usethe
Buy statement, which you must do.
<SPAN
class=430215517-17042002>
Ken
<FONT face=Tahoma
size=2>-----Original Message-----From: Larry M. Powell
[mailto:larypowell@xxxx]Sent: Wednesday, April 17, 2002 12:18
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
Checking for current signals
Ken, I added the following:
AddColumn(BuySignal,"Buy",format=1,2)
I get "syntax error at line 43, column
9
Line 43 is the AddColumn notation and column 9 is
"n"
Any ideas?
Thanks
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Ken Close
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 17, 2002 8:28
AM
Subject: RE: [amibroker] Checking for
current signals
<SPAN
class=100372515-17042002>Larry:
<SPAN
class=100372515-17042002>
AB can do this
for the current signals.
<SPAN
class=100372515-17042002>
Set the n=1
radio button, make sure the filter is on the watchlist you want to test and
add these lines to your system afl file in the AA window:
<SPAN
class=100372515-17042002>
Filter = Buy
AND Sell;
<SPAN
class=100372515-17042002>AddColumn(yourparameter,"yourname",format=1.2);
<SPAN
class=100372515-17042002>
Add as many
AddColumn statements as you care to. You will get a 1 in each row that
has a buy signal, ditto for Sell signals. Doubleclick to see the chart
and the arrows.
<SPAN
class=100372515-17042002>
Couldn't be
more simple once you get used to it.
<SPAN
class=100372515-17042002>
Welcome on
board.
<SPAN
class=100372515-17042002>
Ken
<FONT face=Tahoma
size=2>-----Original Message-----From: Larry M. Powell
[mailto:larypowell@xxxx]Sent: Wednesday, April 17, 2002
10:48 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker]
I am just starting to use AmiBroker and want to
sort a scan list generated watchlist for signals. I am
only interested in the current days new signals. Does AB have the
ability to do this or do I need to export to Excel?
Thanks
<A
href="">larypowell@xxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|