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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        71 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        43 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        25 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        28 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        56 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X