Indicators

Free Pattern Drawing
 11
  5
  4122
26 Jan 2023, 12:58
The Pattern drawing indicator is developed to allow you draw chart patterns easily on your cTrader chart and as an example of cTrader automate API capabilities. You can use it...
Free Pin Bar Indicator
 1
  0
  1918
20 Sep 2019, 07:15
This indicator do not tell direction of the trend. In fact if the trend exist, this indicator may provide false signal. However, if the market is in the ranging state,...
Free pin bar magic v1
 1
  5
  608
14 Oct 2023, 11:10
//@version=4//Time Frame: H1strategy("Pin Bar Magic v1", overlay=true) // User Inputusr_risk = input(title="Equity Risk (%)",type=input.integer,minval=1,maxval=100,step=1,defval=3,confirm=false)atr_mult = input(title="Stop Loss (x*ATR, Float)",type=input.float,minval=0.1,maxval=100,step=0.1,defval=0.5,confirm=false)slPoints = input(title="Stop Loss Trail Points (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)slOffset = input(title="Stop Loss Trail Offset (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)sma_slow...
Paid pin bar magic v1
 0
  0
  0
14 Oct 2023, 11:10
//@version=4//Time Frame: H1strategy("Pin Bar Magic v1", overlay=true) // User Inputusr_risk = input(title="Equity Risk (%)",type=input.integer,minval=1,maxval=100,step=1,defval=3,confirm=false)atr_mult = input(title="Stop Loss (x*ATR, Float)",type=input.float,minval=0.1,maxval=100,step=0.1,defval=0.5,confirm=false)slPoints = input(title="Stop Loss Trail Points (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)slOffset = input(title="Stop Loss Trail Offset (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)sma_slow...
Free Pip Candle Indicator
 3
  5
  5412
03 Oct 2016, 05:05
Pip count for each Candle, very useful    // ------------------------------------------------------------ // Paste this code into your cAlgo editor. // ----------------------------------------------------------- using System; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals;...
Free Pip value for Lot Size
 1
  0
  1839
20 Jul 2020, 12:34
You can find the pip value for any lotsize for 8 major currencies. and 28 pairs.
Free Pitchfork Drawing
 5
  5
  1644
26 Jan 2023, 12:56
 The Pitchfork Drawing indicator allows you to draw all of the most popular Pitchfork technical analysis tools on your cTrader chart, this indicator uses Automate API chart controls and object. It works like...
Free pivot
 0
  5
  534
22 Sep 2023, 20:40
pivot
Free pivot1
 0
  0
  1733
30 Mar 2020, 11:41
// ------------------------------------------------------------ // 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 System.Collections;...
Free Pivot Channels
 0
  0
  2000
19 Nov 2020, 19:57
This is the building block indicator for this: MTF Pivot Channels Indicator | Algorithmic Forex Trading | cTrader...  It will help you view the pivot lines (support, resistance, pivot, high,...
02 Dec 2019, 12:41
This indicator is very useful for every trader. It shows the Daily-Weekly-Monthly Pivots. Do not download this version! It is codeless! For more info please visit: www.algoguru.hu
Free PivotGURU v2 (for better usage)
 3
  0
  1786
25 May 2020, 08:37
PivotGURU indicator draws the Daily-Weekly-Monthly-Yearly Pivot lines on   the chart. I made some major and minor changes on this indicator.  Yearly Pivot lines added as some clients asked.  3 versions are available: -...
Free Pivot Points
 0
  0
  2716
by reyx
22 Mar 2020, 22:31
Based on https://ctrader.com/algos/indicators/show/45.  This version has some performance enhancements and works in Weekly, Daily and Hour timeframes!
Free Pivot Points
 0
  5
  5829
by moza11
02 Apr 2013, 18:06
Pivot Points is a method for calculating support and resistance levels. Resistance and support levels indicate where a major price movement is expected. As a trend indicator, it indicates an upward...
Paid Pivot Points
 0
  2.5
  0
01 Feb 2024, 18:32
This is the All IN ONE Pivot Point indicator! This has every pivot point formula and is your one stop for all your pivot point needs. All the formulas included are :  ...
Free Pivot Points and S-R levels
 4
  5
  3708
08 Oct 2019, 00:51
Displays Daily, Weekly and Monthly pivot points as well as R1, R2, R3, S1, S2 and S3 levels on the chart. You can select which of these you want to...
Free pivot points intra day
 0
  0
  4169
12 Nov 2016, 00:05
using System; using cAlgo.API; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, AccessRights = AccessRights.None)] public class PivotPointsIntraDay : Indicator { private double _close; private double _higher; private double _lower; #region Output...
Free Pivot Points Intra Day
 1
  4.29
  8747
by moza11
10 Aug 2012, 14:59
Pivot Points is a method for calculating support and resistance levels. Resistance and support levels indicate where a major price movement is expected. As a trend indicator, it indicates an...
Free Pivot Points Pro
 2
  0
  3763
02 Mar 2021, 08:43
A multi time frame pivot points indicator for cTrader that allows you to set the time zone and use five different calculation formulas. Free Download Trial/Buy: https://www.algodeveloper.com/product/pivot-points-pro/ If you have any...
Free pivots
 0
  0
  3742
30 Apr 2019, 12:56
// ------------------------------------------------------------ // 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 System.Collections;...
Free pivots
 0
  0
  1173
30 Mar 2020, 11:34
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     {        ...
Free pivots
 1
  0
  343
20 Mar 2024, 10:23
pivots
Free Pivots Daily
 1
  0
  12493
27 Sep 2014, 07:35
Pivot Points are widely used by day traders to quickly determine where forex market sentiment may change between bullish and bearish. Pivot Points are also commonly used to find likely...
Free Pivots with Labels
 1
  5
  5154
by moza11
05 Apr 2013, 18:06
Pivot Points with text labels for the pivot values.
Free Pivot w optional CPR and Mids
 7
  5
  250
by dhnhuy
26 Apr 2023, 07:42
Conventional Pivot, CPR and Mid levels are optional.Supported Day, Week and Month pivot.PivotTimeFrame: Day, Week, Month.ShowCPR: If Yes, also plot the Central Pivot Range levels.ShowMids: If Yes, also plot the...
Free [PoshTrader] Bid and Ask
 0
  5
  9071
by Jiri
18 Aug 2020, 13:26
An indicator displaying bid and ask prices with configurable visuals. Such as line thickness, style, color, displacement, and shading the spread. What Is Bid and Ask? The term bid and...
Paid [PoshTrader] Deal Map
 0
  5
  9001
by Jiri
18 Aug 2020, 13:26
This indicator maps your historical deals and opened positions on the chart. Additionally, It displays labels with performance metrics to help you quickly analyze your gains. You can choose to...
Paid [PoshTrader] Market Sentiment
 4
  5
  8648
by Jiri
18 Aug 2020, 13:25
Percentage values showing the current difference between the number of traders, which have opened Long and Short positions. At that, already closed trades don’t affect the indicator’s value. This indicator...
Free [PoshTrader] Pivot Points
 2
  5
  21437
by Jiri
18 Aug 2020, 13:26
The indicator automatically draws important Pivot Levels using the most popular approaches: Classical Floor Camarilla Woodie Fibonacci DeMark Usage of Pivot Points The very essence of trading with Pivot Points...
Paid [PoshTrader] Position Axis
 0
  5
  8142
by Jiri
18 Aug 2020, 13:27
Position Axis displays a break-even point with additional info about your overall position in the market and a vertical profit axis that will help you analyze your performance and configure...