PureBytes Links
Trading Reference Links
|
try this
x = (Name()=="ABC")*10 + (Name()=="DEF")*20 + (Name()=="GHI")*30 ;
On Tue, 02 Nov 2004 16:01:24 -0000, rkp1 <rkp1@xxxxxxxxx> wrote:
>
>
> I have a system I'm currently trading against a small list of
> stocks. It has three variables that I optimize individually for each
> stock. Currently these variables are initialized in Param statements
> so that I can change them on the fly and watch the effect on the Buy
> and Sell symbols visually.
>
> What I would like to do is have the same code use different default
> parameters for these variables automatically, depending on which
> stock is currently being plotted. What is the slickest way to do
> this? Also, can I create a selectable list that I can click on to
> switch between the stocks that I currently trade?
>
> Thanks,
>
> Ralph
>
>
> 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
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ 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/
|