• Post category:StudyBullet-16
  • Reading time:10 mins read


Master Algorithmic Trading with Python: Unleash the Power of FYERS Broker for Automated Strategies and Financial Success

What you will learn

How to use Fyers effectively for day trading.

How to use the Fyers trading platform

Everything about how to code indicators and candlestick patterns

BONUS: How to work with options in algo trading using Fyers

Description

Embark on a comprehensive journey through algorithmic trading using Python on the FYERS Broker platform. This course provides you with hands-on experience and in-depth knowledge to master the art of algorithmic trading. Here’s what you’ll gain:


Get Instant Notification of New Courses on our Telegram channel.


  • API Mastery: Learn the intricacies of different API calls on the FYERS Broker, understanding how to efficiently interact with the trading platform programmatically.
  • Real-time Data Acquisition: Explore the nuances of fetching live data, enabling you to make informed decisions based on the latest market trends.
  • WebSocket Implementation: Discover the power of WebSocket for seamless and real-time communication, ensuring you stay ahead in the fast-paced world of algorithmic trading.
  • Indicator Creation: Delve into the process of designing and implementing custom indicators, providing you with the tools to analyze market conditions and trends effectively.
  • Candlestick Pattern Coding: Gain proficiency in coding candlestick patterns, unlocking the ability to identify key market signals for strategic decision-making.
  • Stock Scanning Techniques: Learn the art of scanning stocks to uncover potential opportunities, laying the foundation for crafting data-driven and successful trading strategies.

By the end of this course, you’ll not only have a strong command of algorithmic trading concepts but also the practical skills to implement them using Python on the FYERS Broker platform. Elevate your trading journey and position yourself for financial success in the dynamic world of algorithmic trading.

English
language

Content

Introduction to Fyers API

Course Prerequisite
Fyers Account Opening
Important Fyers URLs

Python and Software Installation

Python Installation Steps
IntelliJ Software Installation Steps

Introduction to Python Programming

Python Basics
Python Operators
Lists in Python
Conditions
Loops
Numpy (Optional)
Pandas

Fyers API Setup and Token Generation

Fyers Trading API Creation
How to setup TOTP in Fyers Account
Access Token Generation (Manual)
Intro to Selenium
Access Token Generation (Automatic)

Fetching Historical Data

Fyers Symbols Notations
Getting Historical Data Python Code
Getting Historical Data (Duration Wise) Python Code
Getting Historical Data (Since Inception) Python Code
Resampling Data (1)
Resampling Data (2)

Important API Calls

Order Types in Fyers
Order Placement Python Code
Bracket Order Placement Python Code
Quotes Python Code
Other API Calls

Price Action Coding

Price Action Basics
Pivot Point Basics
Pivot Point Example
Pivot Point Excel Formula
Pivot Point Python Code
Doji Basics
Doji Example
Doji Excel Formula
Doji Python Code
Hammer Basics
Hammer Example
Hammer Excel Formula
Hammer Python Code
Shooting Star Basics
Shooting Star Example
Shooting Star Excel Formula
Shooting Star Python Code
Marubozu Basics
Marubozu Example
Marubozu Excel Formula
Marubozu Python Code
Engulfing Basics
Engulfing Example
Engulfing Excel Formula
Engulfing Python Code

Technical Indicators Coding

Technical Indicators Basics
Simple Moving Average (SMA) Basics
Simple Moving Average (SMA) Examples
Simple Moving Average (SMA) Excel Formula
Simple Moving Average (SMA) Python Code Method 1
Simple Moving Average (SMA) Python Code Method 2
Simple Moving Average (SMA) Python Code Method 3
Simple Moving Average (SMA) Python Code Method 4
Exponential Moving Average (EMA) Python Code
Weighted Moving Average (WMA) Python Code
MACD Basics
MACD Examples
MACD Excel Formula
MACD Python Code
Bollinger Bands Basics
Bollinger Bands Examples
Bollinger Bands Excel Formula
Bollinger Bands Python Code Method 1
Bollinger Bands Python Code Method 2
Average True Range (ATR) Basics
Average True Range (ATR) Examples
Average True Range (ATR) Excel Formula
Average True Range (ATR) Python Code Method 1
Average True Range (ATR) Python Code Method 2
Relative Strength Index (RSI) Basics
Relative Strength Index (RSI) Examples
Relative Strength Index (RSI) Excel Formula
Relative Strength Index (RSI) Python Code Method 1
Relative Strength Index (RSI) Python Code Method 2
ADX Basics
ADX Examples
ADX Excel Formula
ADX Python Code Method 1
ADX Python Code Method 2
Supertrend Basics
Supertrend Examples
Supertrend Excel Formula
Supertrend Python Code Method 1
Supertrend Python Code Method 2
Stochastics Basics
Stochastics Examples
Stochastics Excel Formula
Stochastics Python Code
Technical Analysis Summary and Formulas

Trend Analysis

How to find trend – Basics
Finding Trend Python Code 1
Finding Trend Python Code 2

Working Strategy Python Examples

Candlestick Pattern Scanner Python Strategy Code
Indicator Scanner Python Strategy Code

Streaming Tick Data

Websocket Basics
Websocket LTP Data Python Code
Websocket OHLC Data Python Code

ADDITIONAL CONTENT: Advanced Section on Options

Option Chain Python Code
Finding Option Contract Python Code