PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxxxxxxx, "gonzagags" <gonzagags@xxx> 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
*********************************
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|