Announcement

Collapse
No announcement yet.

identifying indide day

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • identifying indide day

    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

  • #2
    Re: identifying indide day

    peter
    The issue is probably due to how you are tagging the inside bar.
    Post the code you are using and someone may be able to assist you
    Alex


    Originally posted by peterjerome
    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

    Comment


    • #3
      alexis,
      i resolved the problem.
      i failed to invrement the drawLineRelative statement.
      the world is back in order,
      thanks,
      peter.

      Comment

      Working...
      X