View Full Version : Market Analyzer Indicators
higler
08-27-2007, 09:33 AM
I am just now beginning to explore the capabilities of the Market Analyzer window and it has some very helpful features. However, I need some additional understanding. I like the fact that I can put the desired indicators in columns. However, for different instruments in the same Market Analyzer window, can I set different Data series Types and Values for the indicator depending on which instrument row it is in? For instance, say that I have the Aroon Indicator in one of my columns and my instrument rows are ES and YM. Is there a way for the Aroon (or any indicator) to be set for Type Volume and Value 2000 for the ES instrument and Type Tick and Value 100 for the YM instrument? So far, any change that I make in one of these indicator settings seems to have a global effect for all instruments. What I really want is to be able to configure the same indicator individually accross the various instruments within the same Market Analyzer window. That would be a very powerful feature for me and would alow me to see a current snapshot summary at a glance. Hope this question makes sense. Thanks.
NinjaTrader_Chris
08-27-2007, 09:44 AM
Hello,
Yes, this is possible. You will need to add a second indicator column for the exact same indicator, but then change the data series type in the indicator properties.
higler
08-27-2007, 09:53 AM
Tahnk you. I had just figured that out. Another question. Since I will have multiple columns of the same indicator (with different configurations), can I display a blank cell in the combinations of Instrument/Configuration that I am not interested in?
NinjaTrader_Chris
08-27-2007, 09:59 AM
Hello,
Unfortunately, what you would like to accomplish is not possible.
mrlucky1x
08-27-2007, 11:35 AM
Is there a way to access alert conditions in the Market Analyzer based on dynamic variables such as high, low or close of price bars? Also if price crosses above a moving average for example?
NinjaTrader_Chris
08-27-2007, 11:56 AM
Hello,
Yes, this is possible. You will need to add those specific columns to the Market Analyzer window and then create alert conditions. You can create alert conditions in the column properties of Columns window.Additional information can be found below.
http://www.ninjatrader-support.com/HelpGuideV6/CreatingAlertConditions.html
mrlucky1x
08-27-2007, 07:25 PM
That's not what I meant. How would I add an alert to tell me if the last price exceeded the daily high/low for example? Or how would I add an alert if the last price is greater than the 21 period HMA(Hull moving Average)?
The alert value window only accepts hard numbers and not variables such as high and low for the day.
NinjaTrader_Ray
08-27-2007, 07:36 PM
This is not supported at this time as a function of the Market Analyzer. You can set these conditions in a custom NinjaScript indicator and then add this indicator as a column and add an alert on your custom NinjaScript indicator.
mystiq
04-09-2011, 12:58 AM
NT support,
can i have a indicator column bypass processing a particular instrument in ma?
NinjaTrader_Austin
04-09-2011, 12:15 PM
mystiq, unfortunately this is not currently possible.
mystiq
04-16-2011, 02:12 AM
...have a few questions:
when using format-1440minutes compared to format-1daily in MA, (with onbarupdateonclose set to FALSE) would this return the same values? trying to obtain updated daily values
in MA the NETCHANGE column updates fine, but the CLOSE column still displays yesterday's value... y? trying to obtain updated CLOSE
also in MA, all the intraday indicators(30min/60min) update fine, but the weekly and monthly indicators I question. they use onbarupdateonclose set to TRUE. does this mean it won't update until the close of the weekly/monthly bar? which is once-a-week or month?
trying to obtain updated weekly and monthly values
*Market Analyer look back period*what is the minimum number of bars required to properly initialize any indicator column?
Indicator Columns
•Each indicator has a # of bars to look back parameter in the Columns (http://www.ninjatrader.com/support/helpGuides/nt7/working_with_columns.htm) window that overrides the one in the Market Analyzer Properties window noted above. The higher the number, the longer it will take to load data and the more memory (RAM) NinjaTrader will use to hold the data in memory......is this adjustable in NinjaTrader6.5?
•Each indicator has a Maximum bars look back parameter in the Columns window that determines how many historical indicator values are stored for access. It is set to TwoHundredFiftySix by default for optimal performance. Setting this to Infinite will take longer to calculate and NinjaTrader will use more memory (RAM) to hold the extra values in memory. ...is this adjustable in NinjaTrader6.5?
Thx
PS~sorry if this one is not suited for this thread, but on SPY chart- monthly LASTPRICE is 131.56 ....but on SPY chart- 60minute LASTPRICE is 132.04~ can't figure out why
screenshot is attached:confused:
NinjaTrader_Austin
04-16-2011, 02:56 PM
...have a few questions:
when using format-1440minutes compared to format-1daily in MA, (with onbarupdateonclose set to FALSE) would this return the same values? trying to obtain updated daily values
If the session template you're using matches the 1440 minute template (Default 24/7), then they should return the same values.
in MA the NETCHANGE column updates fine, but the CLOSE column still displays yesterday's value... y? trying to obtain updated CLOSE
Please set CalcOnBarClose to false and see if it updates the close correctly. If that doesn't work, you can create a simple indicator that just plots the close price and apply that to the MA to get the most recent close price.
also in MA, all the intraday indicators(30min/60min) update fine, but the weekly and monthly indicators I question. they use onbarupdateonclose set to TRUE. does this mean it won't update until the close of the weekly/monthly bar? which is once-a-week or month?
trying to obtain updated weekly and monthly values
Yes, you'll have to also set these to CalcOnBarClose = false for them to update mid-week or mid-month.
*Market Analyer look back period*what is the minimum number of bars required to properly initialize any indicator column?
Indicator Columns
•Each indicator has a # of bars to look back parameter in the Columns (http://www.ninjatrader.com/support/helpGuides/nt7/working_with_columns.htm) window that overrides the one in the Market Analyzer Properties window noted above. The higher the number, the longer it will take to load data and the more memory (RAM) NinjaTrader will use to hold the data in memory......is this adjustable in NinjaTrader6.5?
•Each indicator has a Maximum bars look back parameter in the Columns window that determines how many historical indicator values are stored for access. It is set to TwoHundredFiftySix by default for optimal performance. Setting this to Infinite will take longer to calculate and NinjaTrader will use more memory (RAM) to hold the extra values in memory. ...is this adjustable in NinjaTrader6.5?
These are not adjustable in NT6.5.
Thx
PS~sorry if this one is not suited for this thread, but on SPY chart- monthly LASTPRICE is 131.56 ....but on SPY chart- 60minute LASTPRICE is 132.04~ can't figure out why
screenshot is attached:confused:Are you using the same session template for both? Please try setting both to Default 24/7 or 12:00 to 12:00 if you are using NT6.5 and see if that fixes the price. Did you bring both charts up when the markets were open?
mystiq
04-20-2011, 02:14 AM
in MA the NETCHANGE column updates fine, but the CLOSE column still displays yesterday's value... y? trying to obtain updated CLOSE in MA the NETCHANGE column updates fine, but the CLOSE column still displays yesterday's value... y? trying to obtain updated CLOSE
Please set CalcOnBarClose to false and see if it updates the close correctly. If that doesn't work, you can create a simple indicator that just plots the close price and apply that to the MA to get the most recent close price.
=======
OK..and the last previous close(yesterday) is still displayed in MA....and the NETCHANGE still show the correct value...any more suggstions?
what settings should be best for capturing daily values? 400min 1440min 1daily ????? onbarupdateclose TRUE/FALSE ?????
NinjaTrader_Bertrand
04-20-2011, 08:01 AM
mystiq, what broker or datafeed provider are you using here to test? For a custom indicator returning the value you would need to work with CalculateOnBarClose = false, daily charts should be fine.
mystiq
04-21-2011, 03:31 AM
i use yahoo ....
....just for argument sake...what would the intraday daily setting be? 360min 400min 1440min ????
and i changed LASTCLOSE to LASTPRICE
NinjaTrader_Bertrand
04-21-2011, 03:34 AM
For a chart using the 24 hrs period then, it needs to be 1440 mins - however the issue you run into here is that Yahoo doesn't even provide intraday data -
http://www.ninjatrader.com/support/helpGuides/nt7/historical_data.htm
You could for example use www.kinetick.com and subscribe to their realtime service.
mystiq
04-21-2011, 04:20 AM
i am not concerned with intraday and i DO use intraday from yahoo......
NinjaTrader_Bertrand
04-21-2011, 04:25 AM
Sorry mystiq, I do not follow you here - what would be your exact issue remaining? Your daily bars would update as as the opening tick of the new bar is received, as you would not have realtime data to drive this it would be seen later when Yahoo updates their EOD data.
mystiq
04-21-2011, 04:35 AM
yahoo quotes update every 20 minutes. my market profile 30 minute chart and in MA show the correct values. my 30 minute buysellpressure indicator show the correct value. ....my 30 minute indicators show the correct value. i guess my YAHOO is best(lol)
...anyway thanks for the replies and will update at a later time.
mystiq
04-22-2011, 01:34 AM
...can ninjatrader accept a data feed from either TradeKing or Eregal ?
NinjaTrader_Bertrand
04-22-2011, 03:15 AM
Unfortunately I don't believe those are supported mystiq, what underlying technology would they use?
We can support and connect to the ones listed under connection guides here :
http://www.ninjatrader.com/Support#Help-Guides
mystiq
04-22-2011, 03:26 AM
i will check with them and get back to you...
>>>what type connection data-feed should they have to be able to work with Ninja?
mystiq
05-03-2011, 11:55 PM
...Ameritrade works fine.
but i rcv these errors below during MA loading...
Error on loading chart data for 'FXI Default': Error - Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.ERROR: BACKFILL "FXI" Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.Error on loading chart data for 'SSO Default': Error - Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.ERROR: BACKFILL "SSO" Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.Error on loading chart data for 'SPY Default': Error - Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.ERROR: BACKFILL "SPY" Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.Error on loading chart data for 'SLV Default': Error - Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.ERROR: BACKFILL "SLV" Hdr: 400 Validation failed for 1 of 1 requests.Your request is not valid.
.....
any ideas? Thx ...and i have no chart loading either at that time...
NinjaTrader_Bertrand
05-04-2011, 03:14 AM
mystiq, can you please send me your logs / traces to support via the Help > Mail to Support option?
Thanks,