ตัวเลี่ยงข่าวครับ ยังไม่ได้ทดสอบนะครับ เขียนโปรแกรมสด O_o
ยังไงก็ลองเปิด mode news_debug ดูครับ add ไว้แล้ว
อีกอย่างนะครับ วิธีเอาเวลาก่อนถึงข่าวกับหลังข่าว ผมเอาวิธีมาจากตัว indicator ที่มันแนะนำมาอ่ะครับ ไม่รุ้ว่าได้ผลอ่ะป่าว
อันนี้ code ที่เค้าแนะมา ต้องเปลี่ยนชื่อ indicator เป็น FFCal ด้วยนะครับ
SAMPLE CALLS TO THE INDICATOR:
int minutesSincePrevEvent =
iCustom(NULL, 0, "FFCal", true, true, false, true, true, 1, 0);
int minutesUntilNextEvent =
iCustom(NULL, 0, "FFCal", true, true, false, true, true, 1, 1);
// Use this call to get ONLY impact of previous event
int impactOfPrevEvent =
iCustom(NULL, 0, "FFCal", true, true, false, true, true, 2, 0);
// Use this call to get ONLY impact of nexy event
int impactOfNextEvent =
iCustom(NULL, 0, "FFCal", true, true, false, true, true, 2, 1);
-*-
-------------------
Close ตัวนี้ครับ โหลดตัวข้างล่างนะครับ