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

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 traderqz, Yesterday, 09:06 AM
      3 responses
      21 views
      0 likes
      Last Post NinjaTrader_ThomasC  
      Started by f.saeidi, Today, 10:19 AM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by kujista, Today, 06:23 AM
      5 responses
      15 views
      0 likes
      Last Post kujista
      by kujista
       
      Started by traderqz, Today, 12:06 AM
      3 responses
      6 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by RideMe, 04-07-2024, 04:54 PM
      5 responses
      28 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X