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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    72 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    39 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X