I created Atomax as a way to automatically trade stocks in response to TradingView notifications. Whenever a BUY/SELL notification is received from TradingView, this bot will place a BUY/SELL order using the Alpaca Trading API.
For account configuration and order placement, I decided to use Discord as the front-end. By making use of the Discord API, Atomax users are able to generate custom webhooks for each of their orders. After pasting this webhook into TradingView, any notifications received will call the webhook and trigger an order on the Alpaca API.
I plan on extending this documentation further in the future!