Difference between revisions of "Market Trading"
m (→Trading Bot) |
m (→ChatGPT | OpenAI) |
||
| 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>coOc5DBZnbM</youtube> | |
<youtube>00e7pj1UKWU</youtube> | <youtube>00e7pj1UKWU</youtube> | ||
<youtube>Jh5rJskkEkU</youtube> | <youtube>Jh5rJskkEkU</youtube> | ||
Revision as of 15:27, 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
Build Trading Bot - with Alpaca Markets API
- Alpaca SDK ... for live trading data
- Alpaca Trading Review – Pros and Cons | Jignesh Davda - AlgoTrading101
Alpaca is a brokerage that allows you to buy and sell stocks on US exchanges. The broker has gained popularity as it does not charge a commission for buying or selling stocks. What makes Alpaca unique, in addition to commission-free trading, is that it is very much focused on API trading.
Python: I Built a Trading Bot with ChatGPT () | Siraj Raval
- TraderBot
- 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 | 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.
WebSockets is a next-generation bidirectional communication technology for web applications which operates over a single socket and is exposed via a [[Javascript|JavaScript] interface in HTML 5 compliant browsers.
Other Videos
Other Siraj Raval Videos