Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...