> Just to be a bit more practical, could someone have a glance at this > AFL code that can be found under the online help for exrem: > > http://www.amibroker.com/library/detail.php?id=60&hilite=EXREM > > and check what is the purpose of this two lines of code > > Buy=exrem(buy,sell); > Sell=exrem(sell,buy); > > that are written just below standard BUY and SELL signals? > > Buy= Cross(HiLo,HiLoInvert) ; > Sell=Cross(HiLoInvert,HiLo) ; > > For what are the two EXREM needed? Are they redundant? > > Kind Regards, > > Angelo. >
This is just another examle of code that - differently from the previous one - regards just a system and not an explore too: http://www.amibroker.com/library/detail.php?id=720&hilite=EXREM
