

the TradeStation EasyLanguage show-me studies): This unprotected and commented programs (i.e. ZoneBox = Rectangle.Create( DTPoint.Create( dt1, Line1 ), DTPoint.Create( dt2, Line2 ) ) In the second example DT point objects are used ZoneBox = Rectangle.Create( BNPoint.Create( 0, Line1 ), BNPoint.Create( 0, Line2 ) ) BNPoint uses an absolute bar index (zero-based) In the first part of the tutorial BN point objects are used:

:max_bytes(150000):strip_icc()/Picture14-61ae412b645845efb8e487aded52735b.png)
In the second part, which uses start date/times and end date/times, the method uses DTPoints to create the rectangle. The methods share the same name however in the first part of tutorial the method does not process date/times and uses BNPoints to create the rectangle. In both parts of the tutorial a method is created named DrawBox.
