Ticks from start - this is how many ticks were registered since the EA started. 1, 2, 3 and so on... basically a counter that increments on every tick. You can't compare that value to Candle Open.

But what do you mean by "few ticks up"? Ticks are those events when the price changes. Maybe you mean pips, not ticks. In this case you can do something like this:
0_1544297627868_5f4a9a8f-2866-46f0-8f8b-0a81991964ef-image.png
Candle Close is the current price, so this condition will pass when the body of the candle is > than 10 pips. Or maybe this, which should be the same:
0_1544297729880_e560b23a-f124-4071-a547-1edff52183fb-image.png

About the "end of the candle", I have to say this: https://fxdreema.com/tutorial/builder/things-not-to-do#1