PureBytes Links
Trading Reference Links
|
Thanks Tony and Peter
You've solved a long term mystery for me, something in that obscure corner upper right hand corner that I hadn't noticed. Can I blame it on eyesight?
I had the same problem...and couldn't for the life of me figure what the Chart ID was. Searched the user guide again and in the Study section it refers to a table but was not able to zone in on what that table is. I noted there is a GetChartID() function
EXAMPLE Cross( graph0, Study( "RE", GetChartID() ) );
that I have not tried to use yet.
Best regards
JOE
----- Original Message -----
From: lamplowman
To: amibroker@xxxxxxxxxxxxxxx
Sent: Friday, October 15, 2004 6:13 AM
Subject: [amibroker] Re: Study() help
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
>
>
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|