Post subject: printing in com.dukascopy.api.indicators?
Post rating: 0
Posted: Fri 10 Sep, 2010, 02:21
User rating: 1
Joined: Fri 26 Mar, 2010, 19:19 Posts: 116 Location: Canada
I am trying to write a new indicator. But I am encountering a lot of problems. It would be helpful to my debugging if I can print some values to the console. However, this doesn't work:
context.getConsole().getOut().print(text)
So how do I do a simple print to console in com.dukascopy.api.indicators?
API Support
Post subject: Re: printing in com.dukascopy.api.indicators?