Introduction to Cloudquant Videos
In these videos, we will learn how to use CloudQuant to simulate trading days and test our strategies.
Beginner Lessons- Beginner 1 - A simple single-symbol script.
- Beginner 2 - A simple multi-symbol script.
- Beginner 3 - Selecting multiple symbols based on the previous close price and printing that price to the console window.
- Beginner 4 - Candlestick Bars, a store of Historic Market Data, how to access that data via Pythons Lists and how pointers work in lists.
- Beginner 5 - An Introduction to Moving Averages.. The SMA - Simple Moving Average and the EMA - Exponential Moving Average.
- Intermediate 1 - Entering and Exiting Positions
- CQ Elite Lesson 1 - Using on_trade to find trade count.
- CQ Elite Lesson 2 - Buying and Selling Shares. Learn on_fill()