Indicators

10 Nov 2023, 20:41
 This bundle consists of three cTrader Indicators. If you trade using support and resistance, trendlines, moving averages, and candlestick patterns, this bundle is perfect for you. All the indicators in...
03 Nov 2023, 01:41
 This bundle consists of 8 cTrader Indicators and 1 cBot. It comprises various tools that significantly ease your trading experience, such as moving average alerts, trendlines, horizontal and vertical line...
Free VFX Margin Visualizer v1.4
 7
  5
  1384
24 Aug 2021, 18:53
VFX Margin Visualizer allows you to visualize your actual margin level on the on-chart scale together with 100% and Stop-Out level lines and highlighted areas. You can also simulate effect of a custom leverage set...
Free Volume for Renko/Range
 12
  5
  1766
21 Nov 2022, 14:50
VolumeRenkoRange applies tick volume logic on non-time based charts. Last Update -> 16/11/2022 Volume on Range/Renko/Candles It's possible because we have the Open/Close Time of Bar, so: Volume logic = Number...
Free Volume Gap
 5
  5
  1697
02 Mar 2021, 08:40
This indicator shows the average of the buy and sells volume, and the gap between two via a transparent cloud, for more detail please check our site. If you have...
Paid Volume_Kiko
 0
  5
  0
15 Sep 2023, 08:59
// ------------------------------------------------------------------// Converted from MQ4 to a cTrader indicator by https://clickalgo.com// Paste this code into your cTrader Code editor and build.// ------------------------------------------------------------------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...
Paid Volume_Kiko
 0
  5
  0
15 Sep 2023, 08:59
// ------------------------------------------------------------------// Converted from MQ4 to a cTrader indicator by https://clickalgo.com// Paste this code into your cTrader Code editor and build.// ------------------------------------------------------------------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 Volume Log
 5
  0
  3576
02 May 2015, 17:24
A volume log (v 1.01) that displays filtered bid and ask volumes. Price is expressed as distance from current bid/ask price in the Bid/Ask columns. Each entry is timestamped and expressed...
Free Volume POC
 1
  0
  2956
01 Jul 2019, 01:46
This indicator shows a time period developing volume point of control levels. Free Download: https://www.algodeveloper.com/product/volume-poc/ If you have any question or issue with our product please contact us via our site...
Free Volume Profile
 3
  5
  11589
02 Mar 2021, 08:45
Calculates each price level volume and shows is horizontally on your cTrader chart. Free Download Trial / Buy: https://www.algodeveloper.com/product/volume-profile/ If you have any question or issue with our product please contact...
Free volume profile zig
 0
  0
  1256
05 Dec 2022, 11:53
 per ctraderProfilo del volume
Free volume profile zig
 0
  0
  800
05 Dec 2022, 11:53
 per ctraderProfilo del volume
Free Volume Sum Delta
 0
  2.5
  3573
02 Dec 2019, 11:02
Its another volume indicator that uses x previous bars volume data and calculates a delta value for the current bar by subtracting the buy volume amount from sell volume amount....
Paid VSA For3xScalper
 1
  2.5
  2069
28 Feb 2021, 23:36
VSA indicator gives you the opportunity to trade alongwith the Smart Money. Combining this indicator with Price action will give you an edge in the market. In Forex, as we...
Free VWAP for every bar
 2
  5
  4769
25 Apr 2015, 21:39
This is the VWAP (version 1.1), or volume weighted average price for every individual bar. For timeframes shorter than daily it uses minute data up to the current second and then...
Free VWAP Midas Buttons
 3
  5
  508
13 Sep 2022, 17:31
Just a VWAP Midas with 5 Buttons in 1 indicator See also -->> TPO Profile <<-- See also -->> Weis & Wyckoff System <<-- Usage: Create VWAP: Click on button and select...
Paid Weis Volume
 0
  0
  1443
10 Feb 2021, 23:20
The Weis Wave Volume indicator (WWV indicator) is a smart money footprints indicator. It is built upon the current market trend aiming to describe the direction of the price movement....
Free Williams Fractals in Barry Box
 2
  5
  4231
by gainer
15 Jun 2016, 04:28
The fractals by Williams are a very useful reference in my trading, but I think they are often undervalued due their poor graphical representation, most of the time with a...
by moza11
10 Aug 2012, 15:07
Similar to regular Pivot Points but Pivot Line is calculated with more weight to the closing price. Pivot Points is a method for calculating support and resistance levels. Resistance and...
Free Yahoo Finance Connector
 0
  0
  2954
22 Apr 2014, 00:27
This indicator enables you to add Yahoo Finance daily data to your cAlgo or cTrader charts. The chart below shows Volatility Index ^VIX, index that measures expected volatility in S&P...
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 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 ZigZag
 6
  5
  26173
24 May 2013, 17:24
The zigzag is an Indicator that is usually used as a filter of small price momements.  
Free ZigZag + Fibo Levels
 3
  0
  10279
27 Jan 2017, 12:49
 
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;...