Announcement

Collapse
No announcement yet.

Help... Scan & Capture...

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

  • Help... Scan & Capture...

    I am trying to write a program as follow:

    Set 1. Scan for Highest High, (then mark this bar)
    Set 2. Then from the Highest High, scan for coming bars to find Lowest Low. (also mark that bar)
    Set 3. Then from bar of Lowest Low(Set 2), a new mark if: A full correction (a single bar or up to combination of 3 bars) which create High High and Higher Low.

    I had tried using formular wizard, but I do not know how to write "scan", and how to "capture reference points"...

    I really appreicate any pointers and help here for any Set of the above condition. I been working on this for a week now and is still getting no where close...

    Thank You so much ahead for your valuable time,
    Robin L

  • #2
    I used Formula Wizard and gotten this far, but I know there are many mistakes in it.

    Espeically on how to tell the Set 2 of where will the pointer/mark be put on the lowest bar.

    And on Set 3 how to compare the next 3 bars after Set 2 of the combination or single bar Higher High & Higher Low...

    vFlag & vFlag1 are there for if (true) ->then statment

    Please help on the Attached script :
    Attached Files
    Last edited by ocean688i; 01-26-2004, 02:33 PM.

    Comment

    Working...
    X