Search results

  1. X

    IB's Data feed

    marsman, it doesn't work see above ...
  2. X

    How do check out IB's connection

    Thank for a link but I thought the IsConnected() it is as a indicator of connection between the IB's gateway and IB's server.
  3. X

    IB's Data feed

    Gentlemans from the IB please add the callback tickPrice time Stamp! Or will make a new callback kind of LastPrice(double price, string DataTime) as the tickPrice! Now this's very bad approach!
  4. X

    How do check out IB's connection

    Yes it already has been connected!
  5. X

    How do check out IB's connection

    IsConnected = true; while(true) { if (!ClientSocket.IsConnected()) { IsConnected = false; MessageBox.Show("Connection was lost"); } while (!ClientSocket.IsConnected()) { } if (!IsConnected)...
  6. X

    IB's Data feed

    Real-time-data can got via PriceTick or RealTimeBar. 5sec - this is about RealTimeBar. Else we can use RTvalue as an alternative, but this's an absolute chimera of programing!
  7. X

    IB's Data feed

    We have alredy talked about this above, this's IB's a bad. If IB add date-time stamp in the PriceTick (or last price) we don't have this a problem!
  8. X

    IB's Data feed

    Thank conduit, but 5 seconds of delay for the open session it's a big problem! Me need not more than 1 sec, it's my limit! So wiil be change me approach!
  9. X

    IB's Data feed

    I want to get the tick price with date and time, for correct charting! IB ignores the fact that between client and IB's server may be some delays and provides tick prices without date and time or provides data via RealTimeRars having a delay of 5 second (Why more 5 seconds, but not less than a...
  10. X

    IB's Data feed

    Hold your horses guy, Sierra Charts it is as Visual Studio for big money! Do you understand that delay may be very big sort of some power off or an connection lost ... As the results we can use it as tikePrice + localtime is it over? And reqHistoricalData can we used only once? I got error...
  11. X

    IB's Data feed

    I can't see where the Chart Control automatically builds candles using a tick I should self to create and to edit new X axis. Chart control doesn't understand where is a start trade session and where is an end trade session understand too. It all I should coding self. Do you can show me? But...
  12. X

    IB's Data feed

    I using C# + API IB + Microsoft Chart Control
  13. X

    IB's Data feed

    And else a moment if next candles wasn't deals how I will know it? Building empty candles or not?
  14. X

    IB's Data feed

    stevegee58 I thought about this idea, but this the variant has big "But", if will be too much delays on internet ways between your client and server of IB charting will be incorrect!
  15. X

    IB's Data feed

    Yes Gldr it's your confusing! tickPrice it's the Tick Price, kind of 'consolidated' is RealTimeBars - 5 sec. But I still can't find a sample where is the scheme of charting, may be who do explain here how do this?
  16. X

    IB's Data feed

    Hello folk! I try building IB project and I have some problems with using IB's Data feed, I can't make rightly charting. 1. Api IB returns HistoricalData with an end point at time but can't update last value. 2. Has RealTimeBars but this function updating the bar only each 5 seconds. 3. He has...
  17. X

    History Data

    Hello folk! Who know where can download History Data for American Stocks since from ~2000 year in formate 1H?
  18. X

    Chinese and Indian brokers

    Something like that ..., IB Group it's sort of a holding company! Just people wrote above: IBHK - it US broker and IBLLC this is world broker as one company, but it is incorrect! Want to trade in US work with IBLLC. in China work with IBHK. Enough about IB. :) This's theme about local brokers!
  19. X

    Chinese and Indian brokers

    If I'm HK resident and I'm covered by IB-HK I can't trade in USA via IB-HK! Because the IB-HK is not an USA broker, the IB-HK is not an USA company, the IB-HK is not member the USA Exchanges, laws of China don't work within USA and the IB-HK didn't regulated the SEC. This's just corp...
  20. X

    Style coding of Java TWS API

    Hello! I see in TWS API is two way coding 1. This is using of "com.ib.client" via an EWrapper method 2. using of "com.ib.controller" via an EClientSocket method What difference between this methods? And what is more right using? And else question: Java TWS API doesn't using lambda function...
Back
Top