All Projects → anfederico → Cryptoview

anfederico / Cryptoview

Elegant portfolio management for multi-exchange traders

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cryptoview

Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+88.83%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-73.79%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cryptocurrency Arbitrage
A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.
Stars: ✭ 836 (+305.83%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-75.24%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-23.79%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (+79.13%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-73.79%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+39.81%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-42.23%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (-44.66%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Coinpusher
📈 real-time cryptocurrency chart prediction based on neuronal-networks
Stars: ✭ 141 (-31.55%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-33.98%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-51.94%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-40.78%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-16.99%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-31.55%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (-14.56%)
Mutual labels:  bitcoin, cryptocurrency, litecoin
Awesome Decentralized Papers
Influential papers in decentralized systems (cryptocurrencies, contracts, consensus, etc.)
Stars: ✭ 179 (-13.11%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-31.55%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1313.59%)
Mutual labels:  ethereum, bitcoin, cryptocurrency


                              Python Dependencies GitHub Issues Contributions welcome License

Briefly

Cryptoview is written to be forked and deployed on a free Heroku account. There is a web application component which handles updating and visualizing your positions and there is a scheduler component that periodically tracks your equity and stores it in a database. Ideally, you'll deploy the web application on Heroku and then run the scheduler locally. This will keep your Heroku account free since you won't pay for background dynos and allow you to access your portfolio from anywhere. The only thing you need to do is setup a free online database through mlab, edit a settings file, and deploy straight from Github. I've tried to make these steps as easy as possible.

Setting up the database

  • Make an account at https://mlab.com
  • Create a new deployment in sandbox mode
  • Add a database user to your deployment
  • Keep the site up for the next step

Fork and fill out the settings file

/cryptoview
└── /scripts
    └── settings.py

Deploy it

Heroku
The reason it runs separately is to keep web hosting free, if you decide to host it on Heroku. By handling the background tasks locally, you can run the app in sandbox mode on Heroku and handle the updaters file on your local computer. Fork the repository, create a Heroku sandbox app, and deploy straight from your forked repository.

Locally
After the app is running on Heroku, start tracking your equity locally by running the following file. This is optional and you can turn it on/off whenever you like, however you'll have missing dates in your equity curve. Since mlab is an online database, both Heroku and your local computer can communicate through it. I prefer this method because I can access my portfolio from anywhere online without paying for extra Heroku dynos.

/cryptoview
└── updaters.py

Contributions

Please create an issue for any ideas/comments/features you'd like to see or implement yourself!

Tips

BTC
ETH
LTC

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].