Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator: Ensuring indicator plots are valid before programmatically accessing them

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

    Indicator: Ensuring indicator plots are valid before programmatically accessing them

    When accessing NinjaScript indicators in other scripts it is important to check if the hosted indicator's plot values are already set prior to use in the hosting script. This check ensures that proper values are always used and that irrelevant values do not throw off the script logic. This reference sample demonstrates how to run these checks in a hosting indicator by checking another hosted indicator for set plot values.

    Another example for when you would want to use this is if you were trying to access the Pivots indicator, but did not have enough days loaded to properly calculate those values yet. Basing logic on the Pivots in such a scenario would yield values that are not useful and can be detrimental if not handled correctly in your code.

    Key concepts in this example:
    • Checking indicator plots for valid values
    • Handling logic for when the indicator plots are not valid


    Attached archive contains two indicator files.
    • SampleEveryNBarTest is the hosting indicator
    • SampleEveryNBar is the hosted indicator


    Note: When hosting an indicator in an Indicator column in the Market Analyzer you will need to manually ensure enough bars back are loaded for the indicator to calculate correctly.

    Important related documentation:

    NinjaTrader 8

    NinjaTrader 7

    Import instructions:

    NinjaTrader 8
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu Tools > Import > NinjaScript
    3. Select the downloaded file


    NinjaTrader 7
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu File > Utilities > Import NinjaScript
    3. Select the downloaded file and click Import.
    Attached Files
    Last edited by NinjaTrader_Jesse; 06-25-2015, 11:07 AM.
    Josh P.NinjaTrader Customer Service

Latest Posts

Collapse

Topics Statistics Last Post
Started by jclose, Today, 09:37 PM
0 responses
5 views
0 likes
Last Post jclose
by jclose
 
Started by WeyldFalcon, 08-07-2020, 06:13 AM
10 responses
1,413 views
0 likes
Last Post Traderontheroad  
Started by firefoxforum12, Today, 08:53 PM
0 responses
11 views
0 likes
Last Post firefoxforum12  
Started by stafe, Today, 08:34 PM
0 responses
11 views
0 likes
Last Post stafe
by stafe
 
Started by sastrades, 01-31-2024, 10:19 PM
11 responses
169 views
0 likes
Last Post NinjaTrader_Manfred  
Working...
X