| SAFeTRADE 656 posts
 msg #114264
 - Ignore SAFeTRADE
 | 6/30/2013 1:37:24 AM 
 symlist(spy)
 
 set{20hi65ago, high 20 day high 65 days ago}
 set{near2065, count(close near high 20 day high 65 days ago,1)}
 set{2065draw, count(near2065 > 0,1) * 20hi65ago}
 
 add column near2065
 
 add column 2065draw
 draw price line at 2065draw
 
 Trying to get this to print 2065draw line at price.  It prints at zero.  This triggered four days ago on Monday.
 What am I missing?
 
 
 
 | 
| four 5,087 posts
 msg #114265
 - Ignore four
 modified
 | 6/30/2013 9:20:14 AM 
 
 
 
 
 | 
| SAFeTRADE 656 posts
 msg #114267
 - Ignore SAFeTRADE
 | 6/30/2013 10:09:17 AM 
 Thanks Four, but is there a way to draw the price line with out the signal?
 
 
 | 
| SAFeTRADE 656 posts
 msg #114268
 - Ignore SAFeTRADE
 modified
 | 6/30/2013 10:44:03 AM 
 Got it to work,  Thanks to Four for his attempt.  Thanks to TRO for his A COMPLETE LOGIC SYSTEM
 where I changed (show stocks example) to draw.  Been working on this most of the night.  So moral
 of this story is I learned a new technique.  Draw based on an outcome of a count sequence.
 Thanks all!
 
 Clarence
 
 
 
 
 
 | 
| four 5,087 posts
 msg #114269
 - Ignore four
 modified
 | 6/30/2013 10:45:33 AM 
 Clarence,
 
 
 Please post your solution for us...
 ---------------------------------------------------------------
 A-COMPLETE-LOGIC-SYSTEM-ANOTHER-GIFT-FROM-AVERY
 
 http://www.stockfetcher.com/forums/General-Discussion/A-COMPLETE-LOGIC-SYSTEM-ANOTHER-GIFT-FROM-AVERY/28017
 
 
 | 
| SAFeTRADE 656 posts
 msg #114270
 - Ignore SAFeTRADE
 | 6/30/2013 10:48:46 AM 
 Four check modified previous post.  Thanks again
 
 
 | 
| SAFeTRADE 656 posts
 msg #114272
 - Ignore SAFeTRADE
 | 6/30/2013 11:36:50 AM 
 I have heard it said thinking is linking.  I have many thoughts running through my head right now.
 There are many people who have shared their ideas since I have have been here.  I have been mostly
 silent absorbing all these ideas.   People who come to mind besides two already mentioned are
 Kevin, Mary4money and all his aliases, muddy, yepher, riggs, alf44 etc.
 
 My thinking is this can be used with Kevin's CRSI filter and his Z-Score filter to spot support.  I think this
 works better in an uptrending market where resistance becomes support.  I have also heard it said
 "price is king".  This just uses price.  Sort of incorporates PnF chart ideas.
 
 This also incorporates TRO's theory about using only a horizontal line to trade.  No squiggly lines injured.
 Just support and resistance.
 
 Here is only a start of the filter I have in mind.
 
 
 
 
 Run the filter back to Monday where is was used for the "calendar effects trade"
 
 
 | 
| SAFeTRADE 656 posts
 msg #114278
 - Ignore SAFeTRADE
 | 6/30/2013 5:32:12 PM 
 More complete filter.
 
 
 
 
 
 |