Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unable to save Template StochRSIMod Indicator NT8 by NinjaTrader_BrandonH.

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

    Unable to save Template StochRSIMod Indicator NT8 by NinjaTrader_BrandonH.

    Hi, I'm having issues with this indicator StochRSIMod Indicator NT8 by NinjaTrader_BrandonH.

    I can't save a custom indicator template, I get the attached Error message.

    Also, cannot save the indicator as a part of a chart template.

    Thanks in advance.

    #2
    Hello chinook77, thanks for letting us know. TI confirmed there is an issue with the color properties. We will make a revised version of the script ASAP.

    Thanks in advance for your patience.
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the response.

      Can I ask an option for:

      - Disabling arrows.

      - Customize candle color (default values are not friendly to the eye with the slate gray background).

      Best regards.

      Comment


        #4
        Hello chinook77,

        Thank you for your note.

        Attached you will find the revised version of the StochRSIMod2_NT8 indicator script. The indicator is now able to be saved in a custom indicator template.

        This indicator was converted from a NinjaTrader 7 indicator and we cannot make the additional modifications you requested. That being said, you would be able to modify the script to accomplish your goals in a NinjaScript Editor window (New > NinjaScript Editor).

        Disabling arrows drawn by the indicator could be accomplished by using a public bool property to toggle the draw objects in the script. For example, your logic could check if the bool property is true (checked/enabled) to draw arrows on the chart. If the bool property is false (unchecked/disabled) then do not draw arrows on the chart.

        See the help guide documentation below for more information about NinjaScriptProperty.
        NinjaScriptProperty - https://ninjatrader.com/support/help...yattribute.htm

        Customizing candle colors in the indicator script could be accomplished by creating a public Brush property. The initial brush color would be set in State.SetDefaults, then you would assign the brush to CandleOutlineColor and BarBrush to change the color of the candle. The color of the bar would then be able to be selected in the Properties section when adding the indicator to a chart.

        See the attached example script demonstrating how this would be accomplished. Also, see the help guide documentation for more information.
        Working with Brushes - https://ninjatrader.com/support/help...th_brushes.htm
        User-definable color inputs - https://ninjatrader.com/support/help...lor_inputs.htm

        Please note the following: You may also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our NinjaTrader Ecosystem team follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.

        Let us know if we may assist further.
        Attached Files
        Brandon H.NinjaTrader Customer Service

        Comment


          #5
          Thanks for the quick fix. It works ok now.

          Best regards.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by rtwave, 04-12-2024, 09:30 AM
          5 responses
          37 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by funk10101, Today, 12:02 AM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by GLFX005, Today, 03:23 AM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Erick  
          Started by nandhumca, Yesterday, 03:41 PM
          1 response
          13 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by The_Sec, Yesterday, 03:37 PM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Working...
          X