PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>AmiBroker doesn't have enough colors/shades to make visually
meaningful 3D displays. The easiest way would have been to
use StyleArea and overlay charts so that you get a checker
board. The overlaying effect will give you vertical (y-axis)
divisions/colors, coloring individual bars horizontally will give you X-axis
divisions/colors.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>But like I said, without shading to show gradual increase in values by
color, it may not be worth the effort.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>You can however use the explorer to create the tables required to make 3D
charts in excel. But the easiest way of course is to download the 3D Excel macro
from files and use that to make 3D charts in Excel.
<FONT face=Arial color=#0000ff
size=2>herman.
<FONT face=Tahoma
size=2>-----Original Message-----From: goldfreaz
[mailto:goldfreaz@xxxxxxxxxxx]Sent: January 15, 2004 9:51
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 3D
contour PlotHas anyone written code to make a 3D
color map? The code would be long, but I think it can be
done.x-time axisy-vertical axis (say 10 bins)z-color code axis
(say 10
colors)graph0=y0;graphbar0color=iif(z>z8,color9,iif(z>z7,color8,...,
iif(z>z0,color1,color0))))));....graph9=y9;graphbar9color=iif(z>z8,color9,iif(z>z7,color8,...,
iif(z>z0,color1,color0))))));// need to use candle type graph
with O=L and C=H, while you get the
idea...maybeSend BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|