PureBytes Links
Trading Reference Links
|
Not really unless you don't have too many symbols to track in which case
you could do this:
if (Name() == "CL") myParam = 37;
else if (Name() == "GS") myParam = 51;
else if (Name() == "ES") myParam = 55;
....
else myParam = 50; //Default for any symbol not listed
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Andy Davidson
Sent: Tuesday, May 30, 2006 03:28
To: Amibroker Yahoo Group
Subject: [amibroker] Parameter settings across symbols
Is there a way to make my custom indicator parameters specific to each
symbol in a database?
For example, I might want to use a setting of 51 for GC, a setting of 37
for CL, 55 for ES and so on...
At the moment the settings don't change when I bring up a new symbol.
TIA
Send instant messages to your online friends
http://uk.messenger.yahoo.com
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 other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 other support material please check also:
http://www.amibroker.com/support.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/
|