Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Incorrect marketPosition in OnExecutionUpdate()

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

  • NinjaTrader_Jesse
    replied
    Hello,

    I just wanted to reply back, it looks like this is working as expected and the Help guide has been updated to reflect what is expected.


    I look forward to being of further assistance.

    Leave a comment:


  • NinjaTrader_Jesse
    replied
    Hello,

    Thank you for the post.

    I looked at the description and the Printed:

    Print("1 " + execution.MarketPosition + " 2 " + marketPosition + " 3 " + Position.MarketPosition);

    In the script, it is simply entering long and then waiting 10 bars to Exit, this was the output I received:


    Entered internal SubmitOrderManaged() method Action=Buy OrderType=Market
    1 Long 2 Long 3 Long
    Entered internal SubmitOrderManaged() method Action=Sell OrderType=Market
    1 Short 2 Short 3 Flat
    Entered internal SubmitOrderManaged() method Action=Buy OrderType=Market
    1 Long 2 Long 3 Long
    Entered internal SubmitOrderManaged() method Action=Sell OrderType=Market
    1 Short 2 Short 3 Flat

    This seems to be in line with nt7 in regard to the executions MarketPosition being reported as the Direction of the execution while the Strategies position is listed as the actual Position, in that case flat should not be reported as the order would need to have a direction.

    I will need to confirm with Product Management on the expected output of the marketPosition overload, execution.MarketPosition property and the strategies Position objects to ensure this should be listed as is, if so the help guide would likely need re worded or I will submit any needed reports in the case this is not correct.

    I look forward to being of further assistance.

    Leave a comment:


  • tornadoatc
    started a topic Incorrect marketPosition in OnExecutionUpdate()

    Incorrect marketPosition in OnExecutionUpdate()

    Hello,

    I have come across an discrepancy with between the OnExecutionUpdate() and the NT8 documentation.

    Documentation states that the marketPosition value passed into OnExecutionUpdate will be the market position After the Execution.

    It seems when an "Exit on session close" order is found (execution.order.name == "Exit on session close") the marketPosition is other than MarketPosition.Flat. It gives MarketPosition.Long when exiting a Short Position and MarketPosition.Short when exiting a Long Position.

    Thanks,

Latest Posts

Collapse

Topics Statistics Last Post
Started by pmachiraju, 11-01-2023, 04:46 AM
8 responses
147 views
0 likes
Last Post rehmans
by rehmans
 
Started by mattbsea, Today, 05:44 PM
0 responses
5 views
0 likes
Last Post mattbsea  
Started by RideMe, 04-07-2024, 04:54 PM
6 responses
33 views
0 likes
Last Post RideMe
by RideMe
 
Started by tkaboris, Today, 05:13 PM
0 responses
5 views
0 likes
Last Post tkaboris  
Started by GussJ, 03-04-2020, 03:11 PM
16 responses
3,282 views
0 likes
Last Post Leafcutter  
Working...
X