Tradingview Webhooks Bot

screenshot of Tradingview Webhooks Bot
flask

a framework for trading with tradingview webhooks!

Overview

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.

Features

  • Event-Driven Architecture: TVWB is designed with an event-driven architecture that allows users to extend and implement custom logic easily.
  • Flask Integration: TVWB uses Flask to handle webhooks, providing a simple API for interacting with the data.
  • Quickstart with Docker: TVWB offers a Docker compose command for quick and easy installation.
  • Custom Actions and Events: Users can create custom actions and link them to specific events to trigger desired actions.
  • Webhook Interaction: TVWB enables users to send webhooks, view events, and access webhook data for trading analysis.
  • Community Actions: Users can explore and utilize pre-made community actions for convenience.

Summary

flask
Flask

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.