V1.3
The following changes make some of the indicator’s initial documentation obsolete. My apologies.
Entry Strats
I added the possibility of simulating bi-directional entry signals so that the indicator is no longer all long or all short. A few entry strats have been provided to guide you in integrating yours in the code. The first two entry strats, “All longs” and “All shorts” allow you to reproduce early behavior of the indicator. This mode is handy if you are visually validating entry setups or filters in one direction only.
The other token entry strats supplied are a reversal one on an MA, the same Random entry strat as before, and an ADX entry strat on DI+/DI- crosses when ADX is above a user-defined threshold.
As filters, entry strat selections are additive, so you can select more than one.
Note that in usual Great Expectations fashion, all signals supplied by an entry strat will be simulated if they are not filtered.
Filters
I have added a randomizing filter, and ones to filter only longs or shorts. All filters continue to be additive.
Background Source
An additional background source was added on Trade Direction, so that you can visualize the direction of the trade. Showing Entry Stops is also a good way to visually identify the direction of trades.
NOTE:
You may be wondering how the indicator is different from a backtest when using it on bi-directional entries strats that generate few signals, as the visual impact of the P&L and Opportunity/Risk clouds become less compelling. Besides the fact that the indicator will analyze all signals, the major benefit of using Great Expectations continues to be that it provides a different set of stats than those of a backtest. While there is no Sharpe ratio calculation, many other numbers supplied by the indicator are not available from backtests.