This Funding Carry Dashboard is a tool that collects real-time data from a cryptocurrency exchange, processes key metrics such as cumulative returns, and presents the insights in an interactive dashboard. Designed specifically for funding carry strategies, this app helps traders analyze performance, track funding rate differentials, and optimize their trading decisions.
The app follows a classical three-layer architecture that divides apps into three layers: the Presentation Layer, the Logic Layer and the Data Access Layer.
- The Presentation Layer: Data Analytics Dashboard
- An interactive dashboard that visualizes key metrics such as cumulative returns and funding carry opportunities.
- The Logic Layer: Data Handling
- Processes raw exchange data, computes funding carry metrics, and applies business logic.
- The Data Access Layer: Database and Data Access
- Manages data retrieval, storage, and interaction with the crypto exchange API.
- Fork it (https://github.com/MarkusMusch/FundingCarry/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar')
- Create a new Pull Request
Markus Musch
See the LICENSE file for license rights and limitations (GNU GPLv3).