ถ้าจะโมดิฟายแก้ไข indicator จากลูกศร ไปเป็น คำว่า buy หรือ Sell เขียน code ยังไงครับ
แก้ไขที่ตรงใหนครับ หรือ ขอ indicator ตัวอย่าง ที่โมแก้ไขแล้วก็ได้ครับ
//--- 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);