aspirator wrote:
For compiling I have to run my demo account and compile it there.
If you mean compilation to a .jfx file, then see:
https://www.dukascopy.com/wiki/#JForex_SDK/Compile_a_strategy_to_a_jfx_fileaspirator wrote:
Is there a way to use all functions (packages/imports/...) in order to compile the strategy within Eclipse instead of using the JForex platform?
In JForex-SDK the strategy can use all non-JForex-API imports as soon as the JForex-SDK project uses them. If you want to use those imports in JForex platform, you need to use @Library annotation, see:
https://www.dukascopy.com/wiki/#Include_libraries