PureBytes Links
Trading Reference Links
|
Hi Anthony,
Arigatou! Three seems to work about right.
Yuki
Tuesday, March 4, 2003, 8:41:38 PM, you wrote:
AF> Try adding :
AF> GraphXspace=10; //pick a number
AF> to your custom indicator.
AF> Anthony
AF> Yuki Taga 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:
>>
>>
>> lot(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 ^_^
>> Yahoo! Groups Sponsor
AF> 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 http://docs.yahoo.com/info/terms/
|