Recent content by WiktorK

  1. W

    Prometheus for Trading Data Insights?

    I have tried it once, but given this up as PromQL (the query language for prometheus) was not very suitable for my purposes But financial data (prices across time) is a timeseries data so prometheus is a perfect database to store it (for me it is just easier to use a standard SQL database and...
  2. W

    Prometheus for Trading Data Insights?

    This answer is wrong... Prometheus is just a time series database shipped with data HTTP scrapers. Mostly used for metrics indeed. There is no alerting in prometheus itself, but it is often shipped with alertmanager which does that (prometheus is jus able to compare the metrics value with...
  3. W

    Histdata.com - how to get forex (not only) tick data for free - automated way

    I've forgot to add screenshot, here you go :)
  4. W

    Histdata.com - how to get forex (not only) tick data for free - automated way

    This website https://www.histdata.com/download-free-forex-data/ allows access to tick/1sec/1min decent quality data for many forex pairs, probably known to some of you. It is possible to download the data month by month and unzip it, yet this is far from effective and takes hours if you need 10...
  5. W

    how to run a cicd pipeline for ninjatrader

    You could use Jenkins pipeline triggered by git pull-request merge for example, but it seems like an overkill if you are doing this on yourself. Rundeck is a lighter alternative Maybe some simple scripts (ssh+scp / anisble)?
  6. W

    Hetzner now offers also a location in the USA (cloud servers / VPS)

    Small lag from remote desktop to exchange is nice, but what is the point of this? There is still a lag between a local workstation and a VPS remote, so as I understand the time between submitting an order (locally) and its execution should not change.
  7. W

    Getting HTML via Browser OK, via wget ERROR. Why?

    I may be wrong here, but you are trying to download a file when there is none. Yahoo does not provide anything "downloadable" here. If you want to get the full content of this website, you can do so with: curl...
  8. W

    IB API - Simple headless gateway [docker]

    My goal was to provide a way to run this headless, with ability to authenticate from anywhere on the go (phone mainly). I don't like the idea of storing my credentials to IB anywhere and project aiming to automate login are already here (IBeam, ibcalpha). This also does not need a container...
  9. W

    IB API - Simple headless gateway [docker]

    https://github.com/wiktorkisielewski/ibkr_gateway Feel free to share your opinion, suggest or ask something :)
  10. W

    Low ECN Commission Brokers EU?

    Yup, but you will lose much more often:caution:
  11. W

    EURUSD|EURAUD|EURGBP|USDCHF|AUDUSD|GBPUSD - tickdata from 2016 to 2020

    There are no timestamps for this tick data, all it has are the price changes. For me the time between each tick does not matter, only the price change.
  12. W

    EURUSD|EURAUD|EURGBP|USDCHF|AUDUSD|GBPUSD - tickdata from 2016 to 2020

    Hi, I have gathered almost 4 years of tick by tick data for these 6 currency pairs and thought it might be useful for some of you :) Here is the Google Drive link if anyone wishes to use this: https://drive.google.com/drive/folders/1sk3Ez_OZ7qkQotCDixGI--B3V6sqXF3B?usp=sharing Every folder...
Back
Top