Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Moving Average in Market Analyzer NT7

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

    Moving Average in Market Analyzer NT7

    Hello there,

    I was looking for clarification on setting up a custom indicator in MA for NT7:

    1. I add my custom indicator via Market Analyzer > Columns > Choose "Indicator"

    My largest EMA period in my code is 75.
    2. > General > # bars to look back: 75

    My question is this the correct logic behind MA with a moving average?

    - In MA it is looking back 75 bars to get the EMA value or needs that many BarsRequired before it can get a calculation?

    #2
    Hello ij001,

    You can imagine the # bars to look back setting as the number of bars that would be on a chart. (In fact you can set Load data based on to bars and set this to 75 on a chart and add the indicator to visualize this)

    When an indicator has the full period it will calculate using the full period. If the not all of the bars are available, the Moving Average indicators specifically that are included with NinjaTrader will begin calculating once the BarsRequiredToPlot is satisfied (which is set to 20 in these scripts).
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Sparkyboy, Today, 10:57 AM
    0 responses
    1 view
    0 likes
    Last Post Sparkyboy  
    Started by TheMarlin801, 10-13-2020, 01:40 AM
    21 responses
    3,916 views
    0 likes
    Last Post Bidder
    by Bidder
     
    Started by timmbbo, 07-05-2023, 10:21 PM
    3 responses
    152 views
    0 likes
    Last Post grayfrog  
    Started by Lumbeezl, 01-11-2022, 06:50 PM
    30 responses
    809 views
    1 like
    Last Post grayfrog  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Erick  
    Working...
    X