Open Forex4you Account

Server รัน EA 1000 / ปี

สั่งชื้อคู่มือการโปรแรกม MQL4

Author Topic: แก้ไขให้ EA ไม่ต้องใส่ Activation key ยังไงครับ  (Read 10620 times)

superken

  • Newbie
  • *
  • Posts: 10
ลบกวน Admin ผมลองเอา EA ที่มีมาแก้ แต่มันไม่ Start รอ Activation key  แก้ยังไงครับลบกวนท่าน Admin หรือ กูรู ในบร์อดหน่อยครับ
ตัวแปลที่ประกาศ รอ Start ต้องลบและแก้ยังไงครับ


int start() {
   double ld_0;
   double ld_8;
   double ld_16;
   double ld_24;
   double ld_32;
   double ld_40;
   string ls_48;
/*
   if (IsDemo() == FALSE) {
      ld_0 = StrToDouble(Activation_Key);
      ls_48 = AccountNumber();
      ld_16 = StringLen(ls_48);
      ld_24 = StrToDouble(StringSubstr(ls_48, 0, 1));
      ld_32 = StrToDouble(StringSubstr(ls_48, 1, 1));
      ld_40 = StrToDouble(StringSubstr(ls_48, ld_16 - 1.0, 1));
      ld_8 = AccountNumber() + 819;
      ld_8 = ld_8 + 119.0 * ld_24 + 268.0 * ld_32 + 118.0 * ld_40;
   }
   if (IsDemo() == FALSE && ld_0 != ld_8) {
      Alert("Activation Key is must for Real Account.");
      return (0);
   }
   */

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 2386
code มีเท่าที่นี้หรอครับถ้ามีเท่านี้ตัว ส่วนข้างล่างนี้ออกแล้ว compile ครับ

  if (IsDemo() == FALSE && ld_0 != ld_8) {
      Alert("Activation Key is must for Real Account.");
      return (0);
   }

superken

  • Newbie
  • *
  • Posts: 10
เดี๋ยวผมลองแก้ตามได้ยังไงแจ้งครับ

superken

  • Newbie
  • *
  • Posts: 10
สอบถามเพิ่มหน่อยครับ EA รันแบลคเทส ได้ แต่พอใส่กราฟจริงแล้วไม่รัน ต้องเช็คยังไงครับ เพราะแบลคเทส TF 15 จบแท่งก็เริ่มรัน แต่พอเอาใส่กราฟจริง ไม่รัน ค่าEA ตั้งหมดแล้ว

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 2386
เอา code ส่วนที่ผมบอกออกก็น่าจะรันเงินจริงได้แล้วครับ