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 burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      14 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Yesterday, 07:51 PM
      0 responses
      14 views
      0 likes
      Last Post strategist007  
      Started by StockTrader88, 03-06-2021, 08:58 AM
      44 responses
      3,983 views
      3 likes
      Last Post jhudas88  
      Working...
      X