Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Fun with Pullbacks Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Al_Gorithm
Posted : Tuesday, June 26, 2018 7:14:23 PM

Registered User
Joined: 6/30/2017
Posts: 1,227

Happy Hump Day Bruce!

It's Larry-Connors-Week here at Starbucks, and I dusted off an old pulback setup. This one uses Wilder's instead of Connors' RSI, so I can use TC2000 for this instead of AmiBroker. (I can't/won't give up my TC2000! :)

Let's try to get this all done in one post ...

  • Price filter: I got this.
  • Volume filter: Got it.
  • 100‐day Historical Volatility: Got it. (Thanks!)
  • ADX filter: Got it.
  • Closed down for N‐1 of the last N trading days, where N = 4, 5, or 6, so I could use PCFs that are true for the following conditions:
    • Closed down 3 of the last 4 days
    • Closed down 4 of the last 5 days
    • Closed down 5 of the last 6 days
  • Today the stock’s lowest price is at least X% (X = 3, 4, 5, or 6) below the previous day’s. Looks like I need four PCFs. Or one template.
  • 2‐period RSI filter. Got it.
  • If the above rules are met today, buy the stock tomorrow on a further intraday limit Z% below today’s closing price (Z = 4, 6, 8, 10). We talked about this earlier; thanks!
  • RSI(2) Exit. Got it.
That's it. I can handle all but two of the conditions. Before long, I'll have that yacht in my driveway. 
 
 
 
 
bcochrane
Posted : Wednesday, June 27, 2018 10:03:15 AM
Registered User
Joined: 9/17/2010
Posts: 484

Closed down for N‐1 of the last N trading days, where N = 4, 5, or 6, so I could use PCFs that are true for the following conditions:

  • Closed down 3 of the last 4 days
  • Closed down 4 of the last 5 days
  • Closed down 5 of the last 6 day

TrueInRow(C<C1,4)=3 or TrueInRow(C<C1,5)=4 or TrueInRow(C<C1,5)=4

if one day must be up or use >= if all days could be down

Today the stock&rsquo;s lowest price is at least X% (X = 3, 4, 5, or 6) below the previous day&rsquo;s. Looks like I need four PCFs. Or one template.

L<C*.97

if below previous day's Close. Use L instead of C if below previous day's Low. Why test for different per cents? If its at least 3% below, then it could be 4%, 5% or 6% (or more)

 

 

Al_Gorithm
Posted : Wednesday, June 27, 2018 10:29:15 AM

Registered User
Joined: 6/30/2017
Posts: 1,227

Thanks, b!

For the Closed down for N-1 of the last N trading days... condition, the intent is to pick one of the criteria in advance, so I'll lose the OR's and chop the code up into three PCFs. Larry's strategies usually give you a choice of values for each input parameter, so you can tailor it to your preferences.

For the second criteria, again, Larry's setups give you a choice. In this case, if you want more trades (the tradeoff being lower returns) you can choose to look for 3%. If you want fewer trades but a higher return, look for 6%, If you want something in between, look for something in between.

That's what I appreciate about Connors' research, it is ALL quantified. You can look at the test results and pick-your-poison, to steal a cliche. Or in this case, pick-your-profits.

There are no magic parameter values - each one involves a tradeoff. It's up to the individual how he/she wants to trade according to their individual plan.

Can't wait for Friday's webinar. Thanks for the link. The book looks very promising. Bummer about TC2000 not being able to handle ConnorsRSI. I may have to add AmiBroker to my toolbox. Oh, well - the barista will thank me later. Fewer tips now, bigger tips later! lol.

Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.