[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Buy and Short different tickers.



PureBytes Links

Trading Reference Links

I would like, 
at the same time, to 
buy a quantity of one ticker
and
short a different quantity of another ticker.

To just buy one ticker I can use:

PointValue= 50;
MarginDeposit= 1000;
PositionSize = MarginDeposit= 1000;

When I try to trade both 
at a ratio of 1:2
I try:

IIf( Name()==Ticker1, 
PointValue= 50
AND MarginDeposit= 1000
AND PositionSize= 1000,
IIf( Name()==Ticker2,
PointValue= 50
AND MarginDeposit= 500
AND PositionSize= 1000,    Null));

Tho this code is accepted by the backtester,
in the backtest,
all 'Positon value's are shown as a1000,
number of 'Contracts' is shown as 1000
and P/L seems calculated at $1 per point
rather than $50 per point.

Is there a code I could use to get the correct results ?

directaim



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
 
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/