Skip to content

Commit 7606f84

Browse files
committed
1.2 release
1 parent 3ed4b33 commit 7606f84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ts2os.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Name: ts2os.py
2-
# Version: 1.1 - 2024/08/29
2+
# Version: 1.2 - 2024/08/29
33
# Description: Run with python ./ts2os.py, when the prompt comes up, copy and paste the lines from the trade steward bot log for the fill.
44
# E.g. Leg 1: Sell to Open -1x SPXW 08/29/24 5545P @ $4.25 (4.20/4.30); 12.8 Delta
55
# Leg 2: Buy to Open 1x SPXW 08/30/24 5545P @ $7.12 (7.00/7.10); 16.7 Delta
@@ -9,9 +9,12 @@
99
# Once input is done, press enter on an empty line. There's no error checking. Quick and dirty...
1010
#
1111
# Changelog:
12-
# V 1.1 - 2024/08/29
12+
# V 1.2 - 2024/08/29
1313
# - Added number of legs per option
1414
#
15+
# V 1.1 - 2024/08/07
16+
# - Renamed to ts2os from ts2OS
17+
#
1518
# V 1.0 - 2024/08/05
1619
# - Initial release
1720
import re

0 commit comments

Comments
 (0)