i am able to identify current bar as 'inside day' by adding colored tails. this works fine.
i would like this identificantion to stay with the 'inside day' as it moves into history. the identificationt dissappears wen the next new bar forms.
if (nState == BARSTATE_NEWBAR) {
**tests for inside day and tagging bar**
}
the BARSTATE_CURRENTBAR
and BARSTATE_ALLBARS
don't solve problem.
any ideas?
thanks,
peter
i would like this identificantion to stay with the 'inside day' as it moves into history. the identificationt dissappears wen the next new bar forms.
if (nState == BARSTATE_NEWBAR) {
**tests for inside day and tagging bar**
}
the BARSTATE_CURRENTBAR
and BARSTATE_ALLBARS
don't solve problem.
any ideas?
thanks,
peter
Comment