Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Display order executions within strategy

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

    Display order executions within strategy

    HI,
    I'm wondering if there is a way to display the order executions from within a strategy? I am calling an ATM strategy and I cannot see any executions on the chart. Below is an excerpt of the code I'm using and a screenshot of what I would like to see.

    Thanks

    // Condition set 1
    if (orderId.Length == 0 && atmStrategyId.Length == 0

    {
    atmStrategyId = GetAtmStrategyUniqueId();
    orderId = GetAtmStrategyUniqueId();
    AtmStrategyCreate(Cbi.OrderAction.Buy, OrderType.Market, 0, 0, TimeInForce.Day, orderId, "StrategyAtm", atmStrategyId);

    }
    Attached Files

    #2
    Hello mlarocco,

    Thank you for your post.

    To see the ATM Strategy on your Charts from the NinjaScript Strategy you must open a Chart Trader (cannot be on the Chart the NinjaScript Strategy is running on) for the same account and instrument. Then you will see the orders from your NinjaScript Strategy on the Chart with the Chart Trader enabled.

    Please let me know if I may be of further assistance.

    Comment


      #3
      Thanks, that's actually what I've been doing. I was hoping there was a way to see the trades on the same chart, but it sounds like there isn't.

      Comment


        #4
        Hello mlarocco,

        Thank you for your response.

        You are correct, as you cannot use the Chart Trader on the same chart a strategy is applied to.

        Comment

        Latest Posts

        Collapse

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