Indicators

Free positive exposure
 0
  0
  2141
19 Aug 2017, 08:08
//facebook fanpage: www.facebook.com/Ai.Algo using cAlgo.API; namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class ShowEquity : Indicator     {         public string note1 { get; set; }         [Parameter("Note 2")]         public string note2 { get; set; }         string Tradeposition;         public override void Calculate(int index)         {             var positin = Positions.FindAll("");             double ripatamiter = 0;             double order = 0;             if (Symbol.Code == "USDJPY" || Symbol.Code == "EURJPY" || Symbol.Code == "GBPJPY" || Symbol.Code == "AUDJPY" || Symbol.Code == "CHFJPY" || Symbol.Code == "CADJPY" || Symbol.Code == "NZDJPY" || Symbol.Code == "SGDJPY" || Symbol.Code == "NOKJPY" || Symbol.Code == "SEKJPY" || Symbol.Code == "ZARJPY")             {                 ripatamiter = Symbol.Bid * 10;             }             else if (Symbol.Code == "XAUUSD" || Symbol.Code == "XAUEUR" || Symbol.Code == "XTIUSD" || Symbol.Code == "XAGUSD" || Symbol.Code == "XAGEUR" || Symbol.Code == "XPTUSD" || Symbol.Code == "XNGUSD" || Symbol.Code == "XBRUSD" || Symbol.Code == "USDX")             {                 ripatamiter = Symbol.Bid;             }             else...
Free Daily PIVOT POINTS
 2
  5
  6552
28 Jul 2017, 14:24
Free All Pivots
 3
  5
  7224
26 Jul 2017, 16:37
Plot PIVOT POINTS
05 Jul 2017, 05:28
Hi, This Indicator basically displays : 1. Displays the PIPS (hourly, daily, weekly, monthly) and 2. Draw Lines through +/- ATR values on the CHART.   Have divided the ATR Value by...
05 Jul 2017, 05:28
Hi, a simple indicator that displays Pair Info on top of the Chart.  Kinda Helpful information for Traders. Information Displayed are : 1. Pips Current and Closed  2. Unrealized and...
05 Jul 2017, 05:26
Hi, this indicator displays the Hourly, Daily, Weeky, Monthly Total Pips and ATR Value on Chart. Please rate it and leave a comment. Thank you. ///S.Khan    
05 Jul 2017, 05:25
Hi, This indicator displays the Position info on the Chart over the Position Line.  Kind of visual.  (Courtesy : Charles Layton) Thank you. ///S.Khan    
Free JPA Simple Session Pivot
 1
  0
  2998
12 Apr 2017, 12:28
Shows the pivot point of the current session.  
Free Candlestick Patterns
 3
  0
  12086
15 Mar 2017, 07:22
This indicator shows the candlestick patterns (Doji, Hammer, Bullish Harami, Bearish Harami, Dark Cloud Cover, Piercing Pattern, Bullish Engulfing, Bearish Engulfing, Shooting Star, Evening Star, Morning Star), fully customizable, in...
Free ZigZag + Fibo Levels
 3
  0
  10284
27 Jan 2017, 12:49
 
Free Net profit (PnL) shown in percent
 1
  5
  3331
19 Dec 2016, 22:31
This is a simple indicator. It shows the PnL in %. I think it makes much more sense than a value, but cTrader hasn't implemented something that simple. Updated: It now...
Free Open Week + Buy - Sell
 0
  5
  3989
29 Nov 2016, 05:15
Code desined to help Trader easy to treder with EMA - STO - RSI - DMI index in 1 code. Red Point for STO Index, Yellow Point for EMA Index,...
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 Custom Period Separator
 10
  3.33
  3591
by Jiri
02 Nov 2016, 17:02
Description: Plots custom period separator.   Updates: 21/06/2016 - Version 1.0 Released.   Screenshot:   Notes: Works on tick charts as well.   Make a Donation: If you like my work...
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 Cyf_Elder's_Impulse
 3
  5
  3275
by cyfer
18 Sep 2016, 21:35
Developed by Alexander Elder  The idea of Impulse is measuring any market by Inertia & Power according to Elder Inertia can be measured by the slope of a fast EMA...
Free Support and Resistance At Price
 2
  0
  11837
by cTKit
16 Sep 2016, 12:56
Inspired by an indicator sold by Quantum Trading for platforms other than cTrader this indicator draws support and resistance lines at specific prices in a way that allows you to...
Free Support And Resistance Zones
 2
  5
  10621
by cTKit
16 Sep 2016, 12:49
This indicator is an alternative to my Support And Resistance At Price indicator.  It uses a different algorithm for drawing support and resistance lines.  Basically it builds a set of...
Free SessionBox
 10
  2.5
  9623
17 Jul 2016, 15:39
re code the mt4 i-session indicator to draw session box in pure calgo code  if you have code problem you can comment this post  thanks
Free Pair Market Information
 0
  0
  1260
10 Jul 2016, 04:17
  Very Useful information and practicle   PIPS High To Low 5 Days Average Spread Pips to open or from open     // ------------------------------------------------------------                    // Paste this code into...
Free Scalper Signal
 2
  5
  14427
19 Jun 2016, 15:39
A visual way to help determine whether to buy or sell against a pivot level (indicator does not repaint). Gold painted bars mark a “pivot high” or “pivot low.” Signal...
Free Enhanced Alerts
 0
  4
  2302
by Jiri
17 Jun 2016, 23:06
Description: Enhanced Alerts indicator plays sounds when order, target or stop is filled. It's experimental version. Please, someone test it out and let me know in the comments if it's...
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...
Free FullPrice Indy V02
 4
  0
  3011
by gainer
25 May 2016, 05:25
You know the importance of the full prices as strong supports and/or resistences, i.e. 123.40000 or 123.000 and so on Unfortunately I always forget to check them, so sometime I find...
Free Custom TimeFrame Candlesticks
 6
  4.29
  5193
by Jiri
09 May 2016, 11:37
Description: The Indicator plots custom timeframe candlesticks over current chart.   Updates: 21/03/2016 - Released.   Inputs: Timeframe - Defines TimeFrame of custom DataSeries. Thickness - Defines thickness of lines....
Free Market Hours
 10
  4
  4063
by Jiri
09 May 2016, 11:37
Description: Current open markets, updated in real time. Time bar progresses from left to right. Hours are optimized to local time.   Updates: 19/03/2016 - Released. 26/03/2016 - Updated strings. 30/03/2016...
Free Custom Bid and Ask Lines
 6
  4
  2414
by Jiri
09 May 2016, 11:37
Custom Bid and Ask lines. can be set to plot from current bar with displacement or to infinite (as default) custom line style custom thickness custom color   Make a...
Free Daily Fibonacci Retracement
 0
  4.17
  7161
by Jiri
09 May 2016, 11:37
Description The Fibonacci retracement is the potential retracement of a financial asset's original move in price. Fibonacci retracements use horizontal lines to indicate areas of support or resistance at the key Fibonacci levels before it continues in...
Free Account Stats Indicator
 1
  5
  2780
27 Apr 2016, 09:09
The indicator shows the all kind of stats of your account. See screenshot. The indicator shows the all kind of stats of your account. See screenshot. The indicator shows the all kind...
Free Auto Pivot Points
 2
  0
  8828
21 Mar 2016, 18:36
This indicator plots daily, weekly and monthly pivot points with their associated supports and resistances until level 3. It can be chossen the supports and resistances to be displayed Screenshot:...