Original price was: $380.00.Current price is: $71.00.

In Stock

AT101 – Fundamentals of Algorithmic Trading

The 300-Lecture Application-Focused Comprehensive Course for Algorithmic Trading and Programming

PURCHASE THIS COURSE, YOU ACCUMLATE: 71 POINTs!


Category:

Description

Buy Fundamentals of Algorithmic Trading – AT101 Course at esyGB. You will have immediate access to the digital downloads in your account or your order email.

AT101 – Fundamentals of Algorithmic Trading

The 300-Lecture Application-Focused Comprehensive Course for Algorithmic Trading and Programming

Enrollment ends on 31st October 2018

- eSy[GB]

Course last updated on 23th August 2018!

Huh? What is a Trading Robot?

A Trading Robot a set of programming codes that analyses and trade the market on its own. Trading Robots allow you to trade the markets without human intervention!

What does this course offer?

This course teaches the insider knowledge to designing, testing and coding long term profitable robots. We do NOT promise that you will strike it rich overnight. We do not make ridiculous claims (like those you see in newspapers and online ads) that you will make $3722 every night.

This course WILL, however, offer you the years of experience we have in building Robots. You will understand the pitfalls and keys to success to design great robots. You will avoid the hundreds of mistakes we made in our journey.

What will I learn?

The main essence of the course is the design theories behind the Trading Robots. These theories and knowledge come from years of industry practice. This course does not only teach programming. Programming is just the tool we use to execute our ideas.

At the end of the day, you will acquire the ability to generate a trading idea, code the idea (within 1 hour), test the idea, see the strengths and flaws in the idea, improve it and finally execute the idea.

Chapters – Full List (These are Sections NOT Lectures!)

  1. Here's What You Are In For!
  2. Programming Basics 1: Variables and Conditional
  3. Robot 1: Adeline – Our First Robot!
  4. Uncommon Common Sense. Design Effective And Logical Robots
  5. Garbage In, Garbage Out. Understanding Data
  6. Programming Basics 2: Loops
  7. Robot 2: Belinda – Utilising Volatility!
  8. To Buy Big or Small? Position Sizing and Money Management
  9. Robot 2A: Belinda Upgraded (No Gambler's Ruin for Me!)
  10. Where To Start? Idea Generation and Expectations
  11. Programming Basics 3: Functions, Time and Self-Learning
  12. Relevant Statistics 101!
  13. Understanding Robot Behaviour and Robustness: Backtesting!
  14. Programming Basics 4: Arrays And Indicators
  15. Robot 3: Clarissa
  16. What A Mess – Managing Trades, Orders and Positions
  17. Robot 4: Desiree
  18. Design Theories I – Improving Robots By Manipulating Time, Entries and Exits
  19. Add A Twist To Your Orders – Advanced Order Management
  20. Robot 5: Desiree 2.0
  21. Buff Up Your Robot Responsibly – Optimisation Without Curve Fitting
  22. Perfect Your Bet Sizing – Advanced Position Sizing Methods
  23. Robot 6: Elizabeth
  24. Programming Basics 5: Clean Up Your Codes! Simple Is Fast!
  25. Garbage In, Garbage Out Again. Advanced Data Cleaning (Part 1)
  26. Excel VBA – Using Excel Magic to Improve Our Trading
  27. Garbage In, Garbage Out Again. Advanced Data Cleaning (Part 2)
  28. I Like Colors And Shapes – Adding Graphics
  29. Ring Ring! Notify Yourself When Something Goes Wrong (Or Right)
  30. Robot 7: Faye – The Alert Robot
  31. Connect with the outside world – Importing and Exporting Data out of our Trading Platform
  32. Programming Basics 6: Coding Idiosyncrasies
  33. Design Theories II – The "Secret Sauce"
  34. Walking Forward – Advanced Optimisation
  35. Live Execution (Part 1): Cash Is King! – Running Robots With Real Money
  36. Live Execution (Part 2): Watch Her Well – Operational Risk Management
  37. Bonus Stuff!

Note: This list may be subject to change.

About the course

  • Free: All software and data used are free! All robot testing and trading simulated in this course are performed using virtual money!
  • Unconditional 90 days money-back guarantee – We suggest you abuse this to learn more about the course.
  • Full lifetime access!
  • Access to all future lectures. Over 15 sections (150 lectures) to be added in the coming months (Note that Course Price will rise as more sections are added).
  • 20 hours of concise content. More than 10 hours of videos to be added.
  • 24/7 access to Luke Code Support (LCS). LCS is an email conduit where you can ask for help for any programming issues.
  • Programming Language: MQL4 (Similar to Java's syntax)

What am I going to get from this course?

  • Understand how Trading Robots are both an art and science
  • Build logical long-run money-making Trading Robots
  • Code a Trading Robot in less than 1 hour
  • Understand why badly planned Trading Robots fail
  • Learn how to adapt and survive the financial markets
  • Code in MQL4 and easily pick up C++ and JAVA
  • Code in Excel Visual Basic for Applications (VBA)
  • Free up plenty of time by automating trading
  • Start a side-job that doesn't interfere with office hours
  • Increase your chances of employment in Algorithmic Trading firms
  • Understand the human element in automated trading
  • Differentiate a logical and profitable robot from a scam
  • Be a freelance coder
  • AlgoTrading101 Course Certification
  • Brag about a cool hobby at parties

What are the requirements?

  • Computer and an internet connection (Either Windows, Mac or Linux but Windows preferred)
  • Basic Excel

Who is the target audience?

  • Those entering the workforce soon and who want to explore their options
  • Those contemplating trading as a side-job
  • Those wanting a guide who is on stand-by to assist them
  • Those in mid or quarter-life crises
  • Young adults and teens considering trading as a career
  • Those looking for a career switch and want to get up to date with algorithmic trading
  • Those wanting to understand advanced algorithmic trading and are looking for a starting point
  • Those looking for an interesting hobby
  • Who should NOT take this course: Those wanting a secret recipe to strike it rich overnight

Class Curriculum

Chapter 1 > Here's What You Are In For!

  • What are Trading Robots? (And why should I build them?) (Part 1) (5:58)
  • What are Trading Robots? (And why should I build them?) (Part 2) (5:02)
  • The First Step – How To Start Your Journey?
  • MT4 Installer Direct Download
  • Downloading Our Software (MT4) (4:02)
  • MT4 for Mac
  • Introduction to MT4 (4:18)
  • MT4 Basic Guide
  • Download Template
  • Structure of a Trading Robot (Part 1) (3:53)
  • Structure of a Trading Robot (Part 2) (4:40)
  • Structure of a Trading Robot (Part 3) (5:29)
  • Why choose MT4 over other software?
  • Our Holy Grail – Secret to Successful Trading Robots
  • Luke Code Support!
  • Hello and Thanks | Your Feedback Channel

Chapter 2 > Programming Basics: Variables And Conditions

  • The 3 Types of Code
  • Syntax – The ABCs of Coding (Part 1) (4:17)
  • Syntax – The ABCs of Coding (Part 2) (3:33)
  • Reserved Words – Words you cannot use!
  • Variables – The basic building blocks! (5:38)
  • Download Code for Expressions
  • Expressions and Operations (Plus, Minus, Multiplication and Division) (7:11)
  • Operations and Precedence – Who comes first
  • Conditional – If this then that (Part 1) (4:49)
  • Conditional – If this then that (Part 2) (5:51)
  • Chapter 2 Summary
  • Our First Quiz – Let's play a game…

Chapter 3 > Robot 1: Adeline – Our First Robot!

  • Background to our Asset Class
  • Chart Reading 101
  • Theory behind Robot Adeline (4:35)
  • Download Codes for Adeline
  • Coding Adeline (Part 1) (8:16)
  • Coding Adeline (Part 2) (7:40)
  • Understanding Shift
  • Dry Run! – Our Robot Testing System (Part 1) (4:32)
  • Dry Run! – Our Robot Testing System (Part 2) (5:34)
  • 3 Types of Testing Method (Simple)
  • Chapter 3 Summary
  • Bonus Robot Templates

 

Buy the Fundamentals of Algorithmic Trading – AT101 course at the best price at esy[GB]. Upon completing your purchase, you will gain immediate access to the downloads page. Here, you can download all associated files from your order. Additionally, we will send a download notification email to your provided email address.

Unlock your full potential with Fundamentals of Algorithmic Trading – AT101 courses. Our meticulously designed courses are intended to help you excel in your chosen field.

Why wait? Take the first step towards greatness by acquiring our Fundamentals of Algorithmic Trading – AT101 courses today. We offer a seamless and secure purchasing experience, ensuring your peace of mind. Rest assured that your financial information is safeguarded through our trusted payment gateways, Stripe and PayPal.

Stripe, known for its robust security measures, provides a safe and reliable payment process. Your sensitive data remains confidential throughout the transaction thanks to its encrypted technology. Your purchase is fully protected.

PayPal, a globally recognized payment platform, adds an extra layer of security. With its buyer protection program, you can make your purchase with confidence. PayPal ensures that your financial details are safeguarded, allowing you to focus on your learning journey.

Is it secure? to Use of?
  • Your identity is kept entirely confidential. We do not share your information with anyone. So, it is absolutely safe to buy the Fundamentals of Algorithmic Trading – AT101 course.
  • 100% Safe Checkout Privateness coverage
  • Communication and encryption of sensitive data.
  • All card numbers are encrypted using AES with a 256-bit key at rest. Transmitting card numbers occurs in a separate hosting environment and does not share or store any data.
How can this course be delivered?
  • After your successful payment this “Fundamentals of Algorithmic Trading – AT101 course”, Most of the products will come to you immediately. But for some products were posted for offer. Please wait for our response, it might take a few hours due to the time zone difference.
  • If this occurs, please be patient. Our technical department will process the link shortly after, and you will receive notifications directly via email. We appreciate your patience.
What Shipping Methods Are Available?
  • You will receive a download link in the invoice or YOUR ACCOUNT.
  • The course link is always accessible through your account. Simply log in to download the Fundamentals of Algorithmic Trading – AT101 course whenever you need it.
  • You only need to visit a single link, and you can get all the Fundamentals of Algorithmic Trading – AT101 course content at once.
  • You can choose to learn online or download for better results, and you can study anywhere on any device. Please ensure that your system does not enter sleep mode during the download.
How Do I Track Order?
  • We promptly update the status of your order after your payment is completed. If, after 7 days, there is no download link, the system will automatically process a refund.
  • We value your feedback and are eager to hear from you. Please do not hesitate to reach out via email us with any comments, questions and suggestions.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shop
Sidebar
0 Cart
Fundamentals of Algorithmic Trading E28093 AT101 - eSy[GB]
Fundamentals of Algorithmic Trading – AT101
Original price was: $380.00.Current price is: $71.00. Add to cart