Zach Swann wrote:
With your island share code does code does that just exclude from exploration and backtest? And Island Share your talking Island exchange ?
ADES is on 2 exchanges LSE and NASDAQ
Make a watchlist out of it and code it into your buy set up.
You could try something like this
Code:
Buy = /* your regular trading rules here */;
watchlistCheck != InWatchList( 1 )
Buy = watchlistCheck AND Buy; // combine watch list filter with your rules