Scanning output & few other queries of amibroker

#11
Hey boufalo,
If we're using more than two column. How do we do it?
hello
There are many ways to filter this output for that columns , I am going to write here the most easy for you.

Please NOTE .. start form step 2, I think this is what you are looking for


1) You have to write a filterContition = this OR that OR other;
I guess in your case you dont need AND which means “+”
Apple + orange + bananas = makes nice smoothie drink;
Code:
filterContition = upbar OR downBar OR dojibar;
  if(LastValue(filterContition))
    {
        addRow(addRowStr );
    }
2) if you able to write other filter for the counter that you use ”barsback column” its fine...
. If not just dont_use/delete the counter

Please NOTE .. start form step 2, I think this is your case

Same_Filter_Code_Here
 
Last edited: