public static void AddFileInstrument(Framework framework, string path, bool save = false, bool useFileName = true)
 {
     var list = new BacktestInstrumentServer(framework, path, save, true).LoadFiles();
 }
 public static void AddDirectoryInstrument(Framework framework, string path)
 {
     var list = new BacktestInstrumentServer(framework, path).Load();
 }
 public static void AddFileInstrument(Framework framework, string path, bool save = false, bool useFileName = true)
 {
     var list = new BacktestInstrumentServer(framework, path, save, true).LoadFiles();
 }