I've drawn an extended line like so:
Draw.ExtendedLine(this, "topline", CurrentBar-EB, EP, CurrentBar-AB, AP, Brushes.LimeGreen);
Is there something built into ninjatrader that allows me to run some code when the close is above or below the line?
I know I can figure out the Y value of the line for the given x value but I wan tot know if there's something built in.
Thanks,
Evan

Comment