Something like this
This red "rectangle" that have a start point with heigh and bottom that when the High[0] of the candle touches it it decreases the size.
Also for the one that have been not touched for instance
But I don't want it to stretch I want to be like the start one getting smaller until dissapear.
Do I have to create a new drawing tool or can I do it with any of the ones of Ninja Trader 8?
Note:
I have topPrice and botPrice set, and depending I'm making this RegionHorizontalY smaller until dissapear I want the same but without the left part and everytime the price closes a bar it renders the line :
It could be also like this
but I'd like to make the component smaller everytime is touched by a High[0] or Low[0], any guide or idea how to do it? Is there any free drawing tools that does this?
I've thought another way but maybe is not the correct, it doesn't work though because maybe I'm presenting it wrongly, since I have a Dictionary of my rectangles and I need to expand them I thought that it could be a good idea to store as a key the tag of the rectangle and then the start Position, but I've tried with CurrentBar and it prints wrong, I want from the moment I draw the rectangle draw it there, not at the start of the Chart, how can I get the position of the bar or whatever?
Thanks in advantage.

Comment