Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    Brandon H.NinjaTrader Customer Service

    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 fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,404 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      95 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      8 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      159 views
      0 likes
      Last Post loganjarosz123  
      Started by Belfortbucks, Yesterday, 09:29 PM
      0 responses
      8 views
      0 likes
      Last Post Belfortbucks  
      Working...
      X