Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Flattend Account

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

    Flattend Account

    Hello,

    I've managed to find the Account definition: https://ninjatrader.com/support/help...ount_class.htm

    There is an example at the bottom. I'm unclear on where the Account class is declared? It has OnStateChanged handler, but Strategies has that as well.

    Is Account a completely separate class? How do I call Flatten from inside of the strategy's OnBarUpdate handler?

    Many Thanks, Caesar.

    #2
    Hello Skechers

    The page you linked to shows how to find an account, this would be used in areas where an account is not normally present like indicators. Strategies already have an account selection so this type of addon code wouldn't be used there.

    To flatten a strategy from within the strategy you would submit exit orders to close its positions.

    Comment


      #3
      Hi Jesse,

      I was advised not to use Exit orders when using SetProfitTarget and SetStopLoss.

      Is that true?

      I also found Position.Close, will that flatten the position in the strategy?

      Thanks, Caesar.

      Comment


        #4
        Hello,

        You can use exit orders while using targets however some types of orders can be ignored. If you are using market orders that would work to close out the position with targets.

        position.close is not a documented method so we couldn't suggest using that for a strategy exit.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        54 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        130 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        72 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        44 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        49 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X