0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
//--- indicator buffers mapping //UP Arrow Buffer SetIndexEmptyValue(0,0.0); SetIndexStyle(0,DRAW_ARROW,0,EMPTY); SetIndexArrow(0,233); SetIndexBuffer(0,UP); //DOWN Arrow Buffer SetIndexEmptyValue(1,0.0); SetIndexStyle(1,DRAW_ARROW,0,EMPTY); SetIndexArrow(1,234); SetIndexBuffer(1,DOWN);