[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Checking for current signals



PureBytes Links

Trading Reference Links

Larry,

Without knowing the rest of your formula, Try this: you have a comma
@1,2
Addcolumn(BuySignal,"Buy",format=1.2);

Actually, it could also be written:
Addcolumn(BuySignal,"Buy",1.2);

Hope this helps
Anthony

"Larry M. Powell" wrote:

> 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
>
> ----- Original Message -----
> From: Ken Close
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, April 17, 2002 8:28 AM
> Subject: RE: [amibroker] Checking for current signals
> Larry:AB can do this for the current signals.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:Filter = Buy AND
> Sell;AddColumn(yourparameter,"yourname",format=1.2);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. Couldn't be
> more simple once you get used to it.Welcome on board.Ken
> -----Original Message-----
> From: Larry M. Powell [mailto:larypowell@x...]
> Sent: Wednesday, April 17, 2002 10:48 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [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
> larypowell@xxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
>
> Yahoo! Groups Sponsor
ADVERTISEMENT


>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.