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

RE: [amibroker] Looking for a data vendor for commodities



PureBytes Links

Trading Reference Links

I have not been reading this thread, but I think this post is at least
related to this thread title.

Just run a simple scan with the "FROM" radio button checked in lieu of the
"nLAST DAYS" radio button.  Then rightclick on one of the symbols, then
leftclick on "SHOW CURRENT TRADE ARROW".   In my version of AB, the buy
arrow is always placed twenty bars to the RIGHT of the LEFT SIDE of the
chart.

I would like to have the popup menu show an additional option of "SHOW
CURRENT TRADE ARROW AT LAST DAY" or "SHOW CURRENT TRADE ARROW ON RIGHT
SIDE", or "SHOW CURRENT TRADE ARROW AT RIGHT EDGE".

This is the exact location of the trade arrow that you see when you are
actually making trade decisions.  The same buy arrow looks a lot different
when you view it located at the chart's right edge, when compared to viewing
it located 20 bars from the left edge of the chart.

Once you have seen the arrow located 20 bars from the left side, you are no
longer seeing the buy arrow for the first time as happens in real life.

Can script writing guru's like Dingo and others write something to make this
happen?  It would be a big help, even if it took a split second for the
chart to reposition itself.
I can easily avoid looking at the chart for the part of a second that it
takes to reposition itself.  Ron D








----- Original Message ----- 
From: "Nigel Rowe" <rho@xxxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, June 27, 2004 9:31 AM
Subject: Re: [amibroker] Blanking a selected number of bars at the end of a
ticker


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sun, 27 Jun 2004 09:32, Dave Merrill wrote:
> > Sometimes when I'm working on an indicator, or training my eye, I'd like
to
> > blank out a Param-able number of bars at the end. Not set them to zero,
but
> > make it like they haven't happened and don't exist yet. I don't want to
see
> > them, and I don't want any indicators to be effected by them, kind of a
> > controllable curtain over the end of the past.
> <<snip>>
> >
> > Any ideas? If not, would anyone else like to see a feature like this
built
> > into AB?
> >
> > Dave Merrill
> >
> >
>
> Try adding
>
> GraphZOrder = 1;
> Hide = Param("Hide", 10, 0, 25);
> Plot(IIf(BarIndex()>(BarCount-Hide), 1, 0), "Hidden", color??????,
> styleArea|styleOwnScale, 0, 1);
>
> To the *END* of your indicator.  Substitute your background color for the
???
> and use appropriate values in the Param().
>
> It will paint over the top of all other plots, making them invisible.
>
> Cheers,
> Nigel
>
>
> - -- 
> Nigel Rowe
> rho@xxxxxxxxxxxxxxx
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
>
> iD8DBQFA3to3BbmcM2pfckkRAhl0AKCYgF2MUp2wjU2qb5414myTWaAuVACg4xY1
> 7EzUIwLw2aMI3FRa4vcMis4=
> =rBvz
> -----END PGP SIGNATURE-----
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/amibroker/

<*> 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/