Difference between revisions of "Market Trading"

From
Jump to: navigation, search
m
m (Trading Bot)
Line 44: Line 44:
 
<youtube>abih1ADdyd4</youtube>
 
<youtube>abih1ADdyd4</youtube>
  
= Trading Bot =
+
= Build Trading Bot - with Alpaca Markets API =
 
* [https://alpaca.markets/ Alpaca SDK] ... for live trading data
 
* [https://alpaca.markets/ Alpaca SDK] ... for live trading data
 +
* [https://algotrading101.com/learn/alpaca-trading-review/ Alpaca Trading Review – Pros and Cons | Jignesh Davda - AlgoTrading101]
  
== Python: I Built a Trading Bot with [[ChatGPT]] (Alpaca Markets API) | Siraj Raval ==
+
[https://alpaca.markets/ 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 [https://alpaca.markets/ 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 ==
 
* [https://github.com/llSourcell/ChatGPT_Trading_Bot/ TraderBot]
 
* [https://github.com/llSourcell/ChatGPT_Trading_Bot/ TraderBot]
 
+
* [https://github.com/llSourcell/ChatGPT_Trading_Bot/blob/main/tradingBot.ipynb iPython notebook file]  
The entire codebase is contained in a single [https://github.com/llSourcell/ChatGPT_Trading_Bot/blob/main/tradingBot.ipynb iPython notebook file].
 
 
 
 
* [[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
Line 59: Line 60:
 
<youtube>fhBw3j_O9LE</youtube>
 
<youtube>fhBw3j_O9LE</youtube>
  
== JavaScript: Build a [[ChatGPT]] Trading Bot With Real Time News (Alpaca Markets API) | Cooper Codes  ==
+
== 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.
+
* [[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 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.
  
 
<youtube>FoChpIOtUyU</youtube>
 
<youtube>FoChpIOtUyU</youtube>
 
  
 
= Other Videos =
 
= Other Videos =

Revision as of 15:24, 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