[amibroker] setting position size in the backtester

2009-05-27 Thread zeek ing
Hello, Is there a way to code the position size in the backtester based on the current account value in the backtester?? So like if my account increases 10K, i would add another contract?? thanks zeek

Re: [amibroker] setting position size in the backtester

2009-05-27 Thread Yofa
Hi, try this: SetPositionSize( 1, spsPercentOfEquity ) ; Be careful! Don't do it when backtesting/optimizing! It will trick the results! Y From: zeek ing Sent: Wednesday, May 27, 2009 2:14 PM To: amibroker@yahoogroups.com Subject: [amibroker] setting position size in the backt