Hi,
I am using
drawTextRelative(lowBar, 50, "l", Color.red, null, Text.CENTER | Text.BOLD | Text.RELATIVETOTOP,"Wingdings", 16, "lowBarDot");
on 1 min bar charts and am noticing a drift in the dot displayed. The variable lowBar is fixed at a value that does not change
The draw statement sits inside
if(getBarState() == BARSTATE_NEWBAR) {
......
}
Am I missing something here? The drawTwxtRelative is behaving like drawTextAbsolute. Any suggestions for a fix? Any help would be greatly appreciated. I am running the latest version of eSignal.
Regards,
Jane
I am using
drawTextRelative(lowBar, 50, "l", Color.red, null, Text.CENTER | Text.BOLD | Text.RELATIVETOTOP,"Wingdings", 16, "lowBarDot");
on 1 min bar charts and am noticing a drift in the dot displayed. The variable lowBar is fixed at a value that does not change
The draw statement sits inside
if(getBarState() == BARSTATE_NEWBAR) {
......
}
Am I missing something here? The drawTwxtRelative is behaving like drawTextAbsolute. Any suggestions for a fix? Any help would be greatly appreciated. I am running the latest version of eSignal.
Regards,
Jane
Comment