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

Market Analyzer

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

    Market Analyzer

    I have a few quick question:

    1. For each instrument in the list, how many historical bars are loaded?

    2. If I need say 3 plots from the same indicator do I need to add the indicator 3 times? Does this mean 3 times indicator execution, if so is there a more efficient way?

    3. Can I analyse the data in the market analyser e.g. add a column or something like that?

    #2
    futurenets, the data in the MA sheet could unfortunately not accessed programmatically. If you want to run some calcs across a range of symbols you could look into a MultiSeries script for this purpose.

    Correct, you would need to add the indicator multiple times to be able to set a different plot, NinjaTrader will maintain an internal cache.

    The # of bars loaded could be set either globally for the MA window or per each indicator column - https://www.ninjatrader.com/support/...mance_tips.htm
    BertrandNinjaTrader Customer Service

    Comment


      #3
      thanks Bertrand. do you have any information on "MultiSeries script "?

      Comment


        #4
        Sure, you can check for example into the SampleMultiInstrument and SampleMultiTimeFrame strategies shipped with NT to get started in this area.

        The full framework documentation could be reviewed in our helpguide here online -

        BertrandNinjaTrader Customer Service

        Comment


          #5
          excellent thank you

          Comment


            #6
            Currently I'm using the Market Analyzer with 28 symbol. All use the same interval & indicator with 4 columns.

            It's useful to be able to watch them but feel there's probably a more efficient way to do this.

            The MultiSeries option looks really good but would just like to hear any comments you may have?

            e.g. if I use a MultiSeries script would I eliminate roughly 3/4 of the overhead (1x28 vs 4x28) but will have no visual display ...
            Last edited by futurenets; 01-23-2015, 01:06 PM.

            Comment


              #7
              Hello futurenets,

              The Market Analyzer will show one plot value per column.

              When you are asking about using a multiple series script are you interested in finding when creteria is met in two different symbols at the same time?

              For example, getting a flag when AAPL is above 50 and MSFT is above 50 at the same time? (This is just a really simple example)

              If so, you can have the script plot a value like 1 when the criteria is met on both series, and 0 when it is not.
              Last edited by NinjaTrader_ChelseaB; 01-23-2015, 01:20 PM.
              Chelsea B.NinjaTrader Customer Service

              Comment


                #8
                ok thanks. all symbols are unrelated. sounds like I need to rationalize the market analyser output?

                Comment


                  #9
                  Hi futurenets,

                  What is your goal in using multi-series scripts?
                  Chelsea B.NinjaTrader Customer Service

                  Comment


                    #10
                    I've developed an indicator and want to watch multiple symbols that's all.

                    Comment


                      #11
                      Hello futurenets,

                      What I am not understanding is what you are wanting to do with a multi-series script.

                      You can currently add an indicator column to the Market Analyzer which will have a value for each instrument row. If this is your goal, then just have a row for each instrument and add the indicator column. That should be all you need.


                      What I am not understanding is what you are wanting to accomplish by making a multi-series indicator.

                      The multi-series indicator will still only have one plot. What are you wanting to calculate by having multiple series in the indicator?

                      Once I understand what you are wanting to accomplish, I can help guide you in that direction.
                      Chelsea B.NinjaTrader Customer Service

                      Comment


                        #12
                        thanks Chelsea. at this point I am just researching best methods. Multiseries is very useful but I think a market analyser with simplified columns would suffice.

                        Comment

                        Latest Posts

                        Collapse

                        Topics Statistics Last Post
                        Started by The_Sec, Today, 02:29 PM
                        1 response
                        5 views
                        0 likes
                        Last Post NinjaTrader_Jesse  
                        Started by jeronymite, 04-12-2024, 04:26 PM
                        2 responses
                        30 views
                        0 likes
                        Last Post NinjaTrader_BrandonH  
                        Started by Mindset, 05-06-2023, 09:03 PM
                        10 responses
                        265 views
                        0 likes
                        Last Post NinjaTrader_BrandonH  
                        Started by michi08, 10-05-2018, 09:31 AM
                        5 responses
                        743 views
                        0 likes
                        Last Post NinjaTrader_ChelseaB  
                        Started by tsantospinto, 04-12-2024, 07:04 PM
                        4 responses
                        63 views
                        0 likes
                        Last Post aligator  
                        Working...
                        X