- Home
- Algorithms
Algorithms
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
How to installHow to install cBots & Indicators
- Download the Indicator or cBot.
- Double-click on the downloaded file. This will install all necessary files in cAlgo.
- Find the indicator/cbot you want to use from the menu on the left.
- Add an instance of the indicator/cBot to run.
- Download the Indicator
- Double-click on the downloaded file. This will install all necessary files in cTrader.
-
Select the indicator from Custom in the functions (f) menu in the top center of the chart
- Enter the parameters and click OK
Average Directional Movement Index Rating (ADXR)
2
2.5
37552
by qualitiedx2
free
17 Feb 2012
Average Directional Movement Index Rating (ADXR) is a smoothed version of ADX indicator and is used as a rating of the Directional Movement while smoothing out ADX values.
Laguerre RSI
1
5
6399
by qualitiedx2
free
17 Feb 2012
Ehlers Laguerre RSI is a much more advanced version of the basic RSI indicator. It was created by John Ehler and documented in his book entitled 'Cybernetic Analysis For Stocks And Futures'.
Hull MA
2
5
24609
by qualitiedx2
free
24 Sep 2012
The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth moving average. In fact, the HMA almost eliminates lag altogether and manages to improve smoothing at the same time.
Laguerre Filter
3
5
4520
by qualitiedx2
free
17 Feb 2012
The Laguerre Filter by John Elhers is a smoothing filter based on Laguerre polynomials. Its first term is an EMA (see Exponential Moving Average), followed by certain feedback terms. The smoothing is controlled by an alpha factor which is the alpha for the EMA and also damps the further terms. Alpha can range from 1 to follow prices almost exactly, down to 0 for a very slow response.
by qualitiedx2
free
17 Feb 2012
Triple Exponential Moving Average, or TEMA, is a type of exponential moving average developed by Patrick Mulloy in 1994.
Stochastic RSI
1
5
12397
by qualitiedx2
free
17 Feb 2012
From 'Cybernetic Analysis for Stocks and Futures' by John Ehlers.
Center Of Gravity Oscillator
1
5
5823
by qualitiedx2
free
17 Feb 2012
COG is an oscillator based on an article by John F. Ehlers on page 20 of the May 2002 issue of Stocks and Commodities Magazine. COG has essentially zero lag and enables clear identification of turning points.
Fisher Transformation
6
5
8020
by qualitiedx2
free
17 Feb 2012
This is a very fast crossover trade trigger indicator and if used in conjunction with a good trend-following tool it is predictive and can be applied in strategies (coming soon). When compared to MACD or other crossover indicators the Fisher Transform is clearly superior and timely.
Average True Range
3
5
6196
by qualitiedx2
free
17 Apr 2013
The range of a day's trading is simply high − low. The true range extends it to yesterday's closing price if it was outside of today's range. true range = max(high, close(prev) - min(low, close(prev) The true range is the largest of the: * Most recent period's high less the most recent period's low * Absolute value of the most recent period's high less the previous close * Absolute value of the most recent period's low less the previous close.
Range Robot
1
0
4471
by alexk
free
18 Dec 2013
This code is a cAlgo API sample.
The "Sample Breakout Robot" will check the difference in pips between the Upper Bollinger Band and the Lower Bollinger Band and compare it against the "Band Height" parameter specified by the user. If the height is lower than the number of pips specified, the market is considered to be consolidating, and the first candlestick to cross the upper or lower band will generate a buy or sell signal. The user can specify the number of periods that the market should be consolidating in the "Consolidation Periods" parameter. The position is closed by a Stop Loss or Take Profit.
Trend Robot
3
0
6911
by alexk
free
18 Dec 2013
This is a sample trend robot
This code is a cAlgo API sample.
The "Sample Trend Robot" will buy when fast period moving average crosses the slow period moving average and sell when
the fast period moving average crosses the slow period moving average. The orders are closed when an opposite signal
is generated. There can only by one Buy or Sell order at any time.
Martingale Robot
29
5
16352
by alexk
free
18 Dec 2013
This robot is based on the martingale strategy.
This code is a cAlgo API sample.
The "Sample Martingale Robot" creates a random Sell or Buy order. If the Stop loss is hit, a new order of the same type (Buy / Sell) is created with double the Initial Volume amount. The robot will continue to double the volume amount for all orders created until one of them hits the take Profit. After a Take Profit is hit, a new random Buy or Sell order is created with the Initial Volume amount.
Copyright © 2023 Spotware Systems Ltd. All rights reserved.