Announcement

Collapse
No announcement yet.

EFS Restriction?

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

  • EFS Restriction?

    I am working on this efs posted in the chart below. The line on the right are markers of the pivots. (so I don't have to look back) I would like to retsrict these lines to say the last 5 pivots of each high & low pivots. I could'nt figure it out, could anyone help?

    Did'nt post efs because I want to keep in confidential for now until I am done.

    Fibbgann
    Attached Files
    Excellent book on JavaScript for beginners

  • #2
    I am assuming you want the display of the pivots restricted to the last 5.

    If that is the case, create a counter that starts at 1, increments at each pivot and when it gets to 6, reset to 1. Use the output of the counter as the id for the draw object. That way, you will only have 5 at one time displayed.

    You probably want to use a range of numbers for the counter, different than 1 to 5, that would not have a chance of being duplicated by any other drawing function.

    Regards,

    Comment

    Working...
    X