View Full Version : Market Analyzer Columns
brettalex
12-01-2010, 08:41 AM
Trying to accomplish the following...not sure if it is possible
Net Change Column:
1. Would like the bacground to reflect positve or negative based on colors red/green from the prior close price.
Bid and Ask Coulmns
1. Similar to the net change Coulmn although would like to have the color of the price change per tick ex- price rises 1 tick on ask it goes green..if it goes lower than red.
NinjaTrader_RyanM
12-01-2010, 08:48 AM
Hello brettalex,
Yes, you can setup color conditions in the market analyzer. See the following link > Creating cell conditions
http://www.ninjatrader.com/support/helpGuides/nt7/creating_alert__cell_and_filte.htm
Net change one is pretty straightforward. You can highlight when the value of the cell is < 0.
Bid and ask column requires custom coding to store and compare values.
adebisi
12-01-2010, 08:50 AM
Sorry for the off-topic and for my english. But how to create a thread????? :o:o
adebisi
12-01-2010, 08:55 AM
I can also explain my problem here!!!
I'm trying NinjaTrader, especially for his DOM and ATM strategy. But I can't not use ATM strategy.
When I customize my strategy and place a order in DOM, the plateform gives me a window : "missing instruments".
I'm in free demo for a month.
brettalex
12-01-2010, 08:58 AM
how would i go about aquiring the custom coding?
NinjaTrader_RyanM
12-01-2010, 09:40 AM
@brettalex,
If you're not a programmer, you may consider a NinjaScript consultant for this:
http://www.ninjatrader.com/webnew/partners_onlinetrading_NinjaScript.htm
If you want to get started working with bid / ask values, you can use OnMarketData() method to capture these values:
http://www.ninjatrader.com/support/helpGuides/nt7/onmarketdata.htm
@adebisis
You can create a new post with the New Thread button. It sounds like you dont have an instrument selected in your superdom. Use the instrument drop down menu to select one.
adebisi
12-01-2010, 10:02 AM
Yes I'm agree but when i put the instrument that I want (FDAX 12-10) the DOM not react!!!
More, the box "account : Sim101" is inaccessible!!
NinjaTrader_RyanM
12-01-2010, 10:32 AM
Are you currently connected? Check in the lower left corner of the control center for connection status.
Are there any error messages in the log tab of the control center?
adebisi
12-01-2010, 10:37 AM
yes i'm connected. But it's written in log that "session break" and "automated trading disabled".
NinjaTrader_RyanM
12-01-2010, 10:51 AM
Please mail to support with help > mail to support feature. We can then look at your log and trace files to see how everything is setup for you.
adebisi
12-01-2010, 11:14 AM
ok thank you ryan
brettalex
12-01-2010, 11:30 AM
another problem im having with the market analyzer is i set up the instruments list as such
instrument
currencies
6a
energy
cl
etc then i save it as a tmplate but when i reopen or make changes it just rearanges the instruments in alphabetical order thus i need to redo the set up all over...how can this be fixed. thanks brett
NinjaTrader_RyanM
12-01-2010, 11:38 AM
Brett,
The template will not preserve the instruments applied to the market analyzer. For this you will want to save as a workspace:
http://www.ninjatrader.com/support/helpGuides/nt7/managing_workspaces.htm
You setup the MA, save as a workspace. The order of instruments is then preserved.