If EntryPrice > 0 and LongPercStrength Crosses above EntryStrength Then
ExitShort ("S-Exit") Next Bar at Market;
{Code for initial market export goes here, with Normalize(True). Set
ExportSwitch(True).}
{Code for testing robustness goes here (see Part 3 of book), with Normalize(True).
Set RobustnessSwitch(True).}
{Code for exporting results for money management analysis goes here (see Part 4
of book), with Normalize(False). Set MoneyExport(True).}
112 PART 2 Trading System Development