My enter long enter short is working but I want to add Arrows up/dn. For now I want to do a boolean value in my strategy by adding an indicator.
Draw.ArrowUp(this, "Long2" + CurrentBar.ToString(), true, 0, Lows[0][0] - 30 * TickSize,
Brushes.Turquoise);