| 
 PureBytes Links 
Trading Reference Links 
 | 
Don't know if it would actually work, but here is corrected line
PositionSize= IIf(name()=="MU", -.25, -50);
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: ericleake [mailto:eleake@xxxxxxx] 
Sent: Thursday, December 30, 2004 12:27 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Variable Position size and Referrencing Tickers
A question for the group that I can't find the answer for elsewhere:
Is it possible to select various position sizes per ticker, rather 
than equal position sizes? 
For example, something like:
PositionSize= IIf(Ticker==MU, -.25, -50);, or possibly with IIf, 
Else?
My objective is to apply various position sizes to several different 
system equity curves-an asset allocation of strategies, if you will.
Thanks.
-Eric
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
 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
 
 |