Capital based allocation but limit max lots

I have a simple Options buying strategy, where I want to buy CE / PE lots basis the allocated capital. (let’s say 2,00,000). I am doing this by specifying value in Position Builder

and selecting strike spot price

Now, the problem I run into is that when the price is very low (lets say below 30), the strategy tries to buy a huge number of lots.

I want to limit the number of lots that the strategy would buy when the price is low. Is there a way to achieve this?

Thanks for your help in advance

Not sure if there is any mechanism to use both value and lot in your logic. However, you can set a condition to chose your buy based on certain certain price. image. This will choose appropriate strike having a higher premium value. Otherwise you can add a condition within your entry condition to check if LTP of your strike is above certain price which might be a better option.

DISCLAIMER : I am not a tradetron expert. Above is based on just my understanding. Please paper trade to validate.