prostyle
08-29-2007, 08:43 PM
Hi,
Is it possible to make the hull moving average color coded for up/ down
ie: blue for up and red for down
Also offset it.
If this is possible let me know - thanks
~Colin
NinjaTrader_Josh
08-30-2007, 01:34 AM
Hi prostyle,
It is possible to get two colors and it is also possible to do the offset.
To achieve the two colors please check out the concepts presented in this tutorial (http://www.ninjatrader-support.com/HelpGuideV6/helpguide.html?Overview25). Basically what it does is create two plots instead of one. When the HMA is up, add the value to your blue plot. When the HMA is down, add the value to your red plot.
To offset the indicator there is an option in the Indicator dialog that is called "Displacement". You can set this parameter when you are adding the HMA and you will also be able to modify its value at a later date.
Hope that helps.