Jeff - This was a Trade Test (change the Test Mode from Signal) which requires the following Exit criteria for the end of the year or 43 days, whichever occurs first:
V1=MONTHNUM() ChangeTo 1;
V1[-1]
Thomas - this was also a Trade Test using the same exit criteria as above, and this as the entry:
V1=MONTHNUM() ChangeTo 11;
V2=V1 and MONTH()[1] IsDown and MONTH()[2] IsDown and MONTH()[3] IsDown;
V2[-1]
For the Signal Test I just hard-coded those dates using the following:
BARDATE()==STRDATE(DATE=1981-08-03) or
BARDATE()==STRDATE(DATE=1984-08-30) or
BARDATE()==STRDATE(DATE=1989-06-05) or
BARDATE()==STRDATE(DATE=1995-07-05) or
BARDATE()==STRDATE(DATE=1998-09-29) or
BARDATE()==STRDATE(DATE=2001-01-03) or
BARDATE()==STRDATE(DATE=2007-09-18) or
BARDATE()==STRDATE(DATE=2019-07-30)
The GoNoGo tools used to calculate the data are an optional add-on module for $125 a month. To learn more see here:
To build the statistics on the % of members with a Go status also requires the Custom Breadth module, which is available with Enterprise Services, or another tool module purchase:
Please contact support if you would like to purchase these modules.