Hi,
I'm evaluating JForex, but am unable to print any debug messages (or debug properly using Netbeans - see other topic).
Code as follows:
public void onStart(IContext ic) throws JFException {
orderEngine = ic.getEngine();
indicatorManager = ic.getIndicators();
historyManager = ic.getHistory();
console = ic.getConsole();
console.getErr().print("TEST");
}
Nothing appears in the messages window...
I've also got a similar print line within onBar... which is definitely getting called as I'm getting hundreds of runtime errors...
David.