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 WHICKED, Today, 12:45 PM
      2 responses
      18 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by GussJ, 03-04-2020, 03:11 PM
      15 responses
      3,276 views
      0 likes
      Last Post xiinteractive  
      Started by Tim-c, Today, 02:10 PM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      5 views
      0 likes
      Last Post Taddypole  
      Started by chbruno, 04-24-2024, 04:10 PM
      4 responses
      51 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Working...
      X