Kursus Forex Solo Tempat Belajar Trading Forex Solo Pelatihan Forex Solo Edukasi Forex Solo Training Forex Solo Privat Membuat EA Robot Forex

BACA TUTORIAL: CARA DAFTAR MT4 FOREX!

Coding MQL4 Object Arrow

Coding MQL4 Object Arrow:

//int ObjCount = 0; 

//void ArrowUp()

{

   ObjCount += 1;

   string objName = " Arrow Up " + ObjCount;

   ObjectCreate(objName,OBJ_ARROW,0,Time[1],Low[1]-5*Point);

   ObjectSetInteger(0,objName, OBJPROP_ANCHOR, ANCHOR_BOTTOM);

   ObjectSetInteger(0,objName,OBJPROP_ARROWCODE, 233);

   ObjectSetInteger(0,objName,OBJPROP_WIDTH, 4);

   ObjectSetInteger(0,objName,OBJPROP_COLOR, clrYellow); 

//void ArrowDown2()

{

   ObjCount += 1;

   string objName = " Arrow Down" + ObjCount;

   ObjectCreate(objName,OBJ_ARROW,0,Time[1],High[1]+5*Point);

   ObjectSetInteger(0, objName, OBJPROP_ANCHOR, ANCHOR_TOP);

   ObjectSetInteger(0,objName,OBJPROP_ARROWCODE, 234);

   ObjectSetInteger(0,objName,OBJPROP_WIDTH, 4);

   ObjectSetInteger(0,objName,OBJPROP_COLOR, clrMagenta); 

Ada Pertanyaan Mengenai Coding Mql4 Object Arrow Up / Arrow Down? Silahkan Tuliskan diKolom Komentar atau Hubungi ke Kontak Kami.

0 comments: