Contact us

Quantzilla 2.0 Basic - June 2021 Edition

Learn to code Quant strategies.

Everything you need to know about Designing Trading Systems and Algorithmic Trading.

Language: English

Instructor: By FEBINARS Team

 

Offline Payment Details:
Bank: Equitas Small Finance Bank Ltd
Account No: 200001351550
Branch : Thillainagar
IFSC : ESFB0001017

What you will learn?

What is QuantZilla?

QuantZilla is an immersive mentorship program on designing trading systems, converting trading ideas into indicators and trading strategies, automating the trading systems.

Prerequisites

There are no prerequisites to this course. You can do this course if you have never coded or haven't seen a console window. The learning curve is steep since you are learning a programming language and its usage in financial markets. It is recommended that you show commitment towards learning to gain the most out of the course.

For Enquiries / Support contact +91 9731510481

Quantzilla - Module 1 - Introduction to Quantitative Trading Development Platforms

  • Introduction to Quantitative Trading Development & Analysis
  • Initial Preparatory Setups/Installation Guidelines
  • Tools & Software Required
  • Coding Design & Prototype Building Instructions
  • Good Coding Practices & Managing Coding Versions

Quantzilla - Module 2 - Introduction to Amibroker AFL Coding Development and Basic Amibroker Functions

  • Basics of Amibroker AFL Programming.
  • Understanding AFL Editor & Code Snippets
  • Amibroker identifiers, constants, operators
  • Amibroker Built-in Functions (Plot, PlotShape, LastValue, Cross, EMA)
  • How to Plot Trading Signals

Quantzilla - Module 3 - Building Scanners and Exploration for Trading & Investing Opportunities

  • Building Simple Scanners (Exploration)
  • Understanding Filter Variable, Addcolumn function, Addtextcolumn function
  • Customizing Scanners & Formatting Scanner output
  • Real-time Scanners
  • Difference between IIF, WriteIF, IF functions
  • How to Write Nested IIF Functions
  • Live Examples on Exploration (Live Coding)
  • How to compare Current data with past datasets

Quantzilla - Module 4 - Understanding Trading System Development Functions

  • Where to Get the Complete list of Amibroker Built-in Functions Understanding Valuewhen Function
  • Understanding Barssince Function
  • Understanding HHV, LLV, Highest, Lowest, Highestsince, LowestSince Understanding Param Functions & Controls
  • Understanding Classical Indicators Built-in Functions (MACD, Bollinger, ATR, CCI..etc)
  • Understanding Exrem Function

Quantzilla - Module 5 - Strategy Creation and Portfolio Backtesting

  • Building Your First Trading Strategy
  • Understanding Basic Building blocks in a trading strategy
  • Backtesting your trading strategy
  • Portfolio level backtesting
  • Backtesting Ema Crossover, Supertrend Trading System
  • Backtesting Vlintra V5 – Nifty & Bank Nifty 5min trend following system
  • Building Simple Donchian Channel Breakout Strategy

Quantzilla - Module 6 - Measuring Key Performance Indicators (KPI) Metrics

  • CAGR Overview
  • Equity Curve and Drawdown
  • Maximum Drawdown and CAR/MDD
  • Risk-Adjusted Return
  • Sharp Ratio and Sortino Ratio
  • Payoff and Profit Factor
  • Recovery Factor
  • K-Ratio

Quantzilla - Module 7 - Creating Intraday Trading Strategies and End of Candle Execution Trading Strategies

  • Different Backtesting modes available in Amibroker
  • Creating your Backtesting Template
  • Applying Stops and Targets to your Trading Strategy
  • Building First Intraday Trading Strategy
  • Building End of the Candle Execution Strategies
  • Basic optimization techniques

Quantzilla - Module 8 - Creating Intra-Bar Execution Strategies and Multi Timeframe Functions

  • Building Non-Repainting Strategies
  • Building Intra-Bar Execution Strategies (Limit Order)
  • Understanding Multi timeframe Functions

Quantzilla - Module 9 - How to Send Trade Alerts in Amibroker

  • How to Send Alerts to Output Window
  • How to Send Voice Alert
  • How to Send Sound Alert
  • How to Send Popup Alert
  • How to Send Alerts to Smartphones using Push Bullet
  • How to use AlertIF, Say, PopupWindow, SendEmail, Play sound function
  • How to Configure Gmail SMTP and How to Install SSL Addon tool for sending Email Alerts using Amibroker
  • How to use ParamTrigger & Param Toggle Function and what are the core differences between the two.
  • How to use Javascript, VB Script inside Amibroker AFL

Quantzilla - Module 10 - Introduction to Optimization, Smart Optimization, Walk Forward Testing & Monte Carlo

  • What is Optimization? and How to Perform Optimization?
  • Exhaustive Optimization Vs Smart Optimization
  • Smart Optimizers SPSO, TRIBES, CMA-ES
  • What is Curve Fitting and How to Avoid Curve Fitting
  • What is Walk Forward Testing? and the Importance of Walk Forward Testing
  • Monte-Carlo simulation for Strategy Validation
  • Importance of Slippage Handling and other Transaction Cost Analysis

Quantzilla - Module 11 - Introduction to API, Automated Trading & How to Send Automated Orders

  • What is API?
  • How to Create API from Algomojo
  • What is Algomojo (Web Based Algo Trading Platform)
  • How to Send Automated Orders using Broker API
  • How the Orders form Amibroker is sent via Broker API to Exchange
  • Amibroker Configuration Settings for Automated Trading
  • Video Links to Learn more about Algomojo Free API

Quantzilla - Module 12 – Introduction to GFX Functions and Designing Trading Dashboards Amibroker Low-Level GFX Functions 

  • Amibroker Low-Level GFX Functions
  • How to use the Set the font, Set the GFX background mode
  • How to use GFX Pen, Brush
  • How to understand co-ordinates
  • How to draw a Dashboard with Profit and Loss
  • Difference between Last value and Selected Value Function
  • Using the Status function to retrieve the pixel width and height
  • Difference between Barcount and Barindex
  • What is Quick AFL? How to turn off Quick AFL
  • How to use advance looping
  • How to plot trailing stop using the Advance loop method

Quantzilla - Module 13 – Introduction to Advancelooping

  • Introduction to Advanced Looping
  • How to use Advance looping to plot Supertrend
  • Different Phases & Flags used in Advance looping to plot the Supertrend trailing stoploss

Quantzilla - Module 14 – Stoploss and Target Handling

  • How to apply stop loss, profit target, N-Bar stop, Trailing Stop in Amibroker using Backtester Settings
  • How to use Applystop Function in Amibroker (Types, Modes of Stoploss)
  • How to plot initial stoploss

Quantzilla - Module 15 – How to Debug in Amibroker and File Operations?

  • How to apply trace & tracef functions
  • How to use Amibroker AFL Debugger
  • Debugging Settings, Settings Breakpoints & Watching Variables
  • File Operations in Amibroker
  • Reading CSV,TXT files data using Amibroker
  • Exporting CSV,TXT files data from Amibroker Database

Quantzilla - Module 16 – File Operations and How to Backtest Pair Trading Strategies

  • How to Backtest Pair Trading Strategies in Amibroker
  • Introduction to Correlation & Co-Integration Functions
  • Unit Root Testing
  • Augmented Dickey-Fuller (ADF) Test

Quantzilla - Module 17 – How to backtest multi legged option strategies

  • What are the challenges faced while coding multi-strike options backtesting
  • What are the solutions to fix multi-strike options backtesting
  • Sample code walkthrough and how to create a template for Multi-Strike Options Backtesting
  • How to Create a Portfolio of Symbols for Options Backtesting
  • Ideas to implement the backtesting for multiple years of Options data

Mentor:-

Learn from India’s leading Market Profile Mentor

Mr.Rajandran from Marketcalls

He is a Full time trader and founder of Marketcalls, hugely interested in building timing models, algos,discretionary trading concepts and Trading Sentimental analysis.He now instructs users all over the world,from experienced traders,professional traders to individual traders.

Program Fee :-

Quantzilla Basic:Rs.12,500 (Inclusive of all Taxes)

What's Included in the Price

Features / Benefits

  • Total 45 hours of Course Content
  • Tradestudio 3 Months
  • Previous and Current Recording session access For One Year
  • Amibroker Backtesting and Amibroker Scanner and Exploration Course access worth of Rs.4000
  • Introduction to Rotational Trading Worth of Rs.2000
  • Certification course on Amibroker Basic course Worth of Rs.1000
  • Mini Certification course on Algorithmic Trading Strategies Worth of Rs.2500
  • Private Trading community access

Course Curriculum

QuantZilla Basics - Day1 - Amibroker AFL Coding Basics (170:00)
Amibroker Test Database Download
QuantZilla Basics - Day 1 AFL Download
QuantZilla Basics - Day2 - Amibroker AFL Coding Basics (163:00)
QuantZilla Basics - Day 2 AFL Download
QuantZilla Basics - Day3 - Amibroker AFL Coding Basics (128:00)
QuantZilla Basics - Day 3 AFL Download
QuantZilla Basics - Day4 - Amibroker AFL Exploration Basics with Examples (105:00)
QuantZilla Basics - Day 4 AFL Download
QuantZilla Basics - Day5 - Amibroker AFL Backtesting Basics (199:00)
QuantZilla Basics - Day6 - Amibroker AFL Backtesting Basics (167:00)
QuantZilla Basics - Day7 - Amibroker Intraday Trading Strategies (167:00)
QuantZilla Day 7 - AFL Codes
QuantZilla Basics - Day8 - Amibroker Trading Alerts (201:00)
QuantZilla Day 8 - AFL Codes
QuantZilla Basics - Day9 - Amibroker Graphical Dashboard and Trading Systems (167:00)
QuantZilla Day 9 - AFL Codes
QuantZilla Basics - Day 10 - Amibroker Stops and Target Based Trading Systems (178:00)
QuantZilla Day 10 - AFL Codes
QuantZilla Basics - Day 11 - Amibroker Advance Looping (158:00)
QuantZilla Day 11 - AFL Codes
QuantZilla Basics - Day 12 - Amibroker Advance Looping (157:00)
QuantZilla Day 12 - AFL Codes
QuantZilla Basics - Day 13 - Multi Timeframe and File Operations (148:00)
QuantZilla Day 13 - AFL Codes
QuantZilla Basics - Day 14 - Custom Backtesting Interface (148:00)
QuantZilla Day 14 - AFL Codes
QuantZilla Basics - Day 15 - Options Backtesting (198:00)
QuantZilla Day 15 - AFL Codes
QuantZilla Basics - Day 16 - GUI Functions, AFL Debugging and Troubleshooting, Debugview (132:00)
QuantZilla Day 16 - AFL Codes
QuantZilla Basics - Day 17 - Walk Forward Testing & Position Score (81:00)
Live Morning Session - 10:00 AM IST 04-July-2021
Live Training Session - 06:00 PM - 09:00 PM IST - 10 -July-2021
Live Training Session - 07:00 PM - 09:00 PM IST - 11 -Jul-2021

How to Use

After successful purchase, this item would be added to your courses.You can access your courses in the following ways :

  • From the computer, you can access your courses after successful login
  • For other devices, you can access your library using this web app through browser of your device.

  Frequently Asked Questions

When will I have access to the course content, including videos and strategies?

You will gain access to the entire course content including videos and strategies, as soon as you complete the payment and successfully enroll in the course.

Will I get a certificate at the completion of the course?

Yes, you will be awarded a certification of excellence after successfully completing the online learning units.

Is there any support available after I purchase the course?

Yes, you will be provided access to the lifetime Slack Community. Where you can ask your queries related to Trading System Design and Development.

Is the course downloadable?

Presentation material, AFL codes discussed in the Qunatzilla module will available for Download.

Is there a refund available?

We respect your time and hence, we offer concise but effective short-term courses created under professional guidance. We try to offer the most value within the shortest time. Once a purchase is made, we offer complete course content. We follow no refund policy.

What are the system requirements to do this course?

Fast-speed internet connection and a browser application are required for this course. For best experience, use Chrome.

CONTACT US

Finfolab Technologies

Bangalore

Phone : +91 8105797152

OPENING HOURS

Monday - Friday: 9:00 AM - 7:00 PM
Saturday: 10:00 AM - 5:00 PM
Sunday: CLOSED

STAY UPDATED

Follow us on:
Instagram: @febinars

Twitter: @febinars

Telegram: @febinars

Reviews