Python code that pulls in your Deribit derivatives positions, then calculates and displays the Greeks of your positions.
Go to https://github.com/cryptarbitrage-code/deribit-position-greeks for the latest code.
Follow me on https://twitter.com/cryptarbitrage for other free resources and content.
Deribit ref-link: https://www.deribit.com/?reg=1332.557&q=home (10% discount on trading fees)
Tkinter is used for the GUI, and Matplotlib is used to plot the charts.
This program uses the following api endpoints:
get_positions
get_order_book
get_instruments
get_instrument (not used but included in api_functions.py)
get_book_summary_by_instrument (not used but included in api_functions.py)