Indicators

Free Zero Lag Tema
 0
  5
  3630
09 Jan 2014, 15:29
This is Zero Lag Tema.   2 * tema(i) - tema(tema(i)) TEMA: Triple Exponential Moving Average  References Tema.algo (/algos/indicators/show/170)    
Free zignale indicator
 0
  0
  921
23 Sep 2022, 00:02
//@version=4 //By Glaz, Modified // study("QQE MOD") RSI_Period = input(6, title='RSI Length') SF = input(5, title='RSI Smoothing') QQE = input(3, title='Fast QQE Factor') ThreshHold = input(3, title="Thresh-hold") //   src...
Free ZIGNALE OSCILLATOR
 1
  0
  899
23 Sep 2022, 00:08
@version=4 Di Mihkel00 Questo script è progettato per il metodo NNFX, quindi è consigliato solo per i grafici giornalieri. Ho provato a implementare alcune regole VP NNFX Questo script ha...
Free zigzag
 2
  2.5
  1893
04 Jun 2022, 00:06
to help you in choosing the right risk reward ratio for your positions
Free ZigZag
 2
  3.33
  7122
31 Jul 2016, 01:03
Another ZigZag indicator for CTrader. I found that the other implementations available were incorrect and written with more lines of code than necessary. http://www.onlinetradingconcepts.com/TechnicalAnalysis/ZigZag.htm  
Free ZigZag
 0
  0
  483
06 Sep 2023, 21:21
The zigzag indicator is a technical analysis tool that filters out small price movements and draws trendlines connecting the swing highs and swing lows of a price chart. The zigzag...
Free ZigZag
 3
  4.17
  3891
by Jiri
09 May 2016, 11:37
Description The ZigZag indicator shows trend lines filtering out changes below a defined level. The Indicator was converted from NinjaTrader script to cAlgo.   Updates 31/01/2016 Released. 08/03/2016 ​Added channels. Updates on...
Free 🦊ZIG ZAG
 0
  5
  725
16 Sep 2023, 03:57
El indicador Zig Zag es una herramienta técnica utilizada en el análisis técnico de los mercados financieros, como acciones, divisas, commodities y otros instrumentos de inversión. Su función principal es...
Free zig zag buy sell
 0
  0
  6927
09 Mar 2015, 15:03
//+------------------------------------------------------------------+ //| ZigAndZagScalpel.mq4 | //| Bookkeeper, 2006, yuzefovich@gmail.com | //+------------------------------------------------------------------+ #property copyright "" #property link "" //---- #property indicator_chart_window #property indicator_buffers 7 // Èëè 8 - äëÿ testBuffer #property indicator_color1...
Free zig zag buy sell
 0
  0
  3719
09 Mar 2015, 14:40
//+------------------------------------------------------------------+ //|                                             ZigAndZagScalpel.mq4 | //|                           Bookkeeper, 2006, yuzefovich@gmail.com | //+------------------------------------------------------------------+ #property copyright "" #property link      "" //---- #property indicator_chart_window #property indicator_buffers 7     // Èëè 8 - äëÿ testBuffer #property indicator_color1...
Free Zig Zag Count&Price
 0
  0
  426
22 Feb 2024, 20:27
Added the function to display the candlestick count, Vertex price, and reversal price markers for the deviation type ZigZag.For example, if Deviation percent is 1, a 1% reversal from the...
Free ZigZag Linear Regression Channels
 4
  4
  4141
by Jiri
09 May 2016, 11:37
Description: Based on SwingZigZag and LinearRegressionChannel indicators. The Indicator tries to find and plot potential channels in price movement. Channels repaint with the new swing of current direction (just same as ZigZag...
Free ZigZag-Manual
 1
  5
  884
22 Feb 2023, 22:23
hi With this control you can draw zigzag manually First Press َ ALT+ Z to enable  Then a trend line is drawn with each left  mouse click Press َ ALT+...
Free ZigZag - Modded for Harmonics bot
 0
  0
  1838
by kaFX45
28 Oct 2020, 03:51
This is the modified ZigZag indicator, Credits to kkostaki for the code. The Yellow Line is just a 2nd copy of the code running at once. (just ignore if you are...
Free ZigZag on multiple TimeFrames
 3
  0
  6308
15 Jul 2015, 16:59
ZigZag indicator, allowing the usage of multiple TimeFrames within one indicator In this sample three different TimeFrames, but it's expandable. Show history-option: displays historical steps of ZigZag algorithm. Based on...
Free ZigZag Percentage
 2
  0
  2069
12 Sep 2021, 01:58
This indicator shows us the percentage of  retrace or expand of waves And it determines the Fibonacci ratios for you zigzag is a awesome tool but we know it needs a...
Free ZigZag with Percentages
 3
  2.5
  2572
04 Jul 2022, 16:14
Yet another ZigZag Indicator, except this one shows the price and the percentage change from Swing High to Swing Low. This indicator is based on mike.ourednik's ZigZag indicator: https://ctrader.com/algos/indicators/show/1419 Parameters: Percentage Move - ...
Free ZLEMA
 0
  0
  2970
by tbrbde
26 Mar 2016, 20:52
This is a Zero lag EMA as described by John Ehlers (without lag and overshoot). The code is available for several trading platforms but I found no version for cAlgo. So...
Free Z-Score
 0
  0
  2419
02 Dec 2013, 12:23
Standard Score The standard score of a raw score x is where: μ is the mean of the population; σ is the standard deviation of the population. [http://en.wikipedia.org/wiki/Standard_score]