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

IB % profit for the current month

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

    IB % profit for the current month

    via IB live account is the % profit for the current month accessible via NT? Regards to all.

    #2
    Hello elliot5,

    Thanks for your post.

    You could access the TradesPerformance collection to get the ProfitPerMonth percentage in a strategy. For example, you could print out the ProfitPerMonth percentage of all trades using the following code.

    // Print out the profit per month of all trades
    Print("Profit per month of all trades is: " + SystemPerformance.AllTrades.TradesPerformance.Perc ent.ProfitPerMonth);

    See the help guide pages below for more information:

    ProfitPerMonth: https://ninjatrader.com/support/help...itpermonth.htm
    TradesPerformance: https://ninjatrader.com/support/help...erformance.htm

    Let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Thank you - yes I had seen that access - was just wondering if NT can access some of the features of the IB client portal. I will use the code you suggest. Many thanks for the great service.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by f.saeidi, Yesterday, 02:09 PM
      3 responses
      18 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Jltarrau, Today, 05:57 AM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by kujista, Today, 06:23 AM
      0 responses
      2 views
      0 likes
      Last Post kujista
      by kujista
       
      Started by traderqz, Yesterday, 04:32 PM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by f.saeidi, Today, 05:56 AM
      1 response
      5 views
      0 likes
      Last Post Jltarrau  
      Working...
      X