PureBytes Links
Trading Reference Links
|
Franco,
Yes...put your price plot first..
example;
Plot(close,"close",colorblack,stylecandle);
Plot(movingaverage1................);
plot(movingaverage2................);
etc.
this way the price will be on top...
Anthony
fgornati wrote:
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
> wrote:
> > Hello,
> >
> > There are 3 built-in overlay averages for main price chart
> > (you can modify them via Tools->Preferences ->Main chart).
> > You can also overlay more just by right click over chart
> > pane -> Edit formula and adding any Plot statements
> > in the formula (above //--indicator-end )
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
>
> Tomasz,
>
> is it possible to manage the priority of the plots in this case? (i.e.
>
> not to overlay the bars)
>
> Thank you
>
> Franco
>
>
> Yahoo! Groups Sponsor
ADVERTISEMENT
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|