PureBytes Links
Trading Reference Links
|
I think that you might have missed my point. O3G.exe is a general
purpose 3D plot routine included with AB that is driven by a CSV file.
Optimization just generates the file then calls O3G.
You might want to take a close look at what I suggested. This should
give you ideas about writing an AFL to generate the CSV file and call O3G.
-- Bruce
--- In amibroker@xxxxxxxxxxxxxxx, "sidhartha70" <sidhartha70@xxx> wrote:
>
> Hi Bruce,
>
> it's not an optimization I'm running... sadly.
>
> I'm doing some pattern analysis and building a matrix around the
> results. It's these results I want to plot.
>
> Any ideas...?
>
> --- In amibroker@xxxxxxxxxxxxxxx, "bruce1r" <brucer@> wrote:
> >
> > Run an optimization, then click - Optimize / View 3D Optimization
> > Graph to generate CSV file as an example
> >
> > Now, look at how the following works - it should catalyze some ideas -
> >
> > c:\program files\amibroker\o3g.exe Optimize.csv
> >
> > -- Bruce
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "sidhartha70" <sidhartha70@> wrote:
> > >
> > > Hi All,
> > >
> > > I'm running some AFL code which builds a small matrix of values into
> > > some arrays... the matrix will be about 10 x 5... with each
element of
> > > the array having a value which will be the 3rd dimension of the
matrix
> > > if you like.
> > >
> > > I want to plot these matrices as a 3D graph to see maxima and
> minima...
> > >
> > > First question... is this possible in AFL...?
> > >
> > > Second question... if not in AFL, what's easiest way to get these
> > > values out to Excel...?
> > >
> > > Thanks
> > >
> >
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|