Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem reading from indicator

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

    Problem reading from indicator

    Hi

    I have modified a script found on this forum and I am trying to get a strategy to read from this indicator

    I am looking for the RangeHigh and RangeLow but my strategy will not find either of these or neither of the highestHigh or lowestLow

    Any ideas what i am doing wrong

    Thanks in advance

    Richard
    Attached Files

    #2
    Hello Richard,

    You should be able to access RangeHigh and RangeLow by doing the following:

    Code:
    if (YONhilo().RangeHigh[0] > YONhilo().RangeLow[0])
    // Do something
    If you are still having issues, how are your trying to access your Indicator inside your Strategy?

    Let us know if we can be of further assistance.
    JCNinjaTrader Customer Service

    Comment


      #3
      thank you

      your a genius

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      647 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      368 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      571 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X