⭐ bomdila Posted May 27, 2021 Report Posted May 27, 2021 Hi friends, I would highly appreciate if someone shares a good EMA Crossover Indicator (with a dot/star/cross on crossover)
tradershare Posted May 27, 2021 Report Posted May 27, 2021 I just use google search with "ninjatrader ema crossover" and find this https://ninjatrader.com/support/forum/forum/ninjatrader-8/indicator-development/97877-ema-crossover-indicator Hope it help. ⭐ bomdila 1
⭐ bomdila Posted May 28, 2021 Author Report Posted May 28, 2021 I just use google search with "ninjatrader ema crossover" and find this https://ninjatrader.com/support/forum/forum/ninjatrader-8/indicator-development/97877-ema-crossover-indicator Hope it help. Thanks tradershare but I am looking for a crossover dot/star/cross etc on chart
tradershare Posted May 28, 2021 Report Posted May 28, 2021 with google search "ninjatrader ema crossover with dot" then I got this link https://ninjatrader.com/support/foru...ema-crossovers and the post #2: if (CrossAbove(EMA(10), EMA(20), 1)) DrawDiamond("crossabove" + CurrentBar, true, 0, High[0] + 2 * TickSize, Color.Blue); else if (CrossBelow(EMA(10), EMA(20), 1)) DrawDiamond("crossbelow" + CurrentBar, true, 0, Low[0] - 2 * TickSize, Color.Red); Have fun and good day.
⭐ bomdila Posted May 28, 2021 Author Report Posted May 28, 2021 with google search "ninjatrader ema crossover with dot" then I got this link https://ninjatrader.com/support/foru...ema-crossovers and the post #2: Have fun and good day. Sorry it's not working at my end, can you share the indicator if you compiled that successfully
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now