Recent content by rodionos

  1. R

    Anyone use timeseries DB:InfluxDB + timeseries visualisation:Grafana

    The time resolution of reqMktData https://www.interactivebrokers.com/en/software/api/api.htm is 1 ms but I'm not sure how often you see multiple events with the same timestamp. Someone probably has statistics into how many trades are executed per day for any given ticker on average. Lets assume...
  2. R

    Anyone use timeseries DB:InfluxDB + timeseries visualisation:Grafana

    The choice of database should take throughput and schema into account. If you're storing OHLC bars for 1000 tickers, any database would do. If your insert rate is over 100K per second, than it's a different story. It also depends how you use the data - backtesting vs streaming calculations, e.g...
Back
Top