Eugene, thanks for the quick reply and ideas! Yes we would need to run the strategy 50 to 100 times (100 to 200 symbols). One WL strategy that I run has all the results, including chart detailed view. The "Auto" output would most likely be a list / data-file that would identify key metrics (triggers). A symbol list would be all that is need to create a data-set to review charts with triggers or alerts.
More info follows;
I start with Fidelity screen-er and sort for >$10, >X bil mrkt cap, > $X mil trade / day, and so-forth
When I download the screen from Fidelity ( .XLS ) I also get, beta, mktcap, sector, group, and sub-group, info
Then RUN / filter that list in WL for, ATRP100 < X, gaps up/down 1yr < Y, and all is merged in .XLS by symbol as BASE LIST
Then using a selected sub-group ( average 8-15 symbols ) I create a WL data-set and using an .XLS macro, cut & paste list for the WL editor in the correct format ( as prior post ).
Another screen I use is a WL Strategy Chart view of all symbols ( average 8-15 symbols ) ROC, 12mths, 6mths, 3mths, too eliminate outliers. ( .XLS macro sets format to paste into editor in a few keystrokes ) .
Now I can run my Pairs Trader ( WL Strategy ) and back-test for 2 / 3 years performance,
one external at a time. In the Trade Tab I can see the profit / loss, for each pair trade, under exit name ( with your previous help ) sorted by symbol, also quantity of trades, and very important the average periods per trade. I have no fixed exit except a cross of a lower #Standard deviation so bad trades go on much longer. The Symbol Tab gives me summary key metrics by symbol on the Pair like, Correlation, quantity of trades, and avg bars held. On the chart I can see the Pair RATIO, RATIOsma, RATIO Stdev, Profit potential at entry, Correlation, RATIO RSI. The purpose of all of this is to select PAIRS to trade going forward that exhibit a very good, consistent history.
For research I exported the trade tab and symbol tab results to excel macros that cleaned up the data for review and to set selection criteria. NOTE: after each run of an external symbol I can delete that symbol in the test data-set for the next run to reduce time required.
Now we have selected our pairs for that sub-group and this list of pairs should be good for at least 3 months or so. I create a final WL data-set for that sub-group with only the symbols that have an external symbol "Mate". In the editor I have the following;
CODE:
Please log in to see this code.
Shown in the example above, to the right of the External symbol line is the "pair symbol" ( that is in the data-set list ). Of course the "pair symbol's" can all be in one list / data-set at this point.
I think that covers everything. The selection of the Pairs seems like a lot of work but once the process is set-up it goes pretty fast and you only need to do it every few months or so ( or they are not really pairs ). The hard part is how to mange the watch list for daily trade triggers. My thought is to use a violation ( Cross ) of the Standard deviation threshold for the alert and the cross back inside as the trigger. That can occur the same day or several days later. All trading planned for EOD.
Thanks again for all help! Glad to answer any other questions.