To use Study functions in analysis window you have to reference the ChartID
where the lines are drawn in the Study function
ChartID is found in Parameters window for that chart

--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com


On 12/12/06, Tipss_Bse_Nse <[EMAIL PROTECTED]> wrote:

dear all

i want help for this signal

the problem is if i scan with this nothing will be displayed
i draw 4 lines trendline and named as SU,UP,ST and Dn in sheet1 for
scanning.


Sell = Cross( Study( "SU") , Close);
Buy = Cross( Close,Study( "RE") );

Sell = Cross( Study( "Up" ), Close);
Buy = Cross( Close,Study( "Dn", 1) );

Sell = Cross( Study( "ST" ),Close );
Buy = Cross( Close,Study( "Dn" ));

regds
SIVA



Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

Yahoo! Groups Links




Reply via email to