PureBytes Links
Trading Reference Links
|
Thanks Anthony,
Finaly found it, right click in window, Edit Formula, and there it is
in the Indicator Builder thingie, just where you said it was.
Peter
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> Peter,
>
> study( STUDYID, CHARTID = 1 )
>
> Right click on an indicator window, at the top right you should see
something similar:
>
> Id:1004.....etc.
>
> Each indicator window has an id number....so , your study should
look like:
>
> study( STUDYID, 1004 )
>
>
>
>
>
> ----- Original Message -----
> From: lamplowman
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Friday, October 15, 2004 4:16 AM
> Subject: [amibroker] Study() help
>
>
>
> Hello,
>
> I'm trying to explore for
>
> Filter = C > Study("dd");
>
> I can get this to work if I have a trend line with a study ID
> of "dd" on the main price chart window, but I cannot get it to
work
> on any other chart / window / screen / tab (whatever you want to
call
> it)
>
> Does it work on any other tabs, is it possible, if so, how.
>
> Regards
>
> Peter
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|