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 Perr0Grande, Today, 08:16 PM
        0 responses
        2 views
        0 likes
        Last Post Perr0Grande  
        Started by elderan, Today, 08:03 PM
        0 responses
        5 views
        0 likes
        Last Post elderan
        by elderan
         
        Started by algospoke, Today, 06:40 PM
        0 responses
        10 views
        0 likes
        Last Post algospoke  
        Started by maybeimnotrader, Today, 05:46 PM
        0 responses
        12 views
        0 likes
        Last Post maybeimnotrader  
        Started by quantismo, Today, 05:13 PM
        0 responses
        7 views
        0 likes
        Last Post quantismo  
        Working...
        X