Having tried for some time.
Help with converting the following from NT7 to NT8 would be greatly appreciated to help me start to get to grips with this.
Many thanks
NT7 code:-
if ((High[0] > High[1]) && (Low[0] < Low[1]))
DrawRegion("OBA"+CurrentBar.ToString(), 1, 0, MAX(High, 0), MAX(Low, 0), Color.Empty, obPennColor, pennTransparency);
else
RemoveDrawObject("OBA"+CurrentBar.ToString());

Comment