| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
I am trying to get this AFL to find stocks that triggered this 
IIf(abs(O-C)<=0.05*(H-L),1,0);
in the prior days trading session (yesterday) and todays open is a 
gap from yesterday.
Any suggestions?
Also since I updated to the latest version I noticed I have two chart 
problems
1) I lost all my watchlists. How can I protect my watch lists when I 
get the next version? (This only happens when I go from 3.7 to 3.8 
or 4.1 to 4.2- the beta versions 4.18.1 doesnt affect the watchlists)
2) I also notice that in tools> preferences>charting that I cant seem 
to change the number of bars/dates/quotations in a chart. It seems 
stuck with July 10 on the hardleft. I can use the zoom in & zoom out.
Thanks in advance for any help,
Brian
 
 |