Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Transferring indicator parameters to other indicators

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

    Transferring indicator parameters to other indicators

    Hello All,

    Hope you are doing good !!

    What I'm trying to do is to set up in one indicator (reference indicator) some parameters which also should be the same for two other indicators attached to the chart. For Instance:

    1. In Reference Indicator when it is applied to the chart I set up factor value based on the following code:
    [NinjaScriptProperty]
    [Display(Name = "01. Factor", Description = "Description of input goes here", GroupName = "01. Indicator Parameters", Order = 1)]
    public double Factor
    {
    get { return factor; }
    set { factor = Math.Max(1, value); }
    }
    2. Next, I need to attach two others indicators where I need to set up the same parameter. I would like to have some way to transfer such value to other indicators.
    I walked through SampleBoolSeries script and I don't see an answer for my issue

    Hope to get any suggestion and advice !!

    Thanks in advance

    #2
    Hello kanarkia,

    Thank you for your note.

    You would manually have to copy paste this code to each indicator.

    There is a feature request for a way to have user input parameters span across more than 1 indicator without having to add the code to each indicator for which I will add your vote to.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Hi,

      Thanks for clarification. I looking forward for such feature in future. I hope sooner than later

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      44 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      54 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      34 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      94 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      56 views
      0 likes
      Last Post PaulMohn  
      Working...
      X