@tradepilotlabs/ats 1.1.26 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# TradePilot ATS
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Options strategy automation server. Receives webhook signals (from each user's chosen managed strategy or their own TradingView alerts), manages each user's TastyTrade OAuth connection, and submits orders to the broker per the entry and exit rules each user has explicitly configured. Also exposes admin/billing/backtest APIs.
|
|
4
|
+
|
|
5
|
+
TradePilot is a software automation tool, not a discretionary trading service: users own their broker accounts, define every risk parameter, and retain full control. They can pause execution, override exits, or close any position at any time.
|
|
4
6
|
|
|
5
7
|
## Stack
|
|
6
8
|
|