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

Re: [amibroker] graph buy and sell signal on the chart



PureBytes Links

Trading Reference Links

Hello,

Just use Commentary window for that.

Example: enter:

buy = cross( macd(), 0 );
sell = cross( 0, macd() );

in the Analysis->Commentary formula edit
and click "Refresh" - you will see the arrows on the chart.

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com


----- Original Message ----- 
From: <bmx888@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, November 22, 2001 10:36 PM
Subject: [amibroker] graph buy and sell signal on the chart


> Is there a way to print an arrow of buy and sell on the bar chart?
> Thanks.
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>