erdewit / ib_insync

Python sync/async framework for Interactive Brokers API
BSD 2-Clause "Simplified" License
2.8k stars 744 forks source link

I am going to automate Entry and Exit Strategy #247

Closed lovetrading10 closed 4 years ago

lovetrading10 commented 4 years ago

Hello. I am going to automate Entry and Exit Strategy I am very interested in ib_insync But I don't know how to build automate Entry and Exit Strategy on the ib_insync. Entry strategy is only valid for the first x minutes (default input at 30 minutes) from market opening. So Specifics Entry strategy for Puts and calls For Calls: a. Enter if first candlestick is above the highest pre-market close price b. Enter if first candle is very bullish (80-100% body of whole candle and bull candle) c. Enter if first candlestick is above the Vwap For Puts: a. Enter if first candlestick is below the lowest pre-market close price b. Enter if first candle is very bearish (80-100% body of whole candle and bear candle) c. Enter if first candlestick is below the Vwap Can you help me? I 'd love to hear favorable reply from you Thanks.

erdewit commented 4 years ago

IB-insync provides the building blocks but it's up to you to do the building.

lovetrading10 commented 4 years ago

Hi.erdewit. Thanks for your reply. Can you help me? Would you please inform me how to automate Entry and Exit Strategy for options? I will wait for your reply.