Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Wilder Fractal NT8 Indicator

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

    Wilder Fractal NT8 Indicator

    Hi Ninjatrader,

    every year I'm comming around NT8 Wilder's Fractal indicator and always around the same threads.
    Since, it's not possible to use it in the Strategy Builder, nor in Ninjascript it's really hard to put it into use.
    How about to paste the indicator code here in the forum in this thread? Then every one can really use it

    Or at a minimum a sample strategy code how to use it?

    All the best












    #2
    Hello fernlicht,

    Thank you for your post.

    Did you mean the Wiseman Fractal indicator that is built into the platform? That code is not open source and we would be unable to provide the code for the indicator itself, nor would we be be able to provide a strategy that would use it as it appears it does not expose any plots.

    Please let us know if we may be of further assistance to you.

    Comment


      #3
      That is a pity,
      maybe we can find out the logic behind it. As far as I understand for a "Up" fractal this should be the code (below).
      Unfortunatelly, it does not look like the results from your build in indicator which I call like this: AddChartIndicator(this.WisemanFractal(5,10));
      Any chance to send me on the right track?

      Code:
      if
      (
      
      High[0] <= High[2] &&
      High[1] <= High[2] &&
      High[3] <= High[2] &&
      High[4] <= High[2]
      
      )
      {
      Draw.TriangleUp(this, "FractalUp"+CurrentBar, true, 2, High[2] + TickSize, Brushes.Green);
      }

      Comment


        #4
        Hello fernlicht,

        Thank you for your reply.

        As I do not have access to the code for this indicator, I cannot provide direction here. However, I did see a few indicators available on our publicly available User App Share that you may want to check out for guidance:



        Please let us know if we may be of further assistance to you.

        The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

        Comment


          #5
          OK, searching through my indicator library, I found a conversion of this indicator from NT7.
          Probably I've done this in the past but could not remember
          I attach it here for the ones searching for it.
          Cheers

          Attached Files

          Comment

          Latest Posts

          Collapse

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