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 gyilaoliver, Today, 08:28 AM
    0 responses
    6 views
    0 likes
    Last Post gyilaoliver  
    Started by MiCe1999, 12-01-2024, 09:01 PM
    4 responses
    44 views
    0 likes
    Last Post Leeroy_Jenkins  
    Started by Darkslide_Tom, 03-23-2025, 11:08 PM
    2 responses
    15 views
    0 likes
    Last Post Darkslide_Tom  
    Started by coopgrafik, Today, 07:57 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by luna0074, Today, 06:39 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Working...
    X