Indicators

Free Projection Bands
 2
  0
  1019
20 Dec 2021, 01:40
Projection Bands were developed by Mel Widner, Ph.D and were introduced in an Technical Analysis of Stocks & Commodities magazine article in July, 1995. Projection Bands are made up of...
Free Pseudo Point and Figure
 2
  0
  1407
19 Sep 2021, 19:01
This is a pseudo point anf figure indicator which can be plotted on normal time charts. The box size can either be a fix number in pips or fluctuate based...
Free PVSRA Big Candles
 0
  5
  1839
by reyx
15 Apr 2020, 00:36
Big Candles indicator of PVSRA
Free PVSRA Dragon
 2
  0
  1949
by reyx
15 Apr 2020, 00:37
Dragon Lines of PVSRA
Free PVSRA Volume
 1
  5
  2752
by reyx
19 Apr 2020, 02:11
Volume indicator of PVSRA  
Free QQE
 2
  5
  7582
by daemon
01 Sep 2012, 22:05
A combination of Exponential Moving Average and Relative Strength Index. Go Long when QQE is rising, exit and sell when QQE is falling and vice versa.    
Free Quadratic Moving Average indicator
 3
  5
  549
by mfejza
07 Feb 2023, 15:39
Quadratic Moving Average indicator
Free Quandl Time Series
 0
  0
  1251
18 Jun 2019, 23:34
This indicator allows you to add Quandl time series datasets on your cTrader chart. Free Download: https://www.algodeveloper.com/product/quandl-time-series/ If you have any question or issue with our product please contact us via...
16 Dec 2023, 08:13
Quicksort is an efficient sorting algorithm based on the divide-and-conquer technique. This algorithm sorts an array by partitioning it. Here are some of the main steps of quicksort:Pivot Selection:The most...
Free Raghee's Wave Candles
 0
  5
  4092
23 Mar 2015, 04:39
Similar to MAcc (moving average color candles) these candles have 2 shades of green, blue and red each.  They are Raghee Horner's Wave candles. Also known as her Green Red...
Free Rainbow
 0
  0
  1141
21 Mar 2021, 16:50
The well konow Rainbow technical indicator. To test with different zoom levels and periods.
Free Rainbow2
 0
  0
  1042
21 Mar 2021, 17:25
This indicator calculates the high and low of the Rainbow indicator and its averages. Well know too.
Free Rainbow3
 0
  0
  1231
21 Mar 2021, 17:51
Rainbow3 projects the calculated lines as possible supports in search of possible resistances.
Free RD Pivot Lines
 1
  5
  2581
by JSCCEO
12 Nov 2017, 15:02
    RD Pivot Lines for accurate pivot point , S and R  lines  visit Just Indicator for more UNIQUE and amazing indicators , bots  http://www.justindicator.com/ for more info about...
Free REA 12s
 0
  0
  141
15 Apr 2024, 14:04
The REA_12s is an indicator that allows you to view the set of 12 Moving Averages.View all our tool in our website: https://www.reavolution.com/en/category/strumenti/ParametersEMASource: Select on what indicator should do the...
Free REA Friendly
 0
  0
  181
15 Apr 2024, 13:59
The REA_Friendly indicator allows you to display different information on the chart to interpret the market and go for or against trends. This indicator in our work we always use...
Free Real BreakOut
 2
  5
  920
24 Jan 2024, 08:15
During my teachings aimed at guiding my followers in structuring a breakout, it has come to my attention that they often struggle to find a starting point. Even after thorough...
Free Real Time Fibonacci Indicators
 7
  5
  7484
by Scott
04 May 2013, 01:57
****************************  WILL ONLY WORK WHEN MARKET IS LIVE This indicator uses fibonacci simple moving averages and fibonacci bands (/algos/indicators/show/190) to show support and resistance over 4 time frames. They are shown...
Free REA SSL
 0
  0
  217
15 Apr 2024, 14:41
This indicator is a combination of two moving averages with high and low settings.It is an indicator that follows the trend and is exceptionally effective during the trend market conditions....
Free REA Trend
 0
  0
  232
15 Apr 2024, 14:29
The Trend Indicator that we designed is based on drawing a line that follows the price and changes color according to the supposed directionality of the market. To draw the...
Free REA Trend Line
 2
  5
  266
15 Apr 2024, 14:54
The REA_Trendline indicator represents on the graph an average of the price that changes color according to the trend calculated through different oscillators and the ATR.View all our tool in...
Free rectangle
 1
  0
  1232
18 Jan 2022, 10:50
private void DrawRectangle(string objectName, int x, double y, int width, double height, Colors color, int thickness, LineStyle style) { ChartObjects.DrawLine(objectName + "a", x, y, x + width, y, color, thickness,...
Free Relative Moving Average
 0
  0
  562
by Waxy
13 Jun 2023, 01:49
Relative Moving Average It's like the EMA but it uses alpha = 1/length instead of 2/(length + 1) It gives a bit less weight (about half of EMA) to the...
Free renko
 0
  0
  477
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free renko
 0
  0
  446
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free renko
 0
  0
  418
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free renko
 2
  0
  440
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free renko
 0
  0
  461
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free renko
 0
  0
  427
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free renko
 0
  0
  418
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...