Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Exposed variable in Market analyzer window- any help please?

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

    Exposed variable in Market analyzer window- any help please?

    I have initiated a non plotted variable and like to analyze in the Market Analyzer. I can see only the plots to add in the columns section.
    Can we add an exposed variable to market analyzer window?
    Many thanks

    private FloatSeries tdnc;
    . . . . .
    tdnc = new FloatSeries(this);
    . . . . .
    Tdnc.Set((float)((CurrentDayOHL().CurrentOpen[0])-Close[0]));

    #2
    malmaa, for the Market Analyzer you can unfortunately only access Plots.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thankyou Bertrand for your quick reply.

      Comment


        #4
        I do not like to plot the value on the chart but like to use it in Market Analyser.
        I have initialed the required variable and set the transparent colour. But still I am unable to avoid the price marker of that variable. It becomes too cluttered with many indicator values in a single panel.
        1. Can we set “PaintPriceMarkers = true;” by indicator value?
        2. Is there a way either to plot indicator values in more than one panel or make the indicator value completely invisible on chart?
        3. I am analysing three values of the same indicator in the Market Analyser. To have an idea, Will NT creates three instances of the same indicator in the memory?
        Many thanks

        Comment


          #5
          malmaa, couldn't you just create two indicators, one for the chart, one for loading in the MA?

          1. Unfortunately not.

          2. You could set the color to transparent for the plots you do not want to see.

          3. It would be the same instance, as it's probably one call (parameters) for charting the 3 associated values.
          BertrandNinjaTrader Customer Service

          Comment


            #6
            Thank you Bertrand for your reply.
            I could set the colour of the plot to transparent. But price marker (value not the background) is always Black. Can we set the colour of the particular PriceMarker that I dont want to transparent?
            Regards

            Comment


              #7
              malmaa, unfortunately it's not supported accessing individual pricemarkers programmatically.
              BertrandNinjaTrader Customer Service

              Comment


                #8
                Thanks Bertrand,
                I have slightly modified the “PriorDayOHLC” indicator. I need just retained the open of previous day and removed the rest as I do not require.
                1. I have calculated the net change from previous day’s Open and divided the “Netchange” by current Daily ATR.
                2. I intend to use the indicator on 15min time charts. So I initiated a multi-timeframe Daily chart to calculate the daily ATR.
                I am trying on GBPUSD on 15min charts with Gain demo connection. It works well on charts but this gives a check log message in Market analyser window.
                3. How to use the default NetChange that comes with NT? The column nevers gets updated. its Blank.
                Can someone please help me read the log file?
                Attached log file and Pnc.cs.

                Regards,
                Attached Files

                Comment


                  #9
                  Which broker / datafeed are you using malmaa?

                  From the logs, you run into an identified NT7 beta bug we're currently checking into.
                  BertrandNinjaTrader Customer Service

                  Comment


                    #10
                    NT7 with Gain Capital, Demo/Simulation mode.

                    Comment


                      #11
                      malmaa,

                      Please try again on the next version of the beta.
                      Josh P.NinjaTrader Customer Service

                      Comment


                        #12
                        I am trying to compile the above indicator written in NT7 with NT6.5.
                        I get an error message” No Overload for method ‘Add’ takes ‘2’ arguments.
                        Error message attached
                        Add(PeriodType.Day,1);
                        Any suggestions please?
                        Regards,

                        Comment


                          #13
                          malmaa, MultiSeries indicators are not supported in 6.5 so expected that it does not compile.
                          BertrandNinjaTrader Customer Service

                          Comment


                            #14
                            Do you mean to say that multiseries strategies are supported but not the indicators?
                            How to use the Netchange in Market analyser? My column is always blank.
                            Regards

                            Comment


                              #15
                              malmaa, you tried importing a MultiSeries indicator from NT7 in 6.5 - this is not supported, as only MultiSeries strategies are supported with 6.5

                              Depending on your datafeed provider it could be expected to see a non populating NetChange value...a custom code solution has been just posted by our NinjaTrader_Tim to the sharing.
                              BertrandNinjaTrader Customer Service

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by Christopher_R, Today, 12:29 AM
                              0 responses
                              6 views
                              0 likes
                              Last Post Christopher_R  
                              Started by sidlercom80, 10-28-2023, 08:49 AM
                              166 responses
                              2,235 views
                              0 likes
                              Last Post sidlercom80  
                              Started by thread, Yesterday, 11:58 PM
                              0 responses
                              3 views
                              0 likes
                              Last Post thread
                              by thread
                               
                              Started by jclose, Yesterday, 09:37 PM
                              0 responses
                              7 views
                              0 likes
                              Last Post jclose
                              by jclose
                               
                              Started by WeyldFalcon, 08-07-2020, 06:13 AM
                              10 responses
                              1,415 views
                              0 likes
                              Last Post Traderontheroad  
                              Working...
                              X