Recent content by georgio6

  1. G

    Anyone interested in a telegram/discord for crypto traders ?

    That's a great idea, I've created https://t.me/elitecryptoz if you guys want to join. I'm trading mostly equities, recently I did some some scalpts on btc, I hadn't have much time to search the crypto.. But yes volatility looks promising. Drop a message on telegram!
  2. G

    Anyone use JAVA to develop there automated trading systems?

    Yeah, they are the urls from their Rest API: https://interactivebrokers.com/api/doc.html#tag/Order/paths/~1iserver~1account~1{accountId}~1order/post
  3. G

    Anyone use JAVA to develop there automated trading systems?

    For example for a Buy Limit order I have to make the following API calls: - https://localhost:5000/v1/portal/iserver/account/${ACCOUNT_ID}/order (normally it will return a reply_id) - https://localhost:5000/v1/portal/iserver/reply/${replyID} (Each time will return a different reply ID). Can be...
  4. G

    Anyone use JAVA to develop there automated trading systems?

    Hello everyone, I have used the IB API to try to develop a frontend for orders, and add some automation. To be honest, it seems very buggy, and with no documentation. For example to make a limit order, I have a call to the limit order, and then an infinite yes answer to every question the IB...
Back
Top