Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

It does not execute in real but it does in the strategy analyzer

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

    It does not execute in real but it does in the strategy analyzer

    in the demo account it does not execute the operations, but it does in the analyzer and even when putting the strategy in demo with the TraceOrders in true the graphs:
    EnterLongStopMarket(Convert.ToInt32(ContratosBuy), PrecioEntrada, @"LARGOS");
    EnterShortStopMarket(Convert.ToInt32(ContratosSell ), PrecioEntrada, @"CORTOS");

    protected override void OnOrderUpdate(Order order, double limitPrice, double stopPrice, int quantity, int filled, double averageFillPrice, OrderState orderState, DateTime time, ErrorCode error, string nativeError)
    {
    if (order.Name == "LARGOS" || order.Name == "CORTOS")
    OrdenEntrada = order;
    }​

    #2
    Originally posted by franatas View Post
    in the demo account it does not execute the operations, but it does in the analyzer and even when putting the strategy in demo with the TraceOrders in true the graphs:
    EnterLongStopMarket(Convert.ToInt32(ContratosBuy), PrecioEntrada, @"LARGOS");
    EnterShortStopMarket(Convert.ToInt32(ContratosSell ), PrecioEntrada, @"CORTOS");

    protected override void OnOrderUpdate(Order order, double limitPrice, double stopPrice, int quantity, int filled, double averageFillPrice, OrderState orderState, DateTime time, ErrorCode error, string nativeError)
    {
    if (order.Name == "LARGOS" || order.Name == "CORTOS")
    OrdenEntrada = order;
    }​
    Sorry, ignore this message, I had the wrong configuration. my fault

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    41 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    29 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    46 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    37 views
    0 likes
    Last Post CarlTrading  
    Working...
    X