How to Create a Custom Rectangle Object and Use it as a Drawable Object on Chart?

 

Hi,

 

I'd like to extend the shape Rectangle functionality to include:

1. display the pips difference between the 2 edges of the rectangle

2. display a Right Price label on each of the edges

I will also save instances of this object in an array.

 

Thanks