FidelityAutobot
Trade automation for Fidelity Investments portfolio using Python and Selenium
Install / Use
/learn @Jeebus678/FidelityAutobotREADME
The purpose of this program is to provide simple order automation for fidelity investments using the selenium API. Fidelity doesn't provide an API for trading, so this is my workaround for automation.
Currently this is work-in-progress with only support for creating simple buy/sell orders.
usage: main.py [-T TICKER] [-q QUANTITY] [-b | -s] [-S | -D] [-m | -l]
[-p PRICE] [-d | -g] [-h]
A program for creating fidelity orders.
Required arguments:
-T TICKER, --ticker TICKER
Define order ticker
-q QUANTITY, --quantity QUANTITY
Set order quantity [-1 to select all]
-b, --buy Sets order to buy
-s, --sell Sets order to sell
-S, --shares Sets order to shares
-D, --dollars Sets order to dollars
Optional arguments:
-m, --market Sets order to market [default]
-l, --limit Sets order to limit
-p PRICE, --price PRICE
Sets limit price
-d, --day Sets limit order to day
-g, --gtc Sets limit order to good-till-cancelled
-h, --help Show this help message and exit
Config file should look like this:
account = {
"user": "your_username",
"pass": "your_password",
"id": "account_number"
}
And configure the chrome webdriver to include the proper path
driver = webdriver.Chrome(options=cfg.chrome_options, executable_path='PATH_TO_CHROMEDRIVER')
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
