PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>The Excel method is very easy for Optimizations. Just run a two
variable optimization, right-click on the AA Results table and select Copy. Open
Excel, select Cell A1 and Paste. After Macro installation: Go to the top Excell
menu, drop down the AB Optimizer menu, click Make 3D Charts. Download the Macro
from:
<A
href=""><FONT
color=#0000ff>http://groups.yahoo.com/group/amibroker/files/Herman%20van%20den%20Bergen/<A
href=""><FONT
face="Times New Roman">AB3DCharts.zip<FONT
face="Times New Roman" color=#000000>
<FONT face=Arial color=#0000ff
size=2>That is all there is to it, this is what it looks like (I smooth
the plots 5x5):
<FONT face=Arial color=#0000ff
size=2>herman
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2><IMG alt="" hspace=0 src="jpg00004.jpg" align=baseline
border=0>
<FONT face=Tahoma
size=2>-----Original Message-----From: goldfreaz
[mailto:goldfreaz@xxxxxxxxxxx]Sent: January 16, 2004 2:28
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
3D contour PlotThanks Herman for your thoughts.
I was hoping for a primitive, but easy alternative to excel. The
result may not be worth the effort ...Greg--- In
amibroker@xxxxxxxxxxxxxxx, "Herman vandenBergen" <psytek@xxxx>
wrote:> 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.> > But like I said, without shading
to show gradual increase in values by> color, it may not be worth
the effort.> > 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.> > herman.>
-----Original Message-----> From: goldfreaz
[mailto:goldfreaz@xxxx]> Sent: January 15, 2004 9:51
PM> To: amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] 3D contour Plot> > > 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@xxxx> Send
SUGGESTIONS to suggest@xxxx>
-----------------------------------------> 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>
> a.. To visit your group on the web, go
to:> <A
href="">http://groups.yahoo.com/group/amibroker/>
> b.. To unsubscribe from this group, send an
email to:>
amibroker-unsubscribe@xxxxxxxxxxxxxxx> >
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.Send 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.
Attachment:
Description: ""
|