Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Analyzer - Subfolder indicator Input issues

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

    Analyzer - Subfolder indicator Input issues

    Sorry if this has been answered already.

    Basically sub-folder indicators are not holding custom DataSeries as inputs.
    I suspect it is the other way around too.

    Please see the attachment below.

    1. I insert an indicator from my sub-folder collection into Analyzer.
    2. I place an RSI as Input series.
    It defaults back to 'Close' as input.

    1. I insert a cloned indicator now from the indicator folder itself into Analyzer.
    2. I place an RSI as Input series.
    It works.

    Thank you.
    Attached Files

    #2
    Hello,

    Thank you for the question.

    I tried a basic sample of this on my end but see the same value when using a indicator from a custom folder and one from the standard folder.

    Could you provide a simplified example of this that demonstrates the problem for me to review?

    The test I had conducted was simply plotting the Input value to ensure there was no other user logic involved which may not plot or create a invalid plot where the Close price would be used instead.
    Code:
    Value[0] = Input[0];
    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      It works for me now, Thank you Sorry for your trouble.

      I had a look at my code. It could have been one of two things:

      Code:
      if (Double.IsNaN(input0) || Double.IsInfinity(input0))
      return;
      Or maybe it was this:
      I am asking it within State.DataLoaded to do something. Maybe in Analyzer this is a problem?

      I can't be too specific at this stage. If I have any more issues upon debugging my 'problem' I will reactivate this thread. Thank you!

      Comment


        #4
        Hello,

        I would be unsure regarding the DataLoaded portion of the question, really that would just need tested to find the answer if that is at fault. Without more specifics it would be hard to say what is happening. In the case you do narrow it down please reply here and I will be notified so we can look further into it.

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment


          #5
          Thank you Jesse. I'm experimenting a little outside the NT8 comfort zone so it's not your average indicator.
          However I was playing around with 'public override string DisplayName' but was adding a 'Bar.Instrument' reference to it which made it throw an exception since there were no bars yet loaded.
          Should be fine now.
          Thanks for your time.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by bortz, 11-06-2023, 08:04 AM
          47 responses
          1,606 views
          0 likes
          Last Post aligator  
          Started by jaybedreamin, Today, 05:56 PM
          0 responses
          8 views
          0 likes
          Last Post jaybedreamin  
          Started by DJ888, 04-16-2024, 06:09 PM
          6 responses
          18 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by Jon17, Today, 04:33 PM
          0 responses
          4 views
          0 likes
          Last Post Jon17
          by Jon17
           
          Started by Javierw.ok, Today, 04:12 PM
          0 responses
          13 views
          0 likes
          Last Post Javierw.ok  
          Working...
          X