Normal
[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.
[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.
Hello and welcome to Aussie Stock Forums!
To gain full access you must register. Registration is free and takes only a few seconds to complete.
Already a member? Log in here.