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 funk10101, Today, 11:35 AM
      0 responses
      0 views
      0 likes
      Last Post funk10101  
      Started by samish18, Today, 11:26 AM
      0 responses
      1 view
      0 likes
      Last Post samish18  
      Started by Trader146, 03-29-2024, 01:22 PM
      2 responses
      14 views
      0 likes
      Last Post Trader146  
      Started by tsantospinto, 04-12-2024, 07:04 PM
      7 responses
      127 views
      0 likes
      Last Post aligator  
      Started by futtrader, 04-21-2024, 01:50 AM
      5 responses
      56 views
      0 likes
      Last Post NinjaTrader_Eduardo  
      Working...
      X