Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem with MarketPosition.Flat

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

    Problem with MarketPosition.Flat

    I'm pretty sure there is a problem with MarketPosition.Flat

    This works .. for determining if I'm not in a Long or Short ...

    if (Position.MarketPosition != MarketPosition.Short && Position.MarketPosition != MarketPosition.Long )

    But this seems to be a no-op
    if (Position.MarketPosition == MarketPosition.Flat)

    6 b2 Plus Dierks mods from last week





    #2
    imported post

    I am 100% positive that it does work.

    Try this:

    Print(Position.MarketPosition.ToString());
    if (Position.MarketPosition == MarketPosition.Flat)
    Print("Confirm I am flat");
    Ray
    RayNinjaTrader Customer Service

    Comment


      #3
      imported post

      Of course you are right.
      I had the strategy running on two charts and I was seeing the debug output from a 'flat' strategy mixed in my long output.

      A second question ...

      Is there a method I can use to determine the active instrument?






      Comment


        #4
        imported post

        Do you mean printing out what Instrument the strategy is running? If yes, try this -

        http://www.ninjatrader-support.com/H...tFullName.html

        Ray
        RayNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        56 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        143 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        160 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        96 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        276 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X