Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

"MarketPosition(Pair, Account)"

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

    "MarketPosition(Pair, Account)"

    Hi Ray,

    I was happy to see that "MarketPosition(Pair, Account)" was going to keep working with GAIN even after restarting Ninja 6.5 (it did not in version 6). But it is not. The following works fine (returns real position from Gain) until I restart 6.5. After the restart, it sometimes returns the correct position and sometimes just returns "0" even when we are in a trade.

    This is very important to us. Any suggestions?

    Thanks, Bill



    DefineDLLFunc: "NtDirect.dll", int, "MarketPosition", lpstr, lpstr;
    inputs: Pair("$EURUSD"), Account("10011234");

    if lastbaronchart and NTConnected(1) then begin
    value1=MarketPosition(Pair, Account);
    end;

    plot1(value1);

    #2
    Bill,

    Dierk has responded to your email inquiry.
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    600 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    346 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    558 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X