PureBytes Links
Trading Reference Links
|
Yes, that can be accomplished as you suggest.
psuedo code:
(If BearMkt) and (If Inverse Tkr) then PositionScore = VeryHighValue
--- In amibroker@xxxxxxxxxxxxxxx, "slipthruthecracks"
<slipthruthecracks@xxx> wrote:
>
> I am using a series of scoring mechanisms to create a comboscore
that
> I use on a watchlist of mutual funds to select and hold 3 funds at a
> time. Built into this system is a calculation that seeks to sidestep
> bear markets as I define them. Testing the system works well and the
> default interest rate is assigned during periods when it is not okay
> for the system to "Buy".
>
> What I am wondering is how could I tell the AA that during those
Bear
> market periods I would like to buy and hold a single inverse mutual
> fund? Can I assign a very high combo score to that particular symbol
> during bear market periods? Or, do I need to use the CBO to do this
in
> some manner?
>
> Pseudo code looks like this.
>
> MaxPos = 3
> Bmkt = conditions for bear mkt
> comboscore = this + that + something
> Buy = !Bmkt
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|