Entry multiple time after exit

Hi All,

I am taking entry on the basis of buy signal from trading view signal. and in the exit block used if PNL < -1000 in single set.

Once exit block executed then it exits form entry which is expected. But as soon is exited it will again buy the stock without the trading view new buy signal.

my expectation, after once stop loss is executed in exit block, then for new entry it should wait for trading view new buy signal.

Any help appreciated.

Make the trading view signal variable to 0 after taking position.