Indicators

Free PVSRA Big Candles
 0
  5
  1836
by reyx
15 Apr 2020, 00:36
Big Candles indicator of PVSRA
Free PVSRA Dragon
 2
  0
  1945
by reyx
15 Apr 2020, 00:37
Dragon Lines of PVSRA
Free PVSRA Volume
 0
  5
  2749
by reyx
19 Apr 2020, 02:11
Volume indicator of PVSRA  
Free QQE
 2
  5
  7578
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
  547
by mfejza
07 Feb 2023, 15:39
Quadratic Moving Average indicator
Free Quandl Time Series
 0
  0
  1248
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
  4088
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...
Paid Raghee Wave and GRaB Candles
 1
  0
  2850
by cTKit
02 Dec 2019, 14:50
This overlay indicator sets up the 34 EMA Wave and paints the GRaB candles used extensively by Raghee Horner and followers of her trading style. Additionally this indicator draws vertical...
Free Rainbow
 0
  0
  1140
21 Mar 2021, 16:50
The well konow Rainbow technical indicator. To test with different zoom levels and periods.
Free Rainbow2
 0
  0
  1040
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
  1229
21 Mar 2021, 17:51
Rainbow3 projects the calculated lines as possible supports in search of possible resistances.
03 Jul 2024, 07:47
Here is a cTrader version of the “Range Filter Buy & Sell 5min - guikroth version” from TradingView.What is the Range Filter?As the author of the original Range Filter describes...
Free RD Pivot Lines
 1
  5
  2577
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
  138
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
  179
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...
Paid REA Impulse
 0
  0
  0
15 Apr 2024, 12:19
REA_impulse is an indicator for the whole type of swing trader. Suitable for a multiday operation.The time frames in which it performs optimally are from the time (H1) to the...
Free Real BreakOut
 2
  5
  913
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...
Paid REA Letizia V2.0
 0
  0
  0
15 Apr 2024, 12:31
Rea_Letizia is an indicator for all types of intraday traders. Designed to perform at its best in small time frames (from M5 to H1) offering numerous opportunities for entry into...
Free Real Time Fibonacci Indicators
 7
  5
  7476
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
  215
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
  230
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
  257
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
  1230
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
  556
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
  469
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
  624
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
  474
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
  692
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
  442
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,...