Use the Filter button in the AA window to exclude indexes, else just include 
code to exclude them. To limit the shorts to a watchlist, without affecting the 
longs, use InWatchListName:

LongSignal = ...;
Buy = LongSignal AND NOT IsIndex();

ShortSignal = ...;
Short = ShortSignal AND NOT IsIndex() AND InWatchListName("MyETFs");

Mike

--- In [email protected], "readshark" <readsh...@...> wrote:
>
> I have a Long/Short backtest and I would like to Exclude Indexes for both 
> Long and Short trades and only Include ETF's (a watchlist) for Short trades.
> 
> Thank you in advance.
>


Reply via email to