Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Analyzer questions

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

    Analyzer questions

    1) What is the value that shows up in Market Analyzer column for a custom indicator? Is there a way I can set this value?

    I use 24/7 session templates for everything....my charts show the session boundary at Midnight, New York, which is what I want.

    It appears that the Market Analyzer DailyVolume column does not use this template, but that the Market Analyzer DailyHigh and DailyLow do.

    2) is that true?

    3) Does that also apply to OnMarketData() values? Does it apply my chosen session or some other criteria?

    3) I want to make a simple indicator that reports the Daily Range on a dynamic basis...it would need to reset to zero at the 24/7 session boundary. (midnight, New York) Is there some simple code to do this?

    If OnMarketData observed the 24/7 template it would be simple.

    I would also like to have DailyVolume (starting at midnight, New York) but it appears that neither Time and Sales nor Market Analyzer uses the 24/7 template I set.

    Please advise, thank you.

    #2
    Hi Turtle Trader,

    The value that shows in the Market Analyzer column for an indicator is the selected Plot parameter.

    This can be set in the indicator with Values[int plot index].Set(double);

    Your assessment with the DailyVolume is correct. The DailyVolume column data is received directly from the exchange.
    This is a MarketDataType (MarketDataType.DailyVolume).

    The volume represented on a chart will depend on your data provider.
    Kinetick using the VOL indicator on a chart will match what is in the daily volume.
    However, other data feeds may be filtering non-last-trade-qualifying trades.

    Below is a link to another forum post that goes into further depth about this.
    http://www.ninjatrader.com/support/f....php?t=64915#2

    If you would like the volume to match, use the VOL indicator in the Market Analyzer with 1 Day as the Value | Type in Data series, or 1440 Min. This will use the historical data from the provider instead of the data from the exchange.


    To determine the first bar after a session break use the Bars.FirstBarOfSession bool.
    http://www.ninjatrader.com/support/h...rofsession.htm
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by RookieTrader, Today, 09:37 AM
    3 responses
    15 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by kulwinder73, Today, 10:31 AM
    0 responses
    5 views
    0 likes
    Last Post kulwinder73  
    Started by terofs, Yesterday, 04:18 PM
    1 response
    23 views
    0 likes
    Last Post terofs
    by terofs
     
    Started by CommonWhale, Today, 09:55 AM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by Gerik, Today, 09:40 AM
    2 responses
    7 views
    0 likes
    Last Post Gerik
    by Gerik
     
    Working...
    X