
Learn the fundamentals of cAlgo, building automated trading robots and indicators to turn trading ideas into fully automated systems, with ultra-fast fix-connected execution.
Explore basic arithmetic operations in cAlgo, including multiply, divide, and modulus, and learn to compute the average close price of the last five candles using market series references.
The video demonstrates calculating the average of the last five close prices using for and while loops, showing initialization, summing, and division, with code in C++ and JavaScript syntax.
Explore arrays and the for each loop in cAlgo, declaring typed arrays, populating slots, and printing each element to the log with real-world loop examples.
Learn to retrieve indicator values in cAlgo by configuring a moving average with source and period. Then print its current value and work with parabolic SAR min and max parameters.
Basic Explanation of Buy and Sell market orders with cTrader Platform
If you are already actively trading, you can skip this article
Open trades using digital signals with on-tick logic that runs when the market is open, using current price, moving average, and positions to enter.
Learn to implement stop loss and take profit in cAlgo using parameters and external inputs (default 50 pips), then visualize lines on the chart and tune slippage.
cAlgo is the programming language used for development on the cTrader platform. cAlgo lets you build trading cBots and custom technical indicators using C#. With a direct access environment, cAlgo gives you:
This course will cover all fundamental aspects of coding cBots and Indicators and we will also go through some advanced concepts provided by the cTrader environment.