i wanna see my trades in rectangle
my idea is
i use this prices and times
for example
almost every day i open 15-20 trades
but i dont want to paint a rectangle one bye one
so my idea is
im using this
Draw.Rectangle(this, "tag1", false, 10, Low[10] - TickSize, 5, High[5] + TickSize, Brushes.PaleGreen, Brushes.PaleGreen, 2);
but how i can change it to work on prices and times ?
open date
09.16.2015 10:03
close date
09.16.2015 10:09
open price
1.12732
close price
1.12567
this datas i wanna to draw a rectangle
this is possible ?
or other way?
Comment