¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Java Program(Windows 10 Pro) for COIL futures to Display a Backtested result on a Study Indicator
A framework that can get you started for simple systems. JSystemTrader https://sourceforge.net/projects/jsystemtrader/ https://sourceforge.net/projects/jsystemtrader/ JSystemTrader
By btw12342001 <no_reply@...> · #35599 ·
Re: Java Program(Windows 10 Pro) for COIL futures to Display a Backtested result on a Study Indicator
I'm going to give you some advice although I know you are not going to take it: Do not ever fund a trading account. There, that's my good deed for the day.
By Nick <news1000@...> · #35598 ·
Java Program(Windows 10 Pro) for COIL futures to Display a Backtested result on a Study Indicator
Hi, Can anyone help me with a simple program in Java for my Windows 10 Pro PC that does : In ICE Brent Crude oil (COIL) Futures Every day for the time range from 06:00 to 20:00 London time For 5
By hit4hari@... · #35597 ·
Re: The instruction of POSIX C++ for Eclipse or Netbeans
I may have forgotten checking "ActiveX and Socket Clients" in the first try. Now I've made it from the terminal. $ ./PosixSocketClientTest Start of POSIX Socket Client Test 0 Attempt 1 of
By nice4wisdom <no_reply@...> · #35596 ·
Re: The instruction of POSIX C++ for Eclipse or Netbeans
The connection step with the Java or C++ API is very similar - you just have to have "ActiveX and Socket Clients" checked and the socket port number set correctly. You'll probably also want to add
By Josh · #35595 ·
Re: The instruction of POSIX C++ for Eclipse or Netbeans
$ ls /home/bd/IB/ APIprintable.pdf IB_gateway.pdf GettingStartedC++API.pdf ibgateway-stable-standalone-linux-x64.sh IBJts
By nice4wisdom <no_reply@...> · #35594 ·
Re: The instruction of POSIX C++ for Eclipse or Netbeans
What version of the API did you download? Did you configure TWS to listen to port 7496 for your client applications? Can you enable logging on TWS to see if there any connection attempts?
By rholowczak <no_reply@...> · #35593 ·
The instruction of POSIX C++ for Eclipse or Netbeans
Hi. I want to use POSIX C++ API on Linux(debian). I installed and configured TWS API following the instruction of http://holowczak.com/installing-ib-gateway-for-linux/
By nice4wisdom <no_reply@...> · #35592 ·
Re: Sockets based trading program, which language to use, C#,Java,C++ ?
All three languages are suitable for live trading, so that isn't the deciding factor. You could choose the one you already know or the one you want to learn. It seems like Java is the cleanest
By Nick <news1000@...> · #35589 ·
Re: Requesting Market Price
Thank you!
By shoofra@... · #35588 ·
Re: Requesting Market Price
By shoofra@... · #35587 ·
Re: Requesting Market Price
I was very clueless when I found this group. Check out -> Programming Interactive Brokers Socket Client API using C# / Console ¨C Realtime Data http://holowczak.com/ib-api-socket-csharp-realtime/
By GreatRed01@... · #35586 ·
Re: Requesting Market Price
Hi Give some of these a try. Don't skip the materials at the start that explain the "event" based delivery of messages. Until you understand how the publish/subscribe messaging model work, the API
By rholowczak <no_reply@...> · #35590 ·
Requesting Market Price
Hello Group I am really lost of how to load market quote with C#. Here is my code, How do I proceed from here? Thank you. public bool is_connected = false; public void
By shoofra@... · #35584 ·
The instruction of POSIX C++ for Eclipse or Netbeans
Hi. I want to use POSIX C++ API on Linux(debian). I installed and configured TWS API following the instruction of http://holowczak.com/installing-ib-gateway-for-linux/ But I wasn't able to make the
By nice4wisdom <no_reply@...> · #35591 ·
Re: reqAccountSummary methods reply error code 322
Once a subscription is made to reqAccountSummary you should stay subscribed and automatically receive updates every 3 minutes until either the subscription is cancelled or there is a disconnection.
By Josh · #35585 ·
Re: reqAccountSummary methods reply error code 322
sTag = "AccountType,AccruedCash,BuyingPower,NetLiquidation," "TotalCashValue,SettledCash,EquityWithLoanValue,PreviousEquityWithLoanValue,"
By liu.huanjie@... · #35583 ·
reqAccountSummary methods reply error code 322
Hi, I try to request account summary, and every time I want to request, I unsubscribe first. Here is the code: cancelAccountSummary(orderId, group, sTag); reqAccountSummary(orderId, group, sTag);
By liu.huanjie@... · #35582 ·
Re: Request account position with specific account and contract id
Thanks a lot.? Sent from Yahoo Mail. Get the app
By liu.huanjie@... · #35581 ·
Re: Get EUR quote - Simple Example
Thank you!
By keithjmiklas@... · #35580 ·