cb888trader wrote:
Is it possible to compile my strategy using ANT scripting. Is JFX just a jar with different file extension?
No it is not possible - the customized compiler is not available from API.
cb888trader wrote:
Also - is it possible to drop the jfx in a specific folder so that it is loaded dynamically into JForex without the need to manually re-install the strategy?
What do you mean by manually re-installing the strategy? You can either of two:
1) Determine the strategy folder in
Tools -> Preferences -> Advanced your working directory the package path that you use in Eclipse. And from then on open your strategies from that particular folder.
2) Open strategies by their full path in Eclipse in
Workspace -> Strategies -> Open Strategy.
cb888trader wrote:
Finally - can we declare the strategy in our own package/namespace and not in a flat package as in all the samples? (ie com.company.indi...)
You can call your package whatever you like.