Algo Trading with Fyers API

This repository contains a collection of scripts and notebooks designed to demonstrate algorithmic trading using the Fyers API with Python. It is intended for educational purposes and to serve as a foundation for building your own algo trading strategies.

Overview

The Fyers API provides a powerful interface for traders to execute trades, retrieve live market data, manage portfolios, and much more, directly through Python scripts. This repository aims to leverage these capabilities to showcase various trading strategies and techniques.

Prerequisites

Before you begin, ensure you have the following requirements met:

  • A Fyers account (you can sign up here)
  • Python 3.6 or higher
  • An API token from Fyers (refer to the Fyers API documentation on how to obtain this)

Installation

  1. Clone this repository to your local machine using git clone https://github.com/yourusername/your-repo-name.git.
  2. Navigate to the cloned directory.
  3. Install the required dependencies using pip install -r requirements.txt.