Skip to main content
Asked a question 2 years ago

Is it possible to use Quantity from Stoploss function in api bridge and also place a limit on maximum number of quantities

Join FYERS Community to pick others' brains on Trading/Investing

Yes it is possible to use Qty. from StopLoss feature and Place limit on maximum number of Quantities by using MaxOpenPosition feature.

Example: If you provide MaxOpenPosition as 100, it will reject new LE/SE signals if they can increase Net Position more than 100. It works for both Long and Short positions.

To enable this feature go to Application Settings > Symbol Settings > Tick MaxOpenPosition

You can refer to this article for better understanding:

What are Symbol Settings? - MyCoder34