Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 783 Bytes

File metadata and controls

18 lines (11 loc) · 783 Bytes

Option Visualiser

Python code that visualises the profit/loss of both linear and inverse option contracts.

When using inverse contracts, be sure to enter the option premium in base currency terms, not in dollars. For example if you are trading inverse BTCUSD options on Deribit, the premium is an amount of bitcoin (the base currency).

Go to https://github.com/cryptarbitrage-code/option-visualiser 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)

GUI and Charts

Tkinter is used for the GUI, and Matplotlib is used to plot the charts.