[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: heikin ashi oscillator



PureBytes Links

Trading Reference Links

It is pretty good ... And that is the good news ...
 
Ton.
 
----- Original Message -----
From: gonzagags
Sent: Wednesday, December 03, 2008 10:46 AM
Subject: [amibroker] Re: heikin ashi oscillator

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 amibroker@xxxxxxxxxps.com, "gonzagags" <gonzagags@x..> 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
>

__._,_.___

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

*********************************




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___