Using FXCM and reading the post Where do your orders reside,
Can I turn off my PC after placing the three orders below and expect them to be carried out if the targets are hit?
//We assume the price is right now 95
EnterLongStop(100, "long1");
SetStopLoss("long1", CalculationMode.Price, 90, false);
SetProfitTarget("long1", CalculationMode.Price, 105);

Comment