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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      72 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      39 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X