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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        35 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        12 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        18 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        20 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X