PureBytes Links
Trading Reference Links
|
Just a screenshot taken with Hypersnap Pro saved as a gif.
Yuki
Tuesday, March 4, 2003, 8:59:52 PM, you wrote:
tjyc> Yuki, This is completely unrelated to your question but how did you
tjyc> post the Amibroker chart to a webpage like that? For other TA
tjyc> packages I've used in the past I would use a FTP to do this -- is it
tjyc> the same case here I assume? I'm a new user of one week and counting
tjyc> and haven't had time to explore that feature yet
tjyc> --- 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(),-
tjyc> 1),1,0),"",24,styleHistogram|styleOwnScale|styleNoLabel,0,7);
>>
>> Plot(IIf(DayOfWeek()<Ref(DayOfWeek(),-
tjyc> 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
tjyc> 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/
|