Well I swapped out the text in MA_play with my own strategy. Then I right clicked on the MA_Play file in netbeans project explorer, changed the name, and then clicked on "refactor"
Now I get this error on this line:
public class WanderingJava implements IStrategy
{
error: singlejartest.WanderingJava is not abstract and does not override abstract method onStop() in com.dukascopy.api.IStrategy
I have no idea what that means or how to fix it.
Advice?