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 ageeholdings, Today, 07:43 AM
    0 responses
    5 views
    0 likes
    Last Post ageeholdings  
    Started by pibrew, Today, 06:37 AM
    0 responses
    4 views
    0 likes
    Last Post pibrew
    by pibrew
     
    Started by rbeckmann05, Yesterday, 06:48 PM
    1 response
    14 views
    0 likes
    Last Post bltdavid  
    Started by llanqui, Today, 03:53 AM
    0 responses
    6 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    12 views
    0 likes
    Last Post burtoninlondon  
    Working...
    X