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

AllTrades.TradesCount - PDT Pattern Day trade rule

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

    AllTrades.TradesCount - PDT Pattern Day trade rule

    I have looked at the documentation for the TradesCount method in the trades collection, but it doesn't specify over what period of time, or underlying symbols (if any differentiation), or account that it provides a count for.

    What period of time does TradesCount provide a count for? How to specify the last 7 days?
    Is it possible to specify all trades for all strategies for each account?
    How would one specify the count of trades within a period of time in a specific account?

    #2
    Hello AnotherWorkingHomeless, thanks for writing in.

    The SystemPerformance class will provide the performance of the strategy from the start of historical data (i.e. the leftmost bar on the chart) to the current forming realtime bar.

    If you need a time filter on the trades, your strategy would need to calculate this manually by iterating over the SystemPerformance.AllTrades list and selecting only the trades that fall into the specified time range.

    Strategies can only run on one account at a time, there is no supported way of getting all trades for all strategies on multiple accounts.

    The Account class has a list of Executions within, but this list is cleared every 24 hours. There is no supported way of getting executions from the database at this time.


    Please let me know if I can assist any further.

    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by suroot, 02-25-2017, 04:43 AM
    11 responses
    2,546 views
    0 likes
    Last Post Zilvercat  
    Started by Rogers101, 05-05-2024, 11:30 AM
    16 responses
    50 views
    0 likes
    Last Post Rogers101  
    Started by ninza33, Today, 12:31 PM
    2 responses
    9 views
    0 likes
    Last Post ninza33
    by ninza33
     
    Started by Bobin, 03-12-2024, 08:51 AM
    15 responses
    481 views
    0 likes
    Last Post fiddich
    by fiddich
     
    Started by Skifree, Today, 11:21 AM
    4 responses
    15 views
    0 likes
    Last Post Skifree
    by Skifree
     
    Working...
    X