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

RE: [amibroker] Bookmark a chart?



PureBytes Links

Trading Reference Links

Sorry the formula should have been:

Buy=Cross( Close, Study( "HS" ) );
Sell = 0;

Regards

-----Original Message-----
From: William Peters [mailto:williampeters1@x...]
Sent: Wednesday 2, October 2002 7:08 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Bookmark a chart?

Hello Harold,

My suggestion is to use a 'Vertical Line' and give it a classification via
the StudyID property (double click the line for the properties)
ie. you could use 'HS' for Head and shoulders

To retreive all the charts with your chosen classification you just need to
do a scan with the following formula:

Buy=Cross( Close, Study( "XX" ) );
Sell = 0;

Once you take a look at the StudyID concept you might simply want to draw in
your trendlines in the correct place and scan for all stocks that break
through the trendlines
Here is an online article that explains how to use the StudyID and there is
also a tutorial in the help file.

http://www.amibroker.com/newsletter/08-2001.html

Regards,
William

-----Original Message-----
From: Harold Harper [mailto:harold@x...]
Sent: Wednesday 2, October 2002 2:31 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Bookmark a chart?

Is there a way to "bookmark" a point-in-time on a chart?

Oftentimes I'll be looking through charts, noting particular patterns
that I'd like to be able to recall quickly. It'd be great to be able
to bookmark a spot on a chart and name (or categorize) it in a
particular way. Is that possible?

Thanks!

Harold Harper
harold@xxxx



Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/