Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Lot size Interactive brokers

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

    Lot size Interactive brokers

    Hi. I would like to open for EnterLong() position in EURUSD with Interactive Brokers and there is problem, that Ninja trader open just very small position. If I change order to EnterLong(20000)-> 0.2 lot, there is no realised trade. Could you please help me with setup for example 0.5lot (50000$) position? Thank you

    #2
    Hi Hanysfx,

    Thank you for posting.

    The reason you got no realized trade with 20,000 is because IB needs to be a minimum of 25K.
    Your code should look like -
    Code:
    EnterLong(25000, "");
    For a 50,000 you would just replace the 25000 with 50000.

    This forum post goes over how to use the 25K minimum with IB.
    http://www.ninjatrader.com/support/f...ad.php?t=17716

    I am also linking our online help guide on Automated trading with Forex.
    http://www.ninjatrader.com/support/h...strategies.htm

    Please let me know if I can be of further assistance
    Cal H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    106 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    54 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    36 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    38 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    74 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X