Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

order ID changed?

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

  • NinjaTrader_Ray
    replied
    imported post

    You can't. Tomorrow we will release an update that will resolve the issue.

    Leave a comment:


  • BCA
    replied
    imported post

    Howcan activate\change a strategy not using the NTCommand? In other words, how can I solve the problem below under current NT version.

    Thank you!

    Leave a comment:


  • NinjaTrader_Ray
    replied
    imported post

    This is a bug that will be fixed in the next update due out tomorrow. Just to eloborate, this only happens when placing an order and referencing a strategy template to execute.

    Leave a comment:


  • BCA
    started a topic order ID changed?

    order ID changed?

    Hello,

    I'm trying to code my trading plan with Esignal and I've got the following problem.

    Here is a part of my code:

    if ( NTConnected() && NTMarketPosition("Sim101") == 0 && isLastBarOnChart())
    {
    orderID = NTNewOrderId();

    NTCommand("Place","Sim101","Sell",size,"STOPLIMIT" , low()-0.0001, low()-0.0001,"","",orderID, "EUROFUTURES","");
    }

    orderID is a global variable.

    Later I'm trying to change this order:

    if ( NTConnected() && NTMarketPosition("Sim101") == 0 && isLastBarOnChart()) {
    NTChange(orderID,size,low()-0.0001, low()-0.0001);
    }

    However, I've got an error in my log:

    PM,AutoTrade,OIF, 'Change;;6E 03-06;;1;;1.1888;1.1888;;;08B9117857A54E9DB357DDFB8EB 9DA67;;' order with ID/Name'08B9117857A54E9DB357DDFB8EB9DA67' does not exist,

    I think it was change from 08B9117857A54E9DB357DDFB8EB9DA67 to something like '84670cf7aea247b5abc167491221a8af/Sim101'

    PM,Order,Order='84670cf7aea247b5abc167491221a8af/Sim101' Name='Entry' New State=PendingSubmit Instrument='6E 03-06' Action=Sell Limit price=1.1887 Stop price=1.1887 Quantity=1 Type=StopLimit Filled=0 Fill price=0 Error=NoError Native error='',

    Where am I wrong?

    Thanks!

Latest Posts

Collapse

Topics Statistics Last Post
Started by Segwin, 05-07-2018, 02:15 PM
10 responses
1,768 views
0 likes
Last Post Leafcutter  
Started by Rapine Heihei, 04-23-2024, 07:51 PM
2 responses
30 views
0 likes
Last Post Max238
by Max238
 
Started by Shansen, 08-30-2019, 10:18 PM
24 responses
943 views
0 likes
Last Post spwizard  
Started by Max238, Today, 01:28 AM
0 responses
10 views
0 likes
Last Post Max238
by Max238
 
Started by rocketman7, Today, 01:00 AM
0 responses
7 views
0 likes
Last Post rocketman7  
Working...
X