Amibroker expert: please help ...

What does the folllowing mean?
Thanks!
Buy=ExRem(Buy,Sell);Sell=ExRem(Sell,Buy);
Short=ExRem(Short,Cover);Cover=ExRem(Cover,Short);
 
Quote from mizhael:

What does the folllowing mean?
Thanks!
Buy=ExRem(Buy,Sell);Sell=ExRem(Sell,Buy);
Short=ExRem(Short,Cover);Cover=ExRem(Cover,Short);



Wasn't that Cramer's advice on Lehman stock?
 
Quote from mizhael:What does the folllowing mean?
Buy=ExRem(Buy,Sell);Sell=ExRem(Sell,Buy);
Short=ExRem(Short,Cover);Cover=ExRem(Cover,Short);
ExRem is used like a toggle\latch. AmiBroker uses arrays extensively. So for EXRem(Buy, Sell) the first instance of "Buy" in the array would return a "1", all following "Buys" would return a "0" until a "Sell" was encountered. The "Sell" resets the output so that the next "Buy" would output a "1".

Jack
 
Quote from ET99:

too many pirated Amibroker around here

What are you talking about? Do you know it has a trial version?

See you are really not familiar with Amibroker....

And I am a serious potential buyer...
 
Back
Top