yes it is part of AmiBroker toolset and it should be used in conjunction with AmiBroker, but this means that as long as you generate files with AmIBroker and use it together with AmiBroker, you are perfectly fine. So for example if you generated csv files using AFL fopen/fputs/fclose and use generated file in O3G.exe then it is perfectly OK.
Just to clarify, the O3G application I have in mind is specifically for Amibroker and would add an extra dimension to its charting capabilities.
Sooner or later 3D charting will become a common feature in TA so, since the 3D engine is already there, it might be a good time to explore what can be done here.
Thank you Tomasz, this is great information to start working with and it brings me halfway to basic 3D functionality.
Two solutions come to mind to make this idea fully functional:
Amibroker can display a browser research window, would it be possible to run O3G in that browser window?
I also believe it is possible to close an MS window running a small script from afl. Perhaps that method could be used to close the O3G window so that a new 3D plot can be displayed?
Quite frankly it would be a lot easier if I just added periodic refresh to O3G instead of trying to "workaround" the refresh using various creative inventions (No web research can't run exe files).
Hello, perhaps someone can tell me what I am doing wrong. My optimize.csv file wouldn't load into the O3G so I wrote the simplified test program listed below. The datafile it generates looks good:
...
However, whenever I launch the O3G program it opens with its default data displayed. Is there something else I have to do to have O3G recognize my file? It is not locked as I can open it with other programs.