Open Forex4you Account

Server รัน EA 1000 / ปี

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

Author Topic: รบกวน Admin หน่อยครับ ดึงค่าลูกศรไม่ได้ครับ  (Read 8119 times)

sherlockh

  • Newbie
  • *
  • Posts: 9
ผมดึงค่าจากลูกศรออกมาไม่ได้ครับ ดึงแล้วมันออกมาเป็น 2147483647 รบกวนแอดมินช่วย โค้ด ให้หน่อยนะครับ

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 2386
รบกวนใช้ โปรแกรม Icustom ดึงค่าทั้งหมดออกมาให้ผมดูก่อนครับ http://www.thaiforexea.com/index.php/topic,549.0.html

sherlockh

  • Newbie
  • *
  • Posts: 9
ใช่แบบนี้ไหมครับ
int start()
  {   double b0;
 b0=iCustom(NULL,0,"PCS",0,0);
Print("Buffer 0 : ",b0);
 double b1;
 b1=iCustom(NULL,0,"PCS",1,0);
Print("Buffer 1 : ",b1);
 double b2;
 b2=iCustom(NULL,0,"PCS",2,0);
Print("Buffer 2 : ",b2);
 double b3;
 b3=iCustom(NULL,0,"PCS",3,0);
Print("Buffer 3 : ",b3);
 double b4;
 b4=iCustom(NULL,0,"PCS",4,0);
Print("Buffer 4 : ",b4);
 double b5;
 b5=iCustom(NULL,0,"PCS",5,0);
Print("Buffer 5 : ",b5);
 double b6;
 b6=iCustom(NULL,0,"PCS",6,0);
Print("Buffer 6 : ",b6);
 double b7;
 b7=iCustom(NULL,0,"PCS",7,0);
Print("Buffer 7 : ",b7);
return(0);
« Last Edit: เมษายน 07, 2016, 11:44:18 pm by sherlockh »

sherlockh

  • Newbie
  • *
  • Posts: 9
รบกวนใช้ โปรแกรม Icustom ดึงค่าทั้งหมดออกมาให้ผมดูก่อนครับ http://www.thaiforexea.com/index.php/topic,549.0.html

ได้แล้วครับสุดยอดมากๆครับครับผม ^^