Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.


    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 Aviram Y, Today, 05:29 AM
        0 responses
        5 views
        0 likes
        Last Post Aviram Y  
        Started by quantismo, 04-17-2024, 05:13 PM
        3 responses
        27 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by ScottWalsh, 04-16-2024, 04:29 PM
        7 responses
        36 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by cls71, Today, 04:45 AM
        0 responses
        6 views
        0 likes
        Last Post cls71
        by cls71
         
        Started by mjairg, 07-20-2023, 11:57 PM
        3 responses
        219 views
        1 like
        Last Post PaulMohn  
        Working...
        X