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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      160 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      245 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      348 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      178 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X