Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get entry and StopLoss price from log file

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

    Get entry and StopLoss price from log file

    Hi Guys!

    I'd like to get these prices from actual log file (log.20130723) because I have to use chart trader.

    Please help me!

    Thanks in advance

    w.

    #2
    Hello,

    You can always use StreamReader to read from a file.

    However due to the multi-threaded NinjaTrader of NinjaTrader, you may hit some race conditions as we try to log other events to this file.

    If you need to get the prices of previously executed orders, you can use the TradeCollection to get this information.

    You may also consider creating your own custom log file using StreamWriter.
    MatthewNinjaTrader Product Management

    Comment


      #3
      Hi Matthew!

      Thanks for your reply and links.
      Can I use these (TradeCollection) from an indicator?

      thanks on advance...
      w.

      Comment


        #4
        The TraceCollection can only be used from a Strategy. Additionally a strategy would only be able to read trades that it made and would not be aware of trades from other strategies or from manual trades.
        MatthewNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        149 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        84 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        129 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        125 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        102 views
        0 likes
        Last Post CarlTrading  
        Working...
        X