From abd5d1e6f71cb3e64dd2fa12cec20aeef8c86366 Mon Sep 17 00:00:00 2001 From: Jonathan V <11986470+jonofmac@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:08:59 -0500 Subject: [PATCH] Update and rename ts2OS.py to ts2os.py Just renamed --- ts2OS.py => ts2os.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename ts2OS.py => ts2os.py (93%) diff --git a/ts2OS.py b/ts2os.py similarity index 93% rename from ts2OS.py rename to ts2os.py index c19382d..2807bca 100644 --- a/ts2OS.py +++ b/ts2os.py @@ -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 @@ -74,4 +74,4 @@ def getOSString(self): fullURL = fullURL + opt.getOSString() optCount = optCount + 1 - print (fullURL) \ No newline at end of file + print (fullURL)