

The HCR is, of course, a short side only system, but with a 13:1 consecutive win/loss ratio, this is a highly attractive risk/reward approach, especially when one examines the max intraday drawdown of $160.
Finally, here is a little variation of the HCR system that produces twice the return of the HCR, with twice the Max intradday drawdown and a 9:2 consecutive win/loss ratio. The focus of the system is selling strength as defined over "X" number of days as defined by optimizing the "HighestFC" function of TS signal builder.
Inputs: Len1(3), Len2(6);
If Close=HighestFC(close, Len1) and low=highestFC(low, Len1) and high=highestFC(high, Len1)


TS200oi code for the 3 day HLC Low system:
Inputs: Len1(3), Len2(6);
If Close=HighestFC(close, Len1) and low=highestFC(low, Len1) and high=highestFC(high, Len1)
Then Sell This Bar at Close;
If BarsSinceEntry=Len2
Then ExitShort this bar at Close;
Since the code contains none of the dreaded <> symbols, Blogger has obliged me and allowed the post in open format.
No comments:
Post a Comment