Hi all,
I'm using amibroker formula language to code up a simple buy/sell indicator. I'm using ExRem() function to remove extra Buy/Sell signals. Problem is that if a buy signal is generated yesterday, ExRem won't let another be raised even for today till another Sell signal is generated...