Mactheriverrat 3,153 posts msg #126182 - Ignore Mactheriverrat modified |
11/16/2015 12:16:20 AM
Yes!
Run watch list as a filter
then open one of the charts where it says 3m, 6m, 1y, 2y.
You should see the draw items like straight line .
Draw your trend lines and any support lines that you want.
Stockfetcher auto saves it.
There line will show up on that stock that it comes up on any filter.
There is also a clear button to clear all lines
To its one of the best little gems SF has done. I'm not sure how long one has been able to to this in drawing resistance and support line. I just realized about a month ago that these line are saved to each stock that one draws them in.
Here's a little code I tweaked for the EMA(5) that sorts by days up. I go through and sort by day one and draw resistance and support lines.
HxH is number of consecutive days ema(5) above (+)/below(-) previous EMA(5) and set{hhb,days( ema(5) is above EMA(5)1 day ago,100)}
set{HHa,days( ema(5) is below EMA(5) 1 day ago,100)} set{HxH, HHa - HHb} and add column HxH {H_x_H}
do not draw HxH
|