after doing context.stop it seams that it does not closes completely - strategy context menu still says stop (start is disabled), but pressing stop does do nothing - so after that there is no way to stop/start strategy any more. Only way - restart Marketplace app.
make sure you are not holding strategy thread, it should be free to be able to call onStop method. Also make sure you close all resources (like running threads, timers) in onStop method