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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X