a framework for trading with tradingview webhooks!
The Tradingview-webhooks-bot (TVWB) is a Python-based framework designed for extending or implementing custom logic using data from Tradingview's webhooks. It serves as a set of components with a webapp GUI, built with an event-driven architecture to provide users with the flexibility to create their own trading strategies.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.