Static (unequal) position weights, supported?

Does anyone know how to force static position weight (targets) on the beta1 site?
e.g., SPY=40%, MDY=30%, QQQ=20%, AGG=10%

Thanks

Give this one a try:
[font=courier new]40 * Ticker(“SPY”) + 30 * Ticker(“MDY”) + 20 * Ticker(“QQQ”) + 10 * Ticker(“AGG”)[/font]

That works, (in the rebalance rules), thanks!

why not just use a book?

This way is much simpler.