Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninjatrader Trendlines Indicator Script Ready version

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

    Ninjatrader Trendlines Indicator Script Ready version

    Just curious if ya'll are aware of anyone who has created a ninjascript-ready version of this in-house indicator. Guys it's the only one I've found that works correctly; and works flawlessly in script on the initial crossover & thereafter generates cross signals outta nowhere. Chart always works as should... As always, Ninja custom indicators cannot be modified so possible send me in a direction to grab a script-ready version that works as good as this one?

    Thanx
    Attached Files

    #2
    Hello johnMoss,

    Thanks for your post.

    What exactly are you referring to when you mention "a ninjascript-ready version of this in-house indicator" so we may accurately assist?

    This is a NinjaScript system indicator that comes with NinjaTrader by default.

    You could print out the TrendLines indicator plot to see how the plot value is evaluating. For example:

    Code:
    double value = TrendLines(5, 4, 25, true)[0];
    Print("The current Trend Lines value is " + value.ToString());​
    See this help guide page for more information about TrendLines(): https://ninjatrader.com/support/help...rend-lines.htm
    <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


      #3
      Hi Brandon Thank you...

      Print revealed system was taking entries that numerically were correct due to current trendline changing to a new trendline & hence meeting criteria on that bar. Figured solution;

      GTG...

      Comment

      Latest Posts

      Collapse

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