The trade object has a property called IsLong. It is false if it
is a short trade, otherwise true.
From:
amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Nick
Willemse
Sent: Wednesday, August 19, 2009 7:13 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] backtester - trade object question
Hi guys,
After getting the trade object, trade = bo.getNextTrade(), how can I determine
whether it's a long or short position? There's no method for trade
type. Any ideas?
BTW this is in the custom backtester code looping through all the trades.
Thanks in advance
nick