PureBytes Links
Trading Reference Links
|
i found what I was looking for, but I can not make it work for a
weekly grid. I would like to use in some of my charts.
thanx in advance
Set the color of the vertical lines to match the color of the grid
lines in the preferences window....
Plot(C,"",colorBlack,styleCandle);//this is so the candles plot on
top
Plot(IIf(Day() >
Ref(Day(),-1),1,0),"",colorWhite,styleHistogram|styleOwnScale);
Plot(IIf(Month() !=
Ref(Month(),-1),1,0),"",colorWhite,styleHistogram|styleOwnScale);
Anthony
--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Check out the 3rd part section at the ab website. Stephane (I
think) posted
> a DLL called Timeframes....
>
> Jayson
> -----Original Message-----
> From: goldwing01 [mailto:GOLDWING01@x...]
> Sent: Tuesday, March 25, 2003 11:57 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] need help
>
>
> I would like to show weekly and monthly in all of my charts, do any
> one have an idea on how i can achieve this.
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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 ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/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/
|