I started questioning why I did that when in another strategy I have:
&& (Math.Abs(High[0] - Low[0]) / TickSize < 80)
&& (Math.Abs(Close[0] - Open[0]) / TickSize > 8))
I don't think that I am measuring what I think I am as described above with minSizePrevious & barSizePrevious am I? What exactly do they measure and are they measuring by ticks in default? I do not have that called out anywhere.
I tried to search for an index that describes all of this and all other commands but I could not find one.
Thanks in advance.

Comment