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

SystemPerformance structure

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

    SystemPerformance structure

    Is there any place where I can find the structure of SystemPerformance that is used to write custom optimization codes?

    So, far I have been able to come up with the following (where each indentation means a subclass/method/function):

    SystemPerformance
    - AllTrades
    -- Count
    -- TradesPerformance
    --- GrossProfit
    --- GrossLoss
    --- Percent
    ---- Drawdown
    ---- AvgProfit
    ---- StdDev
    --- SharpeRatio
    --- ProfitFactor
    --- Currency
    ---- AvgMfe
    -- Trade t
    --- ProfitPoints
    --- Quantity
    --- Entry
    ---- Instrument
    ----- MasterInstrument
    ------ PointValue
    -- WinningTrades (same as AllTrades)
    -- LosingTrades (same as AllTrades)
    -- TradesCount
    - LongTrades (same as AllTrades)
    - ShortTrades (same as AllTrades)

    #2
    Hello uday12,

    The Performance Collection is partially documented in the help guide.
    http://ninjatrader.com/support/helpG...erformance.htm

    Anything that is undocumented, there is not an expected behavior that have tested for and documented. This means while undocumented objects can be used, this would be at your discretion.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cre8able, 02-11-2023, 05:43 PM
    3 responses
    236 views
    0 likes
    Last Post rhubear
    by rhubear
     
    Started by frslvr, 04-11-2024, 07:26 AM
    8 responses
    113 views
    1 like
    Last Post NinjaTrader_BrandonH  
    Started by stafe, 04-15-2024, 08:34 PM
    10 responses
    46 views
    0 likes
    Last Post stafe
    by stafe
     
    Started by rocketman7, Today, 09:41 AM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by traderqz, Today, 09:44 AM
    2 responses
    10 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X