I'm using Jforex Live account, Dukascopy ver 2.12.22 which has JForex API ver 2.6.33. So trying to import new version of API from external location. Here is the code:
package jforex.strategies;
import java.util.*;
import com.dukascopy.api.*;
import com.dukascopy.api.Library;
@RequiresFullAccess
@Library("C:\JForex-API-2.6.50.jar;C:\JForex-API-2.6.50-sources.jar");
and the errors while compiling:
The import com.dukascopy.api.listener cannot be resolved
The import com.dukascopy.api.bar cannot be resolved
Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )