The trade object has a property called IsLong. It is false if it is a short trade, otherwise true.
Thomas www.PatternExplorer.com From: [email protected] [mailto:[email protected]] On Behalf Of Nick Willemse Sent: Wednesday, August 19, 2009 7:13 PM To: [email protected] 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
