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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      60 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      146 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      161 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      97 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      284 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X