Re: [amibroker] Scan vs Backtest

2006-07-24 Thread Graham
Scan gives all raw trade signals Portfolio backtest gives actual trades allowable given the limits of Equity/Trade Size, MaxOpenPositions and any other settings/options/code specified that will affect the trades taken. -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AF

[amibroker] Scan vs Backtest

2006-07-24 Thread intermilan04
Hi all, I think I have a case where the backtester does not "see" all signals which appear when I scan for signals. Here are the details: OS: Windows XP Amibroker: 4.80.2 I have a long system with the following setup: SetOption("InitialEquity", 3); SetOption("AllowSameBarExit", True); SetO