I use Eclipse for writing JForex Strategies. In such a case I have the opportunity to use debugger. Is there a possibility to debug Indicators?
It is not possible in the current API implementation, the closest that you can get to it, is logging all the relevant values of the indicator from its calculate method, see: https://www.dukascopy.com/wiki/#IConsole/Logging_values