Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Changing risk-free rate of return for Sharpe ratio

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

    Changing risk-free rate of return for Sharpe ratio

    As the subject title goes, how would I go about changing the risk-free rate of return for the Sharpe ratio calculated by the strategy analyzer?

    I saw the suggestion to use "GetSharpeRatio()" in this thread:
    http://www.ninjatrader.com/support/f...ad.php?t=46780 but I am not sure how to use this. This sounds like a stupid question but where do I paste these 2 sample lines of code for example:

    double sharpeRatio = Performance.AllTrades.TradesPerformance.GetSharpeR atio(0.035);
    Print("The Sharpe ratio based on a 3.5 percent risk-free rate is " + sharpeRatio);

    And of course, I'll just like to make the suggestion that we should be allowed to set this in the GUI.

    #2
    listelle,

    You would want to place these two lines of code :

    double sharpeRatio = Performance.AllTrades.TradesPerformance.GetSharpeR atio(0.035);
    Print("The Sharpe ratio based on a 3.5 percent risk-free rate is " + sharpeRatio);

    Wherever you want to report the Sharpe Ratio. For example, maybe after an order closes or maybe every closing of a bar. It just depends on your needs here.

    Thanks for your suggestion. I will suggest this to development.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      listelle,

      Your suggestion has ID : #1485

      Thanks for your feedback.
      Adam P.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      77 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      45 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      28 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      64 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X