Difference between revisions of "Market Trading"

From
Jump to: navigation, search
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


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

Other Videos

Other Siraj Raval Videos