Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to Place Equity Plus Order for Delivery. #42

Open
mrsprawin opened this issue Sep 27, 2022 · 0 comments
Open

Not able to Place Equity Plus Order for Delivery. #42

mrsprawin opened this issue Sep 27, 2022 · 0 comments

Comments

@mrsprawin
Copy link

mrsprawin commented Sep 27, 2022

While i try to place Delivery order, it is only placing CNC order.
How do i make it to take it as NRML order so that order is placed under Equity Plus feature utilising margin of 2-4 times?

`sas.place_order(transaction_type = TransactionType.Buy,
                     instrument = sas.get_instrument_by_symbol('NSE', "PHOENIXLTD"),
                     quantity = 1,
                     order_type = OrderType.Market,
                     product_type = ProductType.Delivery,
                     price = 0.0,
                     trigger_price = None,
                     stop_loss = None,
                     square_off = None,
                     trailing_sl = None,
                     is_amo = False)`

What changes should i make to this order placement code for placing delivery order as NRML?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant