Difference between revisions of "Market Trading"
m |
m |
||
| Line 37: | Line 37: | ||
* [[Generative AI]] ... [[Conversational AI]] ... [[OpenAI]]'s [[ChatGPT]] ... [[Perplexity]] ... [[Microsoft]]'s [[Bing]] ... [[You]] ...[[Google]]'s [[Bard]] ... [[Baidu]]'s [[Ernie]] | * [[Generative AI]] ... [[Conversational AI]] ... [[OpenAI]]'s [[ChatGPT]] ... [[Perplexity]] ... [[Microsoft]]'s [[Bing]] ... [[You]] ...[[Google]]'s [[Bard]] ... [[Baidu]]'s [[Ernie]] | ||
| − | + | ||
<youtube>00e7pj1UKWU</youtube> | <youtube>00e7pj1UKWU</youtube> | ||
<youtube>Jh5rJskkEkU</youtube> | <youtube>Jh5rJskkEkU</youtube> | ||
| Line 44: | Line 44: | ||
<youtube>abih1ADdyd4</youtube> | <youtube>abih1ADdyd4</youtube> | ||
| − | == I Built a Trading Bot with [[ChatGPT]] | Siraj Raval == | + | = Trading Bot = |
| + | * [https://alpaca.markets/ Alpaca SDK] ... for live trading data | ||
| + | |||
| + | == Python: I Built a Trading Bot with [[ChatGPT]] (Alpaca Markets API) | Siraj Raval == | ||
* [https://github.com/llSourcell/ChatGPT_Trading_Bot/ TraderBot] | * [https://github.com/llSourcell/ChatGPT_Trading_Bot/ TraderBot] | ||
| Line 50: | Line 53: | ||
* [[Python]] 3.7 | * [[Python]] 3.7 | ||
| − | |||
* [https://github.com/AI4Finance-Foundation/FinRL FinRL] ... Financial Reinforcement Learning | * [https://github.com/AI4Finance-Foundation/FinRL FinRL] ... Financial Reinforcement Learning | ||
* [https://vercel.com/ Vercel] ... platform for frontend developers | * [https://vercel.com/ Vercel] ... platform for frontend developers | ||
* [https://github.com/llSourcell/firebase_react_startup_template Firebase Template] <i>optional</i> | * [https://github.com/llSourcell/firebase_react_startup_template Firebase Template] <i>optional</i> | ||
| − | + | <youtube>fhBw3j_O9LE</youtube> | |
| + | == JavaScript: Build a [[ChatGPT]] Trading Bot With Real Time News (Alpaca Markets API) | Cooper Codes == | ||
| + | WebSockets to connect to a live news event data source from Alpaca Markets, analyze the headlines of live news, and then make decisions to buy/sell stocks based off of ChatGPT's reaction to the breaking news. A great introduction to WebSockets, API trading, and ChatGPT API calls. | ||
| + | <youtube>FoChpIOtUyU</youtube> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
= Other Videos = | = Other Videos = | ||
| Line 76: | Line 73: | ||
<youtube>bCjmbLoQahs</youtube> | <youtube>bCjmbLoQahs</youtube> | ||
<youtube>RJYmYDs-dB8</youtube> | <youtube>RJYmYDs-dB8</youtube> | ||
| + | |||
| + | == Other Siraj Raval Videos == | ||
| + | <youtube>rRssY6FrTvU</youtube> | ||
| + | <youtube>SSu00IRRraY</youtube> | ||
| + | <youtube>05NqKJ0v7EE</youtube> | ||
| + | <youtube>ftMq5ps503w</youtube> | ||
Revision as of 15:09, 17 April 2023
YouTube ... Quora ...Google search ...Google News ...Bing News
- Case Studies
- Backtesting
- Feedback Loop - Stock Market Predictions
- Charts with Generative AI
- How to use OpenAI Algorithm to create Trading Bot returned more than 110% ROI | Husein Zolkepli - Medium ...OpenAI
- Alpaca.ai
- Built In
- Liberated Stock Trader
- Trading Review
- Ash & Pri
- Any instructor
Contents
ChatGPT | OpenAI
YouTube ... Quora ...Google search ...Google News ...Bing News
- Prompt Engineering (PE)
- Generative AI ... Conversational AI ... OpenAI's ChatGPT ... Perplexity ... Microsoft's Bing ... You ...Google's Bard ... Baidu's Ernie
Trading Bot
- Alpaca SDK ... for live trading data
Python: I Built a Trading Bot with ChatGPT (Alpaca Markets API) | Siraj Raval
The entire codebase is contained in a single iPython notebook file.
- Python 3.7
- FinRL ... Financial Reinforcement Learning
- Vercel ... platform for frontend developers
- Firebase Template optional
JavaScript: Build a ChatGPT Trading Bot With Real Time News (Alpaca Markets API) | Cooper Codes
WebSockets to connect to a live news event data source from Alpaca Markets, analyze the headlines of live news, and then make decisions to buy/sell stocks based off of ChatGPT's reaction to the breaking news. A great introduction to WebSockets, API trading, and ChatGPT API calls.
Other Videos
Other Siraj Raval Videos