PDA

View Full Version : Ocillator


brdnickel
09-21-2010, 10:42 AM
Hi I am trying to plot the difference between teh 19 and 39 EMA of the daily A-D line. does anyone know how I can do that? your guidance is much appreciated. thanks

NinjaTrader_Bertrand
09-21-2010, 11:07 AM
Welcome to our forums - you can learn the indicator coding basics needed here - http://www.ninjatrader-support.com/HelpGuideV6/Overview18.html

The daily AD line could be supplied as index if your data provider supports it, you can then apply your custom MACD to it.

brdnickel
09-21-2010, 04:30 PM
Hi Bertrand, I am not familiar with this language. In real tick all i had to do was use a wizard. set the a-d line to daily and then apply a price oscillator and set the mas to 19 and 39 ema (difference) produced a line. It is important to me to get this...but to be honest ...I don't know how to program. Can you help me.?:confused: thank you


Welcome to our forums - you can learn the indicator coding basics needed here - http://www.ninjatrader-support.com/HelpGuideV6/Overview18.html

The daily AD line could be supplied as index if your data provider supports it, you can then apply your custom MACD to it.

NinjaTrader_RyanM
09-21-2010, 04:58 PM
Hello brdnickel,

You'll need a data provider that offers this. Generally those that offer index data will supply.

See here for a list of our providers and the level of data supported:

Click here to view more information on Historical Data (http://www.ninjatrader-support.com/HelpGuideV6/HistoricalData.html)

If you can chart a daily series A / D, then you can apply MACD indicator to this without custom coding.

See here for help adding / removing indicators to a chart. (http://www.ninjatrader-support.com/HelpGuideV6/AddingIndicators.html)