PureBytes Links
Trading Reference Links
|
I just back tested a long only system (short=cover=0;) for buying
equities with:
margin=50;
interest=7;
SetOption("AccountMargin", margin);
SetOption("InterestRate",
interest);
1. The back test report showed I was invested 85% of the time and
"Short Trades" had an annual return of exactly 7.0%. I would expect
only 0.15*7% = 1.05%. What am I missing here?
2. 7% is what I expect to pay for my margin borrowings. When I do
have some cash collecting interest, I expect only about 4.5%, if I'm
lucky. Is there any way to program .afl for two different interest
rates, depending on whether I'm a borrower or a lender? Or at least,
not show any interest on my cash (Short Trades)?
Thanks for your help.
-- Keith
__._,_.___
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 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
SPONSORED LINKS
__,_._,___
|
|