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: [email protected] [mailto:[EMAIL PROTECTED] 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
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
SPONSORED LINKS
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
