Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer Strategy Builder

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

    Market Analyzer Strategy Builder

    Hi, was wondering if it would be possible to develop an indicator that can access another indicator's value and compare it to the last price for use in Market Analyzer and Strategy Builder, using +1 and -1.

    Thanks

    #2
    Hello tunabomb,

    Thanks for your post.

    Yes, you could create an indicator that adds a plot to the indicator using the AddPlot() method. You could then access another indicator's value using the system indicator method of the indicator you want inside the custom indicator to compare that value to the last close price (Close[1]) or current close price (Close[0]) and assign a value of 1 or -1 to the custom indicator's plot.

    The indicator's plot could then be referenced in a NinjaScript strategy in the Strategy Builder. You could also add the indicator as a Column to the Market Analyzer window.

    See the help guide documentation below for more information.

    AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
    System Indicator Methods: https://ninjatrader.com/support/help...indicators.htm
    PriceSeries: https://ninjatrader.com/support/help...riceseries.htm
    Strategy Builder: https://ninjatrader.com/support/help...gy_builder.htm
    Market Analyzer - Working with Columns: https://ninjatrader.com/support/help...th_columns.htm

    Below is a link to a forum post with helpful information about getting started with NinjaScript.
    https://ninjatrader.com/support/foru...040#post786040
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    577 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 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
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X