//下單大師的策略設定請選擇雅策2格式 if date = lastcalcdate and time = LastCalcTime then FileDelete("C:\cur_cmd.txt") FileAppend("C:\cur_cmd.txt",cdate(date) +" "+ ctime(time)+" "+ NumToStr(CurrentContracts,0)+" "+NumToStr(Close,0)) end if