6 days, I mean R E A L L Y ?
I will probably die of old age before you answer my next question but I will try nevertheless:
I code & compile w/o any problems an indicator. In both onstart and calculate methods I have console.getOut().println(sth) statements but only the one in the onstart shows in the message tab. When I recompile, save etc. still only onstart prints. Is this intended ?
fields in IIndicator:
private IIndicatorContext indicatorContext;
private IConsole console;
in onStart:
this.indicatorContext = context;
console = context.getConsole();
console.getOut().println("Started");
in calculate:
console.getOut().println(outputs[0][i] + " || i: " + i);
In the above case only "Started" prints.
Thanks in advance.
*** EDIT ***Nevermind, solved it.
Btw.: Is it taking so much time for you to answer because you look up the answers in your very informative wiki ?