How to take position once the condition is met after entry time?

My startegy is like, once I receive a Buy signal from Trading View, I want to take position only if the points increase by 10? Is it possible?

there is api for each strategy. from tradingview call that api and pass the values. use that values in entry condition.