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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      72 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      39 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X