Frank,
>>Thank You is this for the indicator ? or Exploration?
This is an indicator. For Explorations, you can either:
1. Use FmlVar("ADX Breakout","Signal")=1 for BUY and FmlVar("ADX Breakout","Signal")=-1 for SELL.
...OR...
2. Copy & Paste the code, then change all the lines with INPUT() to "hardcode", like this:
AdxBars:=Input("ADX Periods",2,100,13);
...becomes...
AdxBars:=13;
>>Do you have any opinion on the ETS trading system
Have never used it.
>>any other plugins that are worth it for intrday day and swing trading?
I only trade EOD. So, if your swing trading is intraday, I can't say much.
The stuff Equis sells are mostly covered by a 30-day return, but my concern would be testing them. The Metastock System Tester does NOT give overall stats (portfolio testing), it just "basket tests" everything -- there's no way to compare one system to another. Also, if you "optimize" -- unless done right, reserving data for testing out-of-sample -- you're just "curve-fitting", a sure way to lose.
I'd use TradeSim for testing, instead -- read "
The Search for the Holy Grail Trading System". Note that it does NOT come with any ready-to-trade systems.
If you want a testing tool with a ready-to-trade system -- something to use immediately -- download VSTfree, the
Visual Strategy Trader. There is a customizable addon at
the user-run blog. Its "big brother", VSTpro, adds stops, robust optimization, templates & indicators for several dozen trading strategies, a private support forum, etc.
Both are pricey, and both have a learning curve.
FWIW, there's only one book I've found dedicated to evaluating Metastock Indicators, "
The Encyclopedia of Technical Market Indicators". The author told me he used the "walk-forward" method in the System Tester, on the DJ Indices for testing in his research. Given the huge size of the book, I cannot imagine how much time & effort it took to write.
Geez, I sound like an advertisement...