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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      67 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      149 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      99 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      286 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X