Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Order quantity bug

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

    Order quantity bug

    In the following code snippet, NT sets the order quantity to 1 even though the quantity parameter equals 0.

    MyPositionSize = ...(some calculation, result possibly zero, meaning no trade):
    EnterLongLimit(0, true, MyPositionSize, MyLimitPrice, "MySigName");

    This is screwy behavior if the function is designed this way. A quantiy of zero should mean zero (ie no trade), not a quantiy of 1.

    The work around is obvious, ie place the function within a conditional, ie
    if (PositionSize != 0)
    EnterLongLimit(...);

    but I think the right thing to do is fix the function itself.

    #2
    Thank you for the suggestion. I have forwarded it to development.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    26 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, Yesterday, 09:53 PM
    2 responses
    49 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    192 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,235 views
    0 likes
    Last Post xiinteractive  
    Working...
    X