Hello,
I'm working with JForex API.
I developped a class named Outils which is independant from IStrategy and iwhich contains basic static methods which should be used in the strategies I'll develop.
2 questions :
1) Should I have to compile the class Outils and how
2) Another subject : I got some Java code which allow me to denoise series but this code uses statements like
Quote:
import JSci.maths.wavelet.FWTCoef;
but Jforex' compilator doesn't find the library JSci.
How to specify the path of this library or where should I put it in order to compile the code ?
Thank you.