
Learn to write C# algorithms that algorithmically trade cryptocurrency on QuantConnect, backtest with historical data, and run live trades with real money. No prerequisites; code along through hands-on lessons.
Learn to build your first QuantConnect crypto algorithm in C#, implementing a buy-and-hold strategy with initialization, data handling, and backtesting.
Create a custom crypto trading template in QuantConnect using a target and stop percent to automate exits. Clone the project to build my custom crypto template for safe experimentation.
Develop a simple trailing stop crypto trading strategy in QuantConnect (C#), updating a dynamic stop using max logic, with backtesting, order event logging, and dictionary notation explained.
Implement an ema cross strategy using QC indicators in QuantConnect, with fast and slow periods, position sizing, liquidity checks, and plotting moving averages.
Build a custom candle from scratch with open, high, low, and close data, then replace it with a consolidator to achieve the same results with less code.
Apply a current low vs previous low strategy using a custom candle and consolidator in quantconnect; manage buys and sells with USD balance and minimum position to assess performance.
Implement the Mo Mercian momentum‑mean reversion indicator in QuantConnect, configure min and full periods, apply buy below 45 and sell above 55, and explore equity trading and a trade plotter.
Apply the MACD with a rolling window to measure signal change and place buy or sell orders in QuantConnect using exponential moving averages.
Learn to build a multi-symbol crypto trading system using a macd indicator, dictionaries and for-each loops, with a custom symbol data class to manage multiple crypto pairs simultaneously.
Launch your algorithm live by connecting your QuantConnect C# project to a GDX account, deploying in live mode, and monitoring logs, orders, and portfolio.
Prevent overfitting by testing strategies on diverse datasets and time cycles, and recognize liquidity and slippage in the crypto market while relying on backtesting and debugging before live launches.
Eric Summers shows you how to use QuantConnect to write your own algorithmic trading programs to trade cryptocurrency LIVE in the market! Students will learn how to use the QC coding environment to create algorithms, run backtests on historical data, and interpret their results to optimize their programs. By the end of the class, students will know how to connect their programs to their GDAX account and launch their algorithms LIVE in the market. Course covers basic programming etiquette (C#), using QC's built in Indicators, Loops and Conditionals, Logging Data, Plotting Charts, Debugging, as well as breaking down different strategies that are used by some of the best traders...