Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Relative Performance Indicator

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

    Relative Performance Indicator

    Hey everyone,

    NT staff or users, where might I find a NT 7 Relative Performance Indicator similar to this:

    http://finviz.com/futures.ashx (scroll down it is on the left side vertical histogram). The indicator does not have to look like that . . . just the same info. The ability to define the open and close points would be great as well. I am still looking myself and if I find something, then I will also post here back.

    Thanks in advance.

    @koganam would you have any idea as well?

    Thanks everyone.



    Greg

    #2
    Hello Greg,

    Thank you for your post.

    I am not aware of such an indicator for NinjaTrader. If you would like to have this developed you can discuss your requirements with any of our certified NinjaScript consultants.
    Click here for a list of certified NinjaScript Consultants: http://www.ninjatrader.com/Ecosystem/NonBroker.php#81

    Please let me know if you have any questions.

    Comment


      #3
      Originally posted by birdog View Post
      Hey everyone,

      NT staff or users, where might I find a NT 7 Relative Performance Indicator similar to this:

      http://finviz.com/futures.ashx (scroll down it is on the left side vertical histogram). The indicator does not have to look like that . . . just the same info. The ability to define the open and close points would be great as well. I am still looking myself and if I find something, then I will also post here back.

      Thanks in advance.

      @koganam would you have any idea as well?

      Thanks everyone.



      Greg
      I have not written one, but it seems straight-forward enough.
      1. Multi-instrument (40) indicator..
      2. Calculate relative performance. i.e., 100 * (Close[0] - Close[1])/Close[1]; for each BarsInProgress, or uses Closes[0] ...
      3. Place them in a sorted Array, ArrayList, of some other kind of list.
      4. Draw horizontal histogram, based on values

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      603 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      349 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      104 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
      560 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X