Search results

  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...
  13. W

    Does winning probability of a day trading system resets every day?

    There is no correlation between each trade, every single one has 60% probability. If you flip a coin you always have 50% chance for heads and 50% for tails. If you flip twice you have 50/50 in every flip, yet only 25% chance for getting two heads in a row.
  14. W

    Your statistics.

    93% wins + 9% loses = 102% trades Quite impressive lol
  15. W

    Legit, safe high leverage brokers

    https://www.mrforex.com/en/minimum-deposit/ There you go No idea who is "legit and safe" on that list, but I guess you are already playing risky do why care
  16. W

    Legit, safe high leverage brokers

    Hard to find anything with that budget unfortunately. From what I know Oanda and Interactive Brokers both have no minimums (Oanda is MM!). IMO, if you wish to try your luck in trading go with demo/paper trading first. If you will find yourself profitable than gather a bit more cash (200$ for...
  17. W

    Learn To Code: Traditional Bond Traders Now Being Overrun By Programming Quants

    It depends... Easiest way is to use Ctrader FIX API, which is offered by many brokers (e.g. ICM, Pepperstone). This is not fully functional FIX so it is not the best way, but the easiest to start. If you are looking for low minimum requirements with ECN/STP access I strongly suggest LMAX (10k...
  18. W

    Learn To Code: Traditional Bond Traders Now Being Overrun By Programming Quants

    Sooner or later you will find FIX (Financial Exchange Protocol).There are few brokers that allow using this with small funds, yet there are some. FIX is language agnostic, allows trading on many exchanges/brokers simultaneously, lets you combine algo with ML or anything you wish. Basically this...
  19. W

    commission free auto trading?

    Well, there is https://alpaca.markets I haven't tested it tho and its hard to find any reviews, Im curious if it is in fact free trading... If anyone knows something about them please share
  20. W

    Seeking for the cheapest liquid asset

    Im posting my orders through FIX API and as far as I have researched this there are no brokers offering FIX with no commissions, but hopefully Im wrong
Back
Top