Connecting to API (IQ Feed) to retrieve historical/live data VS loading data from QCollector?

Discussion in 'App Development' started by Howard, Nov 23, 2019.

  1. zwangerz

    zwangerz

    You have to check if your data arrives in you application fast. Doesn't matter if qcollector updates its files quickly, this could happen repeatedly and your app infrequently gets the chance to read the data because it is being updated and thus locked by qcollector.

    If you can get your hands on the API documentation it should be fairly straight forward to replace the file with a direct connection from your app to iqfeed
     
    #21     Nov 27, 2019
    Howard likes this.
  2. Howard

    Howard

    Thanks, zwangerz. :)
     
    #22     Dec 1, 2019