Indicators

Free Stochastic Histogram
 0
  5
  4442
03 Aug 2016, 15:19
The Stochastic Oscillator in the form of a histogram. Buy when it moves from negative to positive in the uptrend Sell when it moves from positive to negative in the...
Free Stochastic Momentum Index
 3
  5
  8237
06 Aug 2012, 14:40
SMI Indicator is used to predict the trend prevailing in the market i.e. either bullish or bearish. The trend is bearish if its SMI Output is below 40. Conversely, an SMI...
09 Dec 2016, 09:08
  UP Trend begins when 2 lines cross DOWN level bottom-up and ends when 2 lines cross UP level top-down DOWN Trend begins when 2 lines cross UP level top-down and...
28 Oct 2019, 22:47
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;   namespace cAlgo {     [Indicator(IsOverlay = false, ScalePrecision = 0, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class StochasticCrossAlert :...
Free Stochastic RSI
 3
  5
  2781
18 Apr 2021, 05:16
Stochastic RSI Indicator based on TradingView approach  
Free Stochastic & RSI
 2
  0
  1698
26 Dec 2022, 17:27
For better results, please add levels 20 and 80 to the indicator area when RSI touch or cross 20 or 80 levels and Stochastic is in overbought by create divergence...
Free Stochastic RSI2
 0
  5
  5970
17 Feb 2012, 15:37
This is another version of stochastic rsi
Free Stochastic RSI CCI: c3in1_St_RSI_CCI
 0
  0
  1912
09 Dec 2019, 09:21
The indicator is a combination of Stochastic RSI CCI.    
Free Stochastic RVI
 0
  5
  4811
14 Aug 2012, 12:38
The concept of RVI is that prices close higher than they open in up markets and vice versa in down markets. RVI is an oscillator where movement is normalized to...
Free Stochastics-4Line
 0
  0
  2898
31 Jul 2016, 12:54
// ------------------------------------------------------------                    // 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...
Free Stochastic Slow Strategy
 2
  0
  2321
01 Jul 2019, 22:12
This is the original "Stochastic Slow Strategy" From Tradingview, all the default parameters are the default parameters from Tradingview, for your reference, below is the official code from Tradingview, I...
Free STOCHcci Indicator Fast Type
 0
  0
  602
21 Dec 2022, 17:01
This indicator employs a fast stochastic indicator, and the data source is cci value of the prices
Free StochRSI
 0
  0
  2475
07 Dec 2021, 04:19
Developed by Tushar Chande and Stanley Kroll, StochRSI is an oscillator that measures the level of RSI relative to its high-low range over a set time period. StochRSI applies the...
Free STPMT
 0
  5
  2868
25 Sep 2012, 18:44
The STPMT is an oscillator type indicator that was created by Eric Lefort.  It stands for “La Stochastique Pondérée Moyen Terme” which means Medium Term Weighted Stochastics. The Red Line...
Free SuperTrend (colored version)
 0
  5
  401
by mfejza
18 Jan 2023, 00:33
This is the same indicator as the one from API indicators; only the shadow sentiment is added for visual clarity
Free Supply Demand Directional Volume
 0
  5
  1126
by mfejza
04 Apr 2023, 22:40
Supply Demand Directional Volume is a volume indicator that offers a simple way to estimate the movement and balance (or lack thereof) of supply and demand volume based on the...
by mfejza
10 Apr 2023, 23:44
Indicator Sylvain Vervoort RSI inverse fisher transform built on Sylvain Vervoort Rainbow Moving Average. Use indicator values when are above the upper limit for long trade, and below the lower...
Free SZO (Sentiment Zone Oscillator)
 1
  5
  240
by mfejza
18 Jan 2023, 00:37
The SZO (Sentiment Zone Oscillator) indicator shows the market sentiment (activity and direction) and zones of excessive activity (overbought/oversold zones). It can display a dynamic channel, beyond which deals are...
Free T3 Velocity indicator
 0
  5
  504
by mfejza
20 Feb 2023, 13:02
The T3 Velocity indicator is an entirely new technical study that deploys the T3 in calculating velocity, on the other hand, it does not deploy the T3 when smoothening velocity....
Free TDI - HmA RSI
 1
  0
  2277
26 Aug 2016, 23:12
Hi all members,   This Indicator was converted from MT4 , TDI system.    Can someone help me adding Babose or Text Signal when Lines Crossing Like this  /algos/indicators/show/1023  ...
Free The Pivot Detector Oscillator
 1
  5
  3328
06 Aug 2012, 12:57
A coherent unification model for trend indicators and oscillators is to technical analysis what a unification model of the micro-cosmos and the macro-cosmos is to physics. Although both models may...
Free The RationalSL indicator
 2
  5
  719
by mfejza
08 Jun 2023, 15:14
The RationalSL indicator shows the size of the Stop Loss based on the average true range of the price over a specified number of periods, for both long and short...
20 Nov 2022, 16:15
By using this indicator, we can observe faster and slower divergences at the same time as the MACD default value and make better decisions. Also, move the coordinates of each...
Free Time Segmented Volume indicator
 1
  5
  583
by mfejza
23 Jan 2023, 00:47
Time Segmented Volume indicator
Free TMAG indicator
 4
  5
  453
by mfejza
09 May 2023, 00:12
TMAG is an oscillator based on three moving averages and the +DI and -DI lines of the DMS (Directional Movement System) indicator. It indicates the market state as uptrend, downtrend,...
Free TOSC oscillator
 0
  5
  386
by mfejza
03 Apr 2023, 02:47
The TOSC oscillator shows the difference between the exponential moving average and the recursive trendline.
Free Tow_MACD_In_One
 0
  0
  541
30 Sep 2022, 14:05
Using this indicator, you can have two MACDs in one indicator area Includes a normal MACD and a histogram MACD
Free Tow_MACD_In_One
 2
  0
  857
30 Sep 2022, 14:05
Using this indicator, you can have two MACDs in one indicator area Includes a normal MACD and a histogram MACD
Free Traders Dynamic Index CCI
 0
  0
  1925
by jani
01 Dec 2019, 15:44
A combination of Commodity Channel Index , Bollinger Bands and Moving Averages. This is my modification of the original Traders Dynamic Index https://ctrader.com/algos/indicators/show/215 (Thanks go to fzlogic !!). Original version uses RSI as the base indicator,...
Free Trend Component
 0
  5
  4089
17 Feb 2012, 14:34
The trend component of John Ehlers