PureBytes Links
Trading Reference Links
|
Has anyone written code to make a 3D color map? The code would be
long, but I think it can be done.
x-time axis
y-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...maybe
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 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:
http://docs.yahoo.com/info/terms/
|