Ciao. Cerco un programmatore che sappia programmare un software in Python per rappresentare graficamente il payoff delle opzioni tramite la connessione a Interactive Brokers. Un software semplice che mostri le posizioni in tempo reale. C'è qualcuno che può farlo? Grazie
and in English This would be... ""HI. I am looking for a programmer who knows how to program software in Python to graphically represent the payoff of options via connection to Interactive Brokers. A simple software that shows positions in real time. Is there anyone who can do it? Thank you" Aldodieci... what about this company (not recommending it just showing it) and other companies like this. Took 3 minutes on Google..
Yes, I'll happily re-implement the GUI features provided by TWS as many times as you want. I charge modest rates but only on retainer. PM me your email address and I'll send you my paypal. As soon as I get payment I'll get started. I personally guarantee you'll be very satisfied and learn a lot about how much good software costs to develop.
Ciao Aldo! Usa chatgpt per tradurre i messaggi These guys are Italian and connect to ibkr https://www.beetrader.eu/ I played with their beta Fiuto software years ago, it's free https://www.playoptions.it/trading-software/ I guess nothing compares to TOS for retail level
I'll do it in shell script if he really wants... the customer is always right! As long as that retainer goes through we're good to go.
You need to understand the task first. They want an options payout chart to update in real time. As in you select the strategy with the strikes, presumably up to four legs. Once you have selected those legs, since you are connected to IB, they want the chart to update in real time with market data subscriptions. Then at some point they are happy with the chart and will submit the orders. You'll have to handle fills to display them. Believe or not, I have done it myself. (I can prove it) And it is hardcore task. I managed to get it done via websockets against a web UI, thanks to SignalR and C#. The UI uses the lightweight charts from Trading View with the area charts. So payouts can be displayed. Now try that in Python. Good fucking luck with that.