PureBytes Links
Trading Reference Links
|
Yuki, This is completely unrelated to your question but how did you
post the Amibroker chart to a webpage like that? For other TA
packages I've used in the past I would use a FTP to do this -- is it
the same case here I assume? I'm a new user of one week and counting
and haven't had time to explore that feature yet
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> wrote:
> If there is a way to fix this, I'd sure appreciate knowing how. ^_-
>
> GifA is what I get in some situations, due to the following code:
>
> Plot(IIf(Month()!=Ref(Month(),-
1),1,0),"",24,styleHistogram|styleOwnScale|styleNoLabel,0,7);
>
> Plot(IIf(DayOfWeek()<Ref(DayOfWeek(),-
1),1,0),"",39,styleHistogram|styleOwnScale|styleNoLabel,-0.55,14);
>
> I really want to keep this code. The results are very nice, except
> where there is interference with the display. Is there any way to
> create a "buffer zone" between the top of the date display and the
> bottom of the price chart information? I know I can scroll the
scale
> up a bit, but if there is a way to do it automatically, how
> wonderful.
>
> Yuki ^_^
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/
|