sandjco 648 posts msg #135991 - Ignore sandjco | 
5/20/2017 11:03:28 AM
  Wonder if:
 - anyone has heard of this method and if it has been successfully been coded here in SF.
 
 Thanks
 
  | 
four 5,087 posts msg #135992 - Ignore four | 
5/20/2017 11:08:52 AM
  http://www.trade2win.com/boards/attachments/technical-analysis/810d1017782003-introduction-jack-hershey-trading-method-hershey-method.doc
 
  | 
sandjco 648 posts msg #135995 - Ignore sandjco | 
5/20/2017 3:25:11 PM
  Thanks four.  It's all geek to me when it comes to coding and understanding Jack!  I was interested in his concept of "dry up" and trading the channel
 
 Appreciate your contribution in the forum.
 
  | 
sandjco 648 posts msg #136005 - Ignore sandjco modified | 
5/21/2017 10:09:14 AM
  Here is my first attempt at coding SF (never done "coding") at all...
 
 close is between 10 and 50
 and volume(65) is above 300000
 and shares outstanding < 30
 and shares outstanding > 0
 and rsi(14)  > 90
 
 and draw bollinger bands(20,3)
 and draw bollinger bands(20,2)
 and draw bollinger bands(20,1)
 
 
 add column shares outstanding{sh/out}
 add column average volume(5) {vol5}
 add column average volume(30) {vol30}
 set {V, average volume (30) - 3*average volume (5)} 
 add column V      
 and column v < 0
 and sort column 8 ascending
 
  |