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 WeyldFalcon, 08-07-2020, 06:13 AM
11 responses
1,422 views
0 likes
Last Post jculp
by jculp
 
Started by RubenCazorla, Today, 09:07 AM
0 responses
4 views
0 likes
Last Post RubenCazorla  
Started by BarzTrading, Today, 07:25 AM
2 responses
29 views
1 like
Last Post BarzTrading  
Started by devatechnologies, 04-14-2024, 02:58 PM
3 responses
21 views
0 likes
Last Post NinjaTrader_BrandonH  
Started by tkaboris, Today, 08:01 AM
0 responses
6 views
0 likes
Last Post tkaboris  
Working...
X