Stock seems illiquid, price is 0, wont take trade

I have 3-4 stocks on my list but the strategy is stopped(saying error condition) from running due to one of the stocks being illiquid, is there any way that I can handle this error without affecting the strategy execution, is there a way to skip the instrument/stock in such cases?

Error message from log:
“Instrument OPTSTK_ONGC_28MAR2024_PE_282.5 seems illiquid, price is 0, won’t take trade”

Hi,
If a stock options is illiquid the price is set to 0 by the exchange. Tradetron system has a check before placing an order to allow only trades in instruments where price is > 0

Add a condition as LTP (instrument name ( select your list) ) > number 0
This will ensure that the LTP of that instrument is not zero and thus allow a trade in only liquid stock options.

1 Like

@huzefakudrati ,Thanks for the response.

I already had LTP (instrument name ( select your list) ) >= number 1 in my condition builder, but I still had the issue which I mentioned, can you guess what could be the issue?.

image