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 rocketman7, Today, 09:41 AM
      3 responses
      7 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by traderqz, Today, 09:44 AM
      2 responses
      4 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by stafe, 04-15-2024, 08:34 PM
      8 responses
      40 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by rocketman7, Today, 02:12 AM
      7 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by guillembm, Yesterday, 11:25 AM
      3 responses
      16 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X