Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Complete Algorithmic Trading On Fyers Platform

Posted By: ELK1nG
Complete Algorithmic Trading On Fyers Platform

Complete Algorithmic Trading On Fyers Platform
Published 2/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 7.34 GB | Duration: 12h 54m

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

What you'll 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

Requirements

Fyers account

High school level mathematics

Basic python skills (Even if you do not know, we have got you covered in the course)

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: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.

Overview

Section 1: Introduction to Fyers API

Lecture 1 Course Prerequisite

Lecture 2 Fyers Account Opening

Lecture 3 Important Fyers URLs

Section 2: Python and Software Installation

Lecture 4 Python Installation Steps

Lecture 5 IntelliJ Software Installation Steps

Section 3: Introduction to Python Programming

Lecture 6 Python Basics

Lecture 7 Python Operators

Lecture 8 Lists in Python

Lecture 9 Conditions

Lecture 10 Loops

Lecture 11 Numpy (Optional)

Lecture 12 Pandas

Section 4: Fyers API Setup and Token Generation

Lecture 13 Fyers Trading API Creation

Lecture 14 How to setup TOTP in Fyers Account

Lecture 15 Access Token Generation (Manual)

Lecture 16 Intro to Selenium

Lecture 17 Access Token Generation (Automatic)

Section 5: Fetching Historical Data

Lecture 18 Fyers Symbols Notations

Lecture 19 Getting Historical Data Python Code

Lecture 20 Getting Historical Data (Duration Wise) Python Code

Lecture 21 Getting Historical Data (Since Inception) Python Code

Lecture 22 Resampling Data (1)

Lecture 23 Resampling Data (2)

Section 6: Important API Calls

Lecture 24 Order Types in Fyers

Lecture 25 Order Placement Python Code

Lecture 26 Bracket Order Placement Python Code

Lecture 27 Quotes Python Code

Lecture 28 Other API Calls

Section 7: Price Action Coding

Lecture 29 Price Action Basics

Lecture 30 Pivot Point Basics

Lecture 31 Pivot Point Example

Lecture 32 Pivot Point Excel Formula

Lecture 33 Pivot Point Python Code

Lecture 34 Doji Basics

Lecture 35 Doji Example

Lecture 36 Doji Excel Formula

Lecture 37 Doji Python Code

Lecture 38 Hammer Basics

Lecture 39 Hammer Example

Lecture 40 Hammer Excel Formula

Lecture 41 Hammer Python Code

Lecture 42 Shooting Star Basics

Lecture 43 Shooting Star Example

Lecture 44 Shooting Star Excel Formula

Lecture 45 Shooting Star Python Code

Lecture 46 Marubozu Basics

Lecture 47 Marubozu Example

Lecture 48 Marubozu Excel Formula

Lecture 49 Marubozu Python Code

Lecture 50 Engulfing Basics

Lecture 51 Engulfing Example

Lecture 52 Engulfing Excel Formula

Lecture 53 Engulfing Python Code

Section 8: Technical Indicators Coding

Lecture 54 Technical Indicators Basics

Lecture 55 Simple Moving Average (SMA) Basics

Lecture 56 Simple Moving Average (SMA) Examples

Lecture 57 Simple Moving Average (SMA) Excel Formula

Lecture 58 Simple Moving Average (SMA) Python Code Method 1

Lecture 59 Simple Moving Average (SMA) Python Code Method 2

Lecture 60 Simple Moving Average (SMA) Python Code Method 3

Lecture 61 Simple Moving Average (SMA) Python Code Method 4

Lecture 62 Exponential Moving Average (EMA) Python Code

Lecture 63 Weighted Moving Average (WMA) Python Code

Lecture 64 MACD Basics

Lecture 65 MACD Examples

Lecture 66 MACD Excel Formula

Lecture 67 MACD Python Code

Lecture 68 Bollinger Bands Basics

Lecture 69 Bollinger Bands Examples

Lecture 70 Bollinger Bands Excel Formula

Lecture 71 Bollinger Bands Python Code Method 1

Lecture 72 Bollinger Bands Python Code Method 2

Lecture 73 Average True Range (ATR) Basics

Lecture 74 Average True Range (ATR) Examples

Lecture 75 Average True Range (ATR) Excel Formula

Lecture 76 Average True Range (ATR) Python Code Method 1

Lecture 77 Average True Range (ATR) Python Code Method 2

Lecture 78 Relative Strength Index (RSI) Basics

Lecture 79 Relative Strength Index (RSI) Examples

Lecture 80 Relative Strength Index (RSI) Excel Formula

Lecture 81 Relative Strength Index (RSI) Python Code Method 1

Lecture 82 Relative Strength Index (RSI) Python Code Method 2

Lecture 83 ADX Basics

Lecture 84 ADX Examples

Lecture 85 ADX Excel Formula

Lecture 86 ADX Python Code Method 1

Lecture 87 ADX Python Code Method 2

Lecture 88 Supertrend Basics

Lecture 89 Supertrend Examples

Lecture 90 Supertrend Excel Formula

Lecture 91 Supertrend Python Code Method 1

Lecture 92 Supertrend Python Code Method 2

Lecture 93 Stochastics Basics

Lecture 94 Stochastics Examples

Lecture 95 Stochastics Excel Formula

Lecture 96 Stochastics Python Code

Lecture 97 Technical Analysis Summary and Formulas

Section 9: Trend Analysis

Lecture 98 How to find trend - Basics

Lecture 99 Finding Trend Python Code 1

Lecture 100 Finding Trend Python Code 2

Section 10: Working Strategy Python Examples

Lecture 101 Candlestick Pattern Scanner Python Strategy Code

Lecture 102 Indicator Scanner Python Strategy Code

Section 11: Streaming Tick Data

Lecture 103 Websocket Basics

Lecture 104 Websocket LTP Data Python Code

Lecture 105 Websocket OHLC Data Python Code

Section 12: ADDITIONAL CONTENT: Advanced Section on Options

Lecture 106 Option Chain Python Code

Lecture 107 Finding Option Contract Python Code

Traders looking to automate their strategies on Fyers platform,Anyone interested in Algorithmic trading in the Indian market