Skip to content

Commit

Permalink
Update and rename ts2OS.py to ts2os.py
Browse files Browse the repository at this point in the history
Just renamed
  • Loading branch information
jonofmac authored Aug 6, 2024
1 parent 98ca29d commit abd5d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ts2OS.py → ts2os.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name: ts2OS.py
# Name: ts2os.py
# Version: 1.0 - 2024/08/05
# Description: Run with python ./buildOS.py, when the prompt comes up, copy and paste the lines from the trade steward bot log for the fill.
# 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.
# E.g. Leg 1: Sell To Open SPXW 07/18/24 5650P @ $21.13 (21.20/21.50); 49.4 Delta
# Leg 2: Buy To Open SPXW 07/18/24 5620P @ $10.35 (10.40/10.70); 29.3 Delta
# Leg 3: Buy To Open SPXW 07/16/24 5620P @ $2.67 (2.70/2.80); 16.9 Delta
Expand Down Expand Up @@ -74,4 +74,4 @@ def getOSString(self):
fullURL = fullURL + opt.getOSString()
optCount = optCount + 1

print (fullURL)
print (fullURL)

0 comments on commit abd5d1e

Please sign in to comment.