Skip to content

AWS Lambda endpoint for executing Alpaca bracket orders

Notifications You must be signed in to change notification settings

LWN-10/tradingview-webhooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tradingview-webhooks

AWS Lambda endpoint for executing Alpaca bracket orders.

Uses AWS Chalice Framework for Serverless Python:

https://github.com/aws/chalice

Demo Video

https://youtu.be/TKAo_Z-hzQs

Sign Up For TradingView with this link to support this channel/project

https://tradingview.go2cloud.org/SH4Gl

TradingView message format

{
    "open": {{open}},
    "high": {{high}},
    "low": {{low}},
    "close": {{close}},
    "exchange": "{{exchange}}",
    "ticker": "{{ticker}}",
    "volume": {{volume}},
    "time": "{{time}}",
    "timenow": "{{timenow}}"
}

About

AWS Lambda endpoint for executing Alpaca bracket orders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%