Australian (ASX) Stock Market Forum

Reply to thread

[CODE]Filter = Buy;

AddColumn(IIf(Buy, C, 0), "Buy", 1.3, IIf(Buy, colorBlue, 0));

Filter = Sell;

AddColumn(IIf(Sell, C, 0), "Sell", 1.3, IIf(Sell, colorDarkRed, 0));[/CODE]



This is what I had but when I change it to "Filter = Buy OR Sell" and chop the "Filter = Sell" then the scan and exploration are the same. Thank you for the guidance.


Top