Indicators

Free Intracandle Movement 1.1
 0
  0
  1465
11 Jul 2020, 19:44
This indicator was intended to show price movement (close) from smaller timeframe. Created by : rony.sitepu@gmail.com Change log :  1.0 First Released 1.1 Shifted the line by half a bar...
Free Fibonacci timezone
 0
  0
  1966
by aminc
09 Jul 2020, 19:24
hi   this is indicator that have been wroten by devman and i change it a little (fibo timezone made by devman) with this new update you can change Fibonacci levels to...
Free Chart Colors
 0
  5
  1737
by bart1
08 Jul 2020, 16:01
Chart Colors has several predefined chart color schemes that you can quickly apply.   Share your color schemes in comments here. I'll will update indicator with shared color schemes. To do...
Paid Divergence Lite
 1
  5
  1908
05 Jul 2020, 23:29
The indicator recognizes the divergences and shows it on your chart and technical indicator. The divergence recognition algorithm is very powerful and accurate.  The indicator shows the same divergence on...
Paid Multi Timeframe SMA
 0
  0
  1114
05 Jul 2020, 20:07
  Multi Timeframe SMA is an indicator for ctrader that can display the simple moving average line of a certain hourly bar on a chart of smaller hourly bars. -Features-...
Paid Adaptive Zig Zag (AZZ)
 1
  0
  1288
02 Jul 2020, 14:41
The AZZ indicator plots points on the chart whenever prices reverse by a percentage greater than an average height of the Adaptive Price Channel. Straight lines are then drawn, connecting...
Paid Adaptive Price Channel (APC)
 0
  0
  958
02 Jul 2020, 14:02
The APC are based on the average difference between the Lowest Low and Highest High over a selected multiplier of number of intervals, therefore they tend to be associated with...
Free Fractal Modified Indicator (BWFMI)
 1
  5
  2097
by Kbee
02 Jul 2020, 05:15
01/07/2020 - Last update: fixed a bug Bill Williams Fractal Indicator is used to identify potential supports and resistances in the past prices, so the signals are very much delay and...
Free HL Averages TF Multi
 0
  0
  1185
30 Jun 2020, 22:46
Free HL Averages TF Stoch
 0
  0
  1140
30 Jun 2020, 22:37
Free HL Averages
 0
  0
  1087
30 Jun 2020, 22:34
Free SwitchSymbol
 8
  5
  2514
by bart1
25 Jun 2020, 09:40
The fastest way to switch between favourite symbols. Symbols list can be set with input parameter separated by comma. [Update] Added position parameter  
Free ichimoku shift ( jabsian)
 0
  5
  1909
24 Jun 2020, 10:43
hi   with this indicator you can shift ichimoku forward or backward you can shift all part of ichimoku or just shift one part     you can contact me...
Paid [PoshTrader] Divergence Spotter
 0
  5
  7485
by Jiri
22 Jun 2020, 21:58
Divergence Spotter finds and scans for regular and hidden divergences automatically using any attached oscillator. To offer a broad market perspective, the indicator can be loaded many times in the...
Free Mean Reversion
 0
  0
  1277
17 Jun 2020, 12:22
Free Mean Reversion Overlay
 1
  0
  1074
17 Jun 2020, 12:19
Free Market maker EMAS
 0
  0
  1542
15 Jun 2020, 10:12
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;   namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class GMMA : Indicator     {         [Output("Short...
Free Major Currency Strength Comparison
 7
  5
  2514
by Kbee
10 Jun 2020, 07:25
Last update: Added: correlation pairs & editable some interfaces  This indicator is used for checking all major currencies strength after comparing them with each other How it works: I. Sum...
Free Pivot Points (Weekly fixed)
 7
  0
  2736
by 2bnnp
09 Jun 2020, 16:29
original code https://ctrader.com/algos/indicators/show/45 fixed the weekly pivots not working. can now choose between auto pivot timeframe and fixed pivot timeframe.   Pivot Point is a technical indicator used in technical analysis derived by...
Free ATR Trailing
 1
  5
  3559
by Kbee
08 Jun 2020, 14:40
I made this indicator for my cBot so, I thought maybe others will find this useful. How it works:  ATR Value * Input Multiply and instead of changing every value on...
Free PivotGURU v2 (for better usage)
 3
  0
  1787
25 May 2020, 08:37
PivotGURU indicator draws the Daily-Weekly-Monthly-Yearly Pivot lines on   the chart. I made some major and minor changes on this indicator.  Yearly Pivot lines added as some clients asked.  3 versions are available: -...
Free TrendLine-GURU v2
 0
  0
  1678
25 May 2020, 08:35
I have updated the TrendLine-GURU indicator. Now the version 2 is available. Trade with trend-lines is one of the most efficient way to earn profit. Like a Swiss-army knife: you can...
Free Bollinger Bands BreakOut
 0
  0
  2908
25 May 2020, 08:34
This indicator gives you a Buy or Sell signal when the candle closes outside of  the BB upper or lower ribbons. It has many extra functions. So you do not need...
Free Ichimoku Cloud BreakOut
 2
  0
  3681
25 May 2020, 08:33
The Ichimoku Cloud BreakOut is one of the best trading system.  Ichimoku is a very complex tool based on 3 Moving Averages (9,26,52). It has many usage : Kijun/Tenkan, Kijun/Cloud, Tenkan/Cloud...
Free Bars Statistics
 0
  0
  1112
23 May 2020, 13:21
This indicator shows some summary statistics about the data of the available bars on your chart, you can use the data for developing trading systems or knowing better the asset...
Free ctk Pivot Points - Multi Formula
 0
  0
  1618
by cTKit
22 May 2020, 12:35
DO NOT DOWNLOAD THE FILE FROM HERE IT IS ONLY A PLACEHOLDER!!! This indicator is part of cTKit aka cTrader Kit available from https://ctkit.uk. I supports calculating pivot points using...
Free auto pivots
 0
  0
  1796
21 May 2020, 13:56
// ------------------------------------------------------------ // Paste this code into your cAlgo editor. // ----------------------------------------------------------- using System; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Collections;...
Free auto pivot
 0
  0
  1863
21 May 2020, 13:39
// ------------------------------------------------------------                    // Paste this code into your cAlgo editor. // ----------------------------------------------------------- using System; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using System.Linq; using System.Text; using System.Text.RegularExpressions; using...
Paid Donchian Channels
 0
  5
  787
15 May 2020, 05:07
Caption Donchian Channels with cloud
Free vortex
 0
  0
  1334
11 May 2020, 02:18
vortex indicator