my specific code is:
Draw.ArrowDown (this, @"PosTSI+DownBar" + CurrentBar, false, 1, High[1] + (TickSize * offset), Brushes.Magenta, true );
i can't find in the current NinjaScript guide any hint that i can change the default draw size to Large within the code, nor do i see any additional inputs for any of the 6 possible forms of the Draw.ArrowDown command.
is this possible ?

Comment