PureBytes Links
Trading Reference Links
|
Dear Anthony,
I have applied following formula but it give syntex error on m of
styleHistogram.
What to do ?
Mayoor
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> Plot(IIf(Day() > Ref(Day(),-1),1,0),"",colorWhite
> styleHistogram|styleOwnScale);
> Plot(IIf(Month() !=Ref(Month(),-1),1,0),"",colorWhite
> styleHistogram|styleOwnScale);
>
>
> -------Original Message-------
>
> From: amibroker@xxxxxxxxxxxxxxx
> Date: Sunday, April 13, 2003 23:59:48
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] How to draw Verticles gridlines on days/week
>
> In AB each year end represent vertical grid line , but I want to
draw
> verticle grid line on each day or each week, so how to do it ? In
> customise section I have ticked yes to grid line but only
horizontal
> grid line appeared but not the verticle one.
> mayoor
>
>
> Yahoo! Groups Sponsor
>
>
>
> 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 ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/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/
|