Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Export indicator calculation

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

    Export indicator calculation

    Hi,

    is there a way to export the calcualtions that the indicator does to an excel file? meaning if the indicator calcualte XYZ for the underlying data; can i export that out and analyze it in excel?

    for example:

    intraday calculation for RSI (2) for SPY. each min RSI2 is calculate for each bar. can i export that data out for that day?

    #2


    this video shows how to create a strategy that prints the data in output for the chart that you load. how can i add indicator to the strategy? I tried

    " Print("Time,Open,High,Low,Close,Indicator");"

    but '''indicator'' does not let it compile

    Comment


      #3
      Originally posted by calhawk01 View Post
      http://www.youtube.com/watch?v=MfHHtAvnNvc

      this video shows how to create a strategy that prints the data in output for the chart that you load. how can i add indicator to the strategy? I tried

      " Print("Time,Open,High,Low,Close,Indicator");"

      but '''indicator'' does not let it compile
      Assuming the " highlighted aren't being used, then it should work

      " Print("Time,Open,High,Low,Close,Indicator");"

      But you'll need the code in the OnBarUpdate after you get this to compile.

      Comment


        #4
        Hello calhawk01,

        Thank you for your post.

        You can use the example at the following link to export to an external file: http://www.ninjatrader.com/support/f...ead.php?t=3475

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        578 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X