I am executing strategy MA_PLAY as it comes but I can't see the orders being updated on JForex platform as I used to do.
What am I doing wrong?
I wanted to play with real time ticks so I commented these lines in order not to use the cache file
LOGGER.info("Downloading data");
// Future<?> future = client.downloadData(null);
// // wait for downloading to complete
// future.get();
// // start the strategy
LOGGER.info("Starting strategy");
Is this the correct?
Thanks