| duke56468 683 posts
 msg #91530
 - Ignore duke56468
 | 4/22/2010 8:30:27 PM 
 Can this be coded to work with SF price plot?
 
 http://tradersedgesystems.com/aiq/traderstips/traders-tips-june-2009.htm
 
 
 | 
| morteza471 132 posts
 msg #91572
 - Ignore morteza471
 | 4/23/2010 9:02:34 PM 
 does any body have a filter for  White Spinning Top
 thank you
 
 
 | 
| four 5,087 posts
 msg #91609
 - Ignore four
 | 4/24/2010 9:11:44 PM 
 Trailing ATR STOP
 http://stocata.org/youtube/video_030.html
 
 
 | 
| duke56468 683 posts
 msg #91619
 - Ignore duke56468
 | 4/25/2010 10:01:21 AM 
 @ four,
 Yes that is what I hoped could be coded for SF by someone a lot smarter than I.  I was hoping to  be able to use SF backtesting to check the different periods and multiplication factors  to find the best fit for different stocks.  Thank you for your interest.
 
 
 | 
| chetron 2,817 posts
 msg #91626
 - Ignore chetron
 | 4/25/2010 3:58:34 PM 
 what is wrong with these filters... = (
 
 
 
 | 
| four 5,087 posts
 msg #91629
 - Ignore four
 | 4/25/2010 4:08:28 PM 
 ATR trailing stops
 
 http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=91610&qrid=
 
 Does this give you any ideas ?
 
 
 | 
| duke56468 683 posts
 msg #91638
 - Ignore duke56468
 | 4/25/2010 7:49:34 PM 
 @chetron,
 I just have the basic so I only get  "Your StockFetcher filter exceeds filter performance restrictions." :(
 
 
 | 
| duke56468 683 posts
 msg #91641
 - Ignore duke56468
 modified
 | 4/25/2010 8:07:11 PM 
 
 
 
 how do I superimpose it on the price?
 
 
 | 
| four 5,087 posts
 msg #91643
 - Ignore four
 modified
 | 4/25/2010 8:38:30 PM 
 
 
 V1 needs to be subtracted from the low ???  (for example)
 
 
 
 
 
 It might never trigger a sell ??  What is the ultimate pain before closing the position ??
 
 
 
 | 
| four 5,087 posts
 msg #91645
 - Ignore four
 | 4/25/2010 8:49:48 PM 
 perhaps.....
 
 set{v1, atr(5) *1.5}
 
 set{sell, high - v1}
 draw sell on plot close
 
 
 |