Announcement

Collapse
No announcement yet.

Using HI, LOW and Open from esignal provided efs TodaysDailyBars.efs

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

  • Using HI, LOW and Open from esignal provided efs TodaysDailyBars.efs

    I programmed some indicators using candle sticks. I do not want to see these indicator unless its lower shadow touches (near) todays low.
    I have other indicators for top reversal that I need to know how to tiger when at (near) OPEN and High for the day.
    I am trying to make it simple by using esignal TodaysDailyBars.efs as a value reference. but I do not know how to refer to it from my formula.
    Please advise
    Thanks
    Attached Files
    Tom Shadi

  • #2
    Tom
    With EFS2 you no longer need to reference that formula to retrieve daily low, high, etc. You can directly access those values using the functions low(inv("D")) or high(inv("D")), etc. For more information on these functions see the EFS2 Function Reference in the EFS KnowledgeBase
    Alex

    Comment

    Working...
    X