Difference between revisions of "Market Trading"

From
Jump to: navigation, search
m
m
Line 61: Line 61:
  
 
== JavaScript: Build a [[ChatGPT]] Trading Bot With Real Time News | Cooper Codes  ==
 
== JavaScript: Build a [[ChatGPT]] Trading Bot With Real Time News | Cooper Codes  ==
* [[Javascript]]
+
* [[JavaScript]]
 
WebSockets to connect to a live news event data source from [https://alpaca.markets/ 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 to connect to a live news event data source from [https://alpaca.markets/ 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.
+
WebSockets is a next-generation bidirectional communication technology for web applications which operates over a single socket and is exposed via a [[JavaScript]] interface in HTML 5 compliant browsers.
  
 
<youtube>FoChpIOtUyU</youtube>
 
<youtube>FoChpIOtUyU</youtube>

Revision as of 23:18, 5 December 2023

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


ChatGPT | OpenAI

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

Build Trading Bot - with Alpaca Markets API

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

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 interface in HTML 5 compliant browsers.

Other Videos

Other Siraj Raval Videos