PureBytes Links
Trading Reference Links
|
hi,
I don't seem to be able to solve a simple problem
....
from a list of symbols I try to exclude to that
have less than 220 bars. For some reason it finds Barcount to be the same
for all symbols and does not perform a proper filtering. Maybe I suffer from
temporarily blindness. Someone see what I do wrong?
thnx, rgds, Ed
hlp = IIf(DateNum() == 1050729,1,0); mi = MarketID(); Filter = mi == 3 AND C!= 0 AND BarCount > 220 AND hlp; AddColumn(mi,"mi"); AddColumn(BarCount,"Barcount"); AddColumn(C,"c");
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|