Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

position flat trading 2 strategies on same instrument

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

    position flat trading 2 strategies on same instrument

    Hi,

    I have 2 strategies which I would like to run at the same instrument.
    In both strategies one of the entry conditions is
    if(Position.MarketPosition==MarketPosition.Flat)

    My questions are

    a) When I run both strategies at the same chart and I have a position in one strategy how is the condition Position.MarketPosition==MarketPosition.Flat for the other strategy evaluated by NT. Am I flat or do I have a position?

    b) When I run the strategies on separate charts. Does a position in one strategy influence that entry condition of the other strategy.

    #2
    Position.MarketPosition is the strategy and not the account position -> both strategies run independently.

    Comment


      #3
      That was helpfull, thanks Dierk.
      How do I access the Broker Position and check it the Broker Position is flat?
      e.g. if (Position.Quantity != 0) { *something usefull* } ... ?

      thx,
      Nathamus

      Comment


        #4
        Unfortunately this is not supported.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        68 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        38 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        63 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X