#property script_show_inputs #include input string Symbol = "CL-OIL"; // 거래 종목 input double TakeProfit = 50.0; // 이익실현 목표 CTrade Trade; //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart() { // Trade 객체 초기화 Trade.Set..