PureBytes Links
Trading Reference Links
|
The only way i know for scan-ing stocks is to declare the chart ID
.
how to find out what the ID of the chart you have of cause you know but i
will type it here again
Clr+R goes to properties --> Axes & grid --> Miscellaneous
-->> chart ID in there there is a number
2 example are here one if it is SU>=close , and the other
if close cross ST
Sell = Study( "SU" ,CHARTID = 1406)>= Close ;
stoplost=Cross( Study( "ST" ,CHARTID = 1406), Close) ;
i hope is this what you was looking for ,
also there are ready some "pattern stuff" AFL in the list, one
of them is
http://www.amibroker.com/library/detail.php?id=105
Thank you
Panos
At 01:08 AM 20-10-2008 20-10-2008, you wrote:
I would appreciate any help or
insight into this study. Thank you.
regards,
Tim
__._,_.___
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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
*********************************
__,_._,___
|