rotichmordecai / Publications
Forum
EA code to read from this non repainting Indicator
int init() { SetIndexBuffer(0, Uptrend); SetIndexStyle(0, DRAW_ARROW, EMPTY, 2, SkyBlue); SetIndexArrow(0, 158); SetIndexLabel(0, "NgepeBarak"); SetIndexEmptyValue(0, 0); SetIndexBuffer(1, Dntrend); SetIndexStyle(1, DRAW_ARROW, EMPTY, 2, Gold); SetIndexArrow(1, 158); SetIndexLabel(1, "WendiNgony");