Indicators

Free Zero-Lag moving average
 0
  5
  4177
16 May 2012, 12:39
Zero Lag MA is an indicator that attempts to remove the lagging characteristics of indicators like the Exponential Moving Average. It does this by tracking current prices more closely than...
Free Zero Lag Reflex and TrendFlex
 0
  0
  1438
13 Apr 2020, 16:09
These are John Ehlers two zero lag indicators combined in one cTrader indicator, you can enable/disable the one you want to. Free Download: https://www.algodeveloper.com/product/reflex-and-trendflex/ If you have any questions or issue...
Free Zero Lag RSI indicator
 0
  5
  740
by mfejza
19 Dec 2022, 02:37
Zero Lag RSI oscillator is an RSI with a minimum delay.
Free Zero Lag Tema
 0
  5
  3629
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 Zero Point Force indicator
 0
  5
  487
by mfejza
28 May 2023, 22:21
ZPF (Zero Point Force) is a zero point force indicator that displays the market climate. If the line for +ZP Force has positive values, it indicates a predominance of a...
Free zignale indicator
 0
  0
  597
22 Sep 2022, 16:01
@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 zignale indicator
 0
  0
  918
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 indicator
 0
  0
  666
22 Sep 2022, 16:01
@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 ZIGNALE OSCILLATOR
 1
  0
  896
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
  1885
04 Jun 2022, 00:06
to help you in choosing the right risk reward ratio for your positions
Free ZigZag
 3
  4.17
  3888
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 ZigZag
 6
  5
  26172
24 May 2013, 17:24
The zigzag is an Indicator that is usually used as a filter of small price momements.  
Free ZigZag
 0
  0
  478
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
 2
  3.33
  7117
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 🦊ZIG ZAG
 0
  5
  722
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
  3716
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 buy sell
 0
  0
  6924
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 Count&Price
 0
  0
  424
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 + Fibo Levels
 3
  0
  10278
27 Jan 2017, 12:49
 
Free ZigZag Kwan MBFX Timing
 4
  0
  6029
27 Jun 2015, 11:47
ZigZag Kwan MBFX Timing ou Beta Author : Abdallah HACID Solution Visual studio   Cet indicateur ZigZag Kwan MBFX Timing peut etre  combiner avec le RSI, MACD est Stoch et vous...
Free ZigZag Linear Regression Channels
 4
  4
  4140
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
  879
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
  1834
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
  6304
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
  2066
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
  2562
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
  2967
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 zombie
 0
  0
  341
29 Aug 2023, 17:15
123
Free Zoom With Mouse Wheel
 1
  0
  1018
17 Aug 2022, 19:11
  Zoom with Mouse Wheel for Ctrader  This tool helps you zoom in / out  on the chart with the mouse wheel be successful and profitable .   Copyright reserved...
Free ZRM pivot points
 0
  0
  1042
02 Nov 2021, 14:37
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators;   namespace cAlgo.Indicators {     [Indicator(IsOverlay = true, TimeZone = TimeZones.EasternStandardTime, AccessRights = AccessRights.None)]     public class PivotPoints : Indicator     {         private DateTime _previousPeriodStartTime;...