| smartguy 47 posts
 msg #91911
 - Ignore smartguy
 | 5/1/2010 3:48:45 PM 
 I am new to this forum and have zero coding skills- Here is the code provided for stockcharts.com for the Abecedarian trading method sold through http://fyitrades.com/index.htm   Perhaps someone could code this for use here and share.  Thanks in advance.
 
 Code for scanning longs (stockcharts.com)
 
 [type=stock] and [country=us] and [daily sma(10,daily volume)>500000] and [daily sma(10,daily close)>25] and [daily ema(9,daily close)> yesterday's daily ema(9,daily close)] and [daily ema(20,daily close)>yesterday's daily ema(20,daily close)] and [daily ema(39,daily close)> yesterday's daily ema(39,daily close)] and [daily obv>yesterday's daily obv] and [yesterday's daily obv<2 days ago daily obv] and [daily obv signal(5)>yesterday's daily obv signal(5)]
 
 Code for scanning shorts (stockcharts.com)
 
 [type=stock] and [country=us] and [daily sma(20,daily volume)>500000] and [daily sma(60,daily close)>20] and [daily ema(9,daily close)< yesterday's daily ema(9,daily close)] and [daily ema(20,daily close)2 days ago daily obv] and [daily obv signal(5)
 Thanks in advance for your help
 
 
 | 
| dwiggains 448 posts
 msg #91914
 - Ignore dwiggains
 | 5/1/2010 4:36:28 PM 
 Hi
 
 
 
 I think this is close.
 
 See ya
 David
 
 
 | 
| smartguy 47 posts
 msg #91915
 - Ignore smartguy
 | 5/1/2010 4:39:51 PM 
 Thank yoou David for your kindness- perhaps others may want to build upon this.  The book uses either a 3 day exit on close or a trailing stop at your descretion.  Thank you again for your help.
 
 
 
 | 
| chetron 2,817 posts
 msg #91917
 - Ignore chetron
 modified
 | 5/1/2010 5:00:39 PM 
 IT HAS ALWAYS BEEN DIFFICULT TO FILTER ENTRIES AND EXITS IN ONE FILTER.....
 
 
 
 
 
 
 
 
 |