PDA

View Full Version : Floor Pivot and Market Analyzer


qitrader
04-04-2007, 01:25 AM
Hi all,

Any ideas on how to make background color changes to the pivot support and resistance as it approaches price in the market analyzer window? It does not seem possible with the current settings and need some additional coding. ANy help is appreciated.

NinjaTrader_Ray
04-04-2007, 01:31 AM
This is not possible out of the box. The reason is that the color conditions in the Market Analyzer trigger on absolute numerical values. Pivots are dynamic values and therefore there is no way to express:

if floor pivot is hit change back color

This could be done by creating a custom indicator with NinjaScriptbut you have to have some programming experience in order to do this.

Ray