Difference between revisions of "Market Trading"

From
Jump to: navigation, search
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>FoChpIOtUyU</youtube>
+
 
 
<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://alpaca.markets/ Alpaca SDK] ... for live trading data
 
 
* [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>
  
The tools used in this tutorial are the Alpaca API for live trading data:
+
<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>
  
<youtube>fhBw3j_O9LE</youtube>
 
 
 
=== Other Siraj Raval Videos ===
 
<youtube>rRssY6FrTvU</youtube>
 
<youtube>SSu00IRRraY</youtube>
 
<youtube>05NqKJ0v7EE</youtube>
 
<youtube>ftMq5ps503w</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


ChatGPT | OpenAI

YouTube ... Quora ...Google search ...Google News ...Bing News


Trading Bot

Python: I Built a Trading Bot with ChatGPT (Alpaca Markets API) | Siraj Raval

The entire codebase is contained in a single iPython notebook file.

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