Skip to content

Commit 98ca29d

Browse files
authored
Create README.md
1 parent b73ffd6 commit 98ca29d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Simple script to quickly build a link on OptionStrat from TradeSteward's bot log.
2+
3+
### Instructions ###
4+
You need to find the detailed summary for fill order for a bot:
5+
```
6+
Leg 1: Sell To Open SPXW 07/18/24 5650P @ $21.13 (21.20/21.50); 49.4 Delta
7+
Leg 2: Buy To Open SPXW 07/18/24 5620P @ $10.35 (10.40/10.70); 29.3 Delta
8+
Leg 3: Buy To Open SPXW 07/16/24 5620P @ $2.67 (2.70/2.80); 16.9 Delta
9+
```
10+
11+
1. Simply run the python script: `python ./ts2OS.py`
12+
2. Go to a bot activity log on trade steward and find the line that says `The bot recorded information on the strikes filled on the opening of the trade.` and copy summary (like above)
13+
3. Paste the details into the console. Each leg will be an individual line
14+
4. Once done with input, press enter on an empty line
15+
5. Script prints an option strat link with the provided details
16+
17+
### Known short-comings ###
18+
* No input sanitation. Garbage in, garbage out applies
19+
* As of August 5th, 2024, TradeSteward's bot log does not give the quantities of each leg in the summary, so you will have to manually select the number of legs if it's not 1x

0 commit comments

Comments
 (0)