Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to create a new indicator by modifying current one

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

    How to create a new indicator by modifying current one

    Hi,

    I'd like to do a simple modification of a current indicator. In the system, Bollinger Band uses SMA of close price for calculation. Instead, I want to change close price to "(high + low + close) / 3". How can I do this simple change? I don't know about coding.

    Thank you!

    #2
    Hello HiddenPhilosopher,

    Welcome to the NinjaTrader forums!

    The Typical may already be an existing data type that you can select for the SMA Input Series in the Price Type drop-down.



    If the Typical price type is not what you are wanting, this would require coding as you are wanting a custom calculation with custom math.

    The custom calculations for each bar can be saved to a custom Series<double>, and this can the input series supplied to the SMA indicator.

    Below is a link to the help guide.


    And a link for a forum post with helpful information about getting started with NinjaScript.


    You can 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 business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    563 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    329 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X