Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AddChartIndicator: Help with visuals

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

    AddChartIndicator: Help with visuals

    I have Double Stochastics being added into my strategy via this line in which "DstochsPeriod" is a variable I can input through the strategy to change the period of Double Stochastics.

    AddChartIndicator(DoubleStochastics(Close, DstochsPeriod));

    I also have two variables for the upper line and lower line of Double Stochastics defined as

    UpperDstochs & LowerDstochs

    How can I go about getting the added indicator to show the lines according to the variables I have input?

    Also, by default the Double Stochastics line is set to a thickness of 1 by default and I'm wondering how I can set it to 2 within the strategy?

    #2
    Hello Rogue_Two,

    Thanks for your post.

    You would use the ChartIndicators collection to modify the particulars of the plots or lines of the added indicator. Reference: https://ninjatrader.com/support/help...indicators.htm

    I've added an example from your description and showed a couple of other options.
    Attached Files

    Comment


      #3
      Awesome! Thank you Paul!

      What would be the field to change the actual Double Stochastics red line width?

      Comment


        #4
        Hello Rogue_Two,

        Thanks for your reply.

        To change the Plot you would use something like:

        ChartIndicators[0].Plots[0].Width = 4;

        Comment


          #5
          Awesome! Thank you again!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by NullPointStrategies, Yesterday, 05:17 AM
          0 responses
          79 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          146 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          79 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          52 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          58 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X