Indicators

Free pankaj bhandari
 1
  0
  920
22 Apr 2021, 04:34
plz add this indic
Free Pattern Drawing
 11
  5
  4121
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...
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
  1838
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
  1642
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
  533
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
  1999
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,...
Free PivotGURU v2 (for better usage)
 3
  0
  1784
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
  2715
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
  5827
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...
Free Pivot Points and S-R levels
 4
  5
  3706
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
  3761
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
  1172
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
 0
  0
  3740
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 Daily
 1
  0
  12492
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
  5152
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
  249
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...
Free [PoshTrader] Pivot Points
 2
  5
  21434
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...
Free [PoshTrader] Renko Tails
 3
  5
  18279
by Jiri
18 Aug 2020, 13:28
Renko Tails or also known as Renko Wicks will add high and low prices achieved in each Renko bar, just like any other periodicity, and thus provide you with some important additional...
Free [PoshTrader] Symbol Watermark
 3
  5
  15722
by Jiri
15 Aug 2020, 11:46
Adds a watermark to the chart background displaying the ticker symbol of the primary instrument in the chart. The watermark appears as a semi-transparent text overlaying the chart background. How...
Free Position Pips Counter
 0
  5
  2196
by summer
28 Jan 2021, 07:33
保有ポジションのPips数をチャート内に表示します ()内は金額ですが設定で非表示にできます 合計収益(手数料込)が負のときはピンク、正のときは水色になります   Shows the pips of the position in the chart. () is the price, but you can hide it in the settings. When the total netprofit are negative,...
Free PositionSizeCalcualtor
 1
  0
  2546
03 Aug 2021, 17:50
this andicator for claculate position size for trading.
Free Position Stats
 2
  0
  4190
23 Jun 2014, 23:09
This is a simple overlay indicator (on main chart). It shows opened volumes for the current symbol, counts of positions and other account parameters. Handy for monitoring HFT cBots on...