Hello, is it possible to use an if statement inside the Filter code?
eg, using plain english:
Filter = Cond1 AND Cond2 AND if(marketCap<3000 is true, then Cond4)
I have not been able to achieve this in my trials with if and iif.
In another platform I have two Screens, the results of which I then combine in a spreadhseet. With Amibroker, I am hoping to combine these two processes into one Exploration.
Ignoring if statements, is there any other way to use Filter such that I can achieve this?
Thank you. I hope I am not asking too much. I'm trying to plan the replacement of my existing methods with Amibroker.