Skip to content

Commit

Permalink
add strangles, condors, call spreads
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Jul 1, 2024
1 parent 3cf9f96 commit b8f656d
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 36 deletions.
12 changes: 9 additions & 3 deletions etc/ttcli.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
username = foo
password = bar
default-account = example
# username = foo
# password = bar
# default-account = example

[portfolio]
bp-target-percent-vix-low = 15
Expand All @@ -12,3 +12,9 @@ portfolio-delta-variation = 5

[order]
bp-warn-above-percent = 5

[options]
chain-show-delta = true
chain-show-iv = false
chain-show-oi = false
chain-show-theta = false
4 changes: 2 additions & 2 deletions ttcli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import asyncclick as click

from ttcli.option import option
from ttcli.utils import VERSION, logger
from ttcli.utils import CONTEXT_SETTINGS, VERSION, logger


@click.group()
@click.group(context_settings=CONTEXT_SETTINGS)
@click.version_option(VERSION)
async def app():
pass
Expand Down
Loading

0 comments on commit b8f656d

Please sign in to comment.