All Projects → blossom-hub → blossom

blossom-hub / blossom

Licence: MIT License
Double entry plain text accounting for traders

Programming Languages

F#
602 projects

Projects that are alternatives of or similar to blossom

TelegramTrader-MT4-MT5
Connect Telegram Messenger to Metatrader for Live Quotes, Charts, Trading, and Managing Robots(Expert Advisors)
Stars: ✭ 74 (+335.29%)
Mutual labels:  trading
mcafee2cash
A crypto trading bot powered by McAfee tweets
Stars: ✭ 38 (+123.53%)
Mutual labels:  trading
okex-websocket
A python implemented websocket API demo for OKEx automatic trading.
Stars: ✭ 47 (+176.47%)
Mutual labels:  trading
jesse strategies
Jesse ai strategies
Stars: ✭ 42 (+147.06%)
Mutual labels:  trading
ledger-plots
R functions to plot data from your ledger
Stars: ✭ 24 (+41.18%)
Mutual labels:  plaintext-accounting
algobot
Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
Stars: ✭ 776 (+4464.71%)
Mutual labels:  trading
gdax bot
gdax_bot - Micro dollar cost averaging for crypto
Stars: ✭ 57 (+235.29%)
Mutual labels:  trading
3commas-cyber-bots
3Commas bot helpers, AltRank, GalaxyScore, Watchlists, Auto-Compound, TrailingStopLoss, TakeProfitIncrement
Stars: ✭ 102 (+500%)
Mutual labels:  trading
coinbase-fix-example
Simple example application for Coinbase Pro FIX API
Stars: ✭ 42 (+147.06%)
Mutual labels:  trading
alpaca
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
Stars: ✭ 100 (+488.24%)
Mutual labels:  trading
mirage
A Mirage blue theme with pastel tones for Visual Studio Code
Stars: ✭ 39 (+129.41%)
Mutual labels:  vscode-plugin
beancount-mobile
Your personal finance manager. iOS and Android App for Beancount.io
Stars: ✭ 75 (+341.18%)
Mutual labels:  plaintext-accounting
open-trading-platform-UI
The Open Trading Platform UI is a front-end module for trading across 5 crypto currency exchanges allowing both spot and margin trading. The UI needs to be used with the API repo.
Stars: ✭ 54 (+217.65%)
Mutual labels:  trading
angular-karma test-explorer
vscode extension for easy angular testing and debugging
Stars: ✭ 67 (+294.12%)
Mutual labels:  vscode-plugin
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (+323.53%)
Mutual labels:  trading
backtrader-pyqt-ui
Easy to use backtrader UI
Stars: ✭ 116 (+582.35%)
Mutual labels:  trading
NiFi4Trading
NiFi Bundle for FIX Protocol
Stars: ✭ 14 (-17.65%)
Mutual labels:  trading
vscode-px-to-rem
Extension that allows you to convert from px to rem, and vice versa
Stars: ✭ 36 (+111.76%)
Mutual labels:  vscode-plugin
corporate-earnings
Displays corporate earnings and fundamentals in the easy to analyze format
Stars: ✭ 92 (+441.18%)
Mutual labels:  trading
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+3035.29%)
Mutual labels:  trading

.Net

blossom

Double entry plain text accounting for traders. For full documentation, go to the documentation home.

Blossom is a yet another plain text acount application cli similar to Ledger-cli, Hledger and Beancount. As with the other similar implementations:

  • blossom works locally, without interacting with webs servers, banks or the like, your data stays with you.
  • As it's plain text, you can store your files in whatever source control repository or document management system you like. I don't recommend storing them on github.com!
  • blossom only reads your data, it doesn't know how to write and won't smash up your data.
  • a small eco-system of helper utilities is in the planning (pretty-print, price import, etc - rather custom)
  • a VSCode extension is in developement, including support for a notebook.
  • will support reporting via REST services, so it is integratable into your own workflow

But this breaks IFRS Rule 123-R!

Yes. But then you should get a real accountant if you need to follow those rules to the letter. It tries to strike a balance between real accounting and common sense. You can raise a ticket if you like.

Does it work yet?

Yes and no. It works, but it doesn't do a whole lot and is not overly optimised, but currently performs well and can handle relatively large files from brokers. The below snapshot might convince you (or not) about the viability.

I am personally using this to capture my accounts, starting with 2020. Here's a statistics output snapshot (meta statistics) showing what's inside some of files so far:

Item Combined file
Range 2017-02-12 -> 2021-12-29
Transactions 5,030
Postings 7,119
Accounts 181
Commodities 172
Payees 446
Assertions 382
Prices 60,733

Platforms

blossom is using F# and .net core, so it runs cross-platform. I've verified this on Windows 10 and Ubuntu 20.04 LTS.

Can I contribute?

There's not much to contribute to right now, star the project and come back later.

Why is there another clone of ledger?

  1. I find that the other systems don't cater well for more advanced trading strategies such as options or futures, which large numbers of trading assets (100+ can soon accrue).
  2. My use of MS Money for the last 15 years didn't really cut it for trading and multicurrency handling; it's long dead and I needed another solution.
  3. I want to customize reports inside the app rather than have to write on top of results from others.
  4. I felt like a challenge!

Differences to others

After the initial accounting portions which are fairly standard across pta software (balance checking, validations, reporting etc), there is a focus on trading support:

  • Enhanced PnL reporting taking into account expenses, transfers, cross currency impact
  • Support for non-nav assets such as mtm futures
  • Possible future support for risk, stress reports (option evaluation, derivatives linkage to underlyings, volatility surfaces etc) for OTC products.

Most of the "standard" formatting works in blossom, although there some extra helpers and formatting supported to cut down on boilerplate and monotonous copy/paste. You can see some of the format ideas at the journal format page.

Plans

  1. Add more checks / validation
  2. Focus trading expanding features
  3. Add a VSCode extension for both editing and processing the data.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].