Ups! To get away the down arrows, I need another line I have forgotten:

short=ExRem(short,cover); cover=ExRem(cover,short);

So I only have the other doubt..

(:-|)
This oscillator seems to be pretty good..


--- In [email protected], "gonzagags" <[EMAIL PROTECTED]> wrote:
>
> Hi 
> Has anybody read the December Stock commodities article about the
> heikin ashi oscillator? 
> There is the code for Amibroker, but..
> I want to test it buying and selling, and shorting and covering
> 
> The orders should be?:
> //--------------------------
> Haco=Flip(upw,dnw);
> 
> Buy=Haco;
> Sell=NOT Haco;
> 
> Short=NOT Haco;
> Cover=Haco;
> Buy=ExRem(Buy,Sell); Sell=ExRem(Sell,Buy);
> //-----------------------
> 
> I have some doubts: does it buy or short one day before it knows the
> oscillator is red or green?
> How could I take out the so many down arrows?
> 
> thanks
>


Reply via email to