Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Request two additions for Analyzer columns

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

    Request two additions for Analyzer columns

    Hello,

    I have four requests for the analyzer:
    (sorry it did not update the thread title)

    1. A 'blank column' similar to the 'blank row'. I have made a custom version for myself that can separate some columns from others, although it is a quick fix since it is just a custom indicator with zero values. (Please see attachment).
    For example, I might have momentum based indicators on the first half of my market analyzer, separated with a blank 'spacer' column followed by my 'pullback' indicators.

    2. % change (as in net change but in percent terms).

    3. The ability to plot multiple plots within the same indicator. eg. TradeStation, and I think Multicharts, allow you to do this.
    For example, I wish to show a MACD value but next to it I wish to have how many bars ago it crossed. (Yes I have the code for this). At present I have to add 2 separate instances of the same indicator which just seems so messy.

    4. Code within the NT8 framework to inform the indicator if it is within a chart or an analyzer. Again, a TS concept.
    For example, I wish to write an indicator that will calculate/plot different values depending if it is placed in a chart or an analyzer.

    Code:
          if (Application == 0) //chart
          {}
          else if (Application == 1) //analyzer
    Thank you.
    Attached Files
    Last edited by Sim22; 04-27-2016, 05:13 PM.

    #2
    Bump.........

    Comment


      #3
      Hello Sim22,

      I will forward these suggestions to our development team
      Christopher S.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      158 views
      0 likes
      Last Post loganjarosz123  
      Started by Belfortbucks, Today, 09:29 PM
      0 responses
      6 views
      0 likes
      Last Post Belfortbucks  
      Started by zstheorist, Today, 07:52 PM
      0 responses
      7 views
      0 likes
      Last Post zstheorist  
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      151 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      6 views
      0 likes
      Last Post mattbsea  
      Working...
      X