karennma 8,057 posts msg #125753 - Ignore karennma | 
10/23/2015 7:25:12 AM
  Moved.
 
  | 
stockfetcher 980 posts msg #125754 | 
10/23/2015 7:27:15 AM
  Hi,
 
 Click the Account->Settings menu option (upper right hand corner of your browser).
 
 Best Regards,
 StockFetcher.com Support
 
  | 
karennma 8,057 posts msg #125758 - Ignore karennma modified | 
10/23/2015 7:37:41 AM
  Good morning, SF.
 Can you tell me how Mactheriverrat got that "WAIT, BUY SELL" graph on the bottom of his last two charts?
 I went to "settings" but didn't see anything to set that up ...
 (See his thread (Mactheriverrat) under Stock Picks and Trading)
 Thanks.
 
 
  | 
stockfetcher 980 posts msg #125759 | 
10/23/2015 7:50:05 AM
  Hi,
 
 Those are custom indicators from his filters (likely counts). You'll need to ask him what the criteria is.
 
 StockFetcher Support
 
  | 
karennma 8,057 posts msg #125760 - Ignore karennma | 
10/23/2015 7:52:04 AM
  Thanks.
 
 
  | 
Mactheriverrat 3,175 posts msg #125785 - Ignore Mactheriverrat | 
10/23/2015 1:35:16 PM
  Code is from Kevin_in_GA which came be added to just about any filter
 
 Buy sell wait code link.
 
  | 
Mactheriverrat 3,175 posts msg #125786 - Ignore Mactheriverrat | 
10/23/2015 1:38:21 PM
  Here is the code by Kevin
 
 set{pp_3, CMA(pp,3) 1 day ago}
 set{r_3, CMA(r1,3) 1 day ago}
 set{s_3, CMA(s1,3) 1 day ago}
 
 set{VAR1, count(close above pp_3,1)}
 set{VAR2, count(close below  r_3,1)}
 set{WAIT, VAR1 * VAR2}
 set{BUY, var1 - wait}
 set{SELL, var2 - wait}
 
 
 draw WAIT
 draw SELL 
 draw BUY 
 draw pp_3 on plot price
 draw r_3 on plot price
 draw s_3 on plot price
 
 
 add column BUY
 add column SELL
 add column WAIT
 add column pp_3
 add column r_3
 add column s_3   
 
  | 
karennma 8,057 posts msg #125794 - Ignore karennma | 
10/24/2015 12:48:04 PM
  @ Mactheriverrat,
 I am just thrilled with this feature.  Thanks so much for posting!
 Do you know if there's any way to get that grid to appear at the top of the chart instead of at the bottom?
 :>)
 
 
  | 
Mactheriverrat 3,175 posts msg #125795 - Ignore Mactheriverrat | 
10/24/2015 1:26:16 PM
  One might post them near the top of their filter so they may show up in the indicator area.
 
  | 
Mactheriverrat 3,175 posts msg #125796 - Ignore Mactheriverrat | 
10/24/2015 1:48:28 PM
  Might thank Kevin from GA - It was his code that I use in my filters
 
 
  |