Indicators

Free [PoshTrader] Renko Tails
 3
  5
  18286
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
  15726
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
  2198
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
  2554
03 Aug 2021, 17:50
this andicator for claculate position size for trading.
Free Position Stats
 2
  0
  4195
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...
Free positive exposure
 0
  0
  2145
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 Price Alarm (Sound)
 13
  0
  7354
19 Mar 2014, 08:55
Indicator plays sound when price reach some level. Parameters: Price: the target price, 1.29345 for example Spot price (Bid: 1, Ask: 2): type of spot price. If you want to...
Free Price Tag
 3
  0
  1062
01 Jun 2022, 13:21
This indicator allows you to tag a price level, it shows the price with an arrow based on price distance from the bars.   Features You can customize the appearance...
Free Product
 0
  0
  2434
25 Jan 2015, 08:17
A primitive indicator showing the result of arithmetic multiplication of two source series. This is particularly useful as a building block for combining with other indicators, for creating chains of...
Free Profit Counter
 0
  0
  1256
by summer
28 Jan 2021, 04:13
有効証拠金(Equity)・本日の収支・エントリ中の全ポジションの合計(Net Profit)をチャート上に表示します 有効証拠金と本日の収支の表示はオンオフできます。  
Free Profit/Loss Indicator on chart
 4
  5
  3618
by Dagfx
11 Jun 2019, 14:26
Very Simple indicator to show the current Net Profit/Loss on any open positions in pips and $. Still in development but It works. .
Free Profit Pips Today
 4
  0
  2589
06 Jan 2022, 03:46
Display either or both, profit and pips today. That's all.   YouTube   Another indicators: --free-- Auto Calculate Lots Size Custom R numbers Another Symbol Draw Pips Time Frame Period...
Free PSC
 0
  0
  108
06 Apr 2024, 17:16
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;using cAlgo.API.Requests;using System; namespace cAlgo{[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]public class RiskPositionSizeIndicator : Indicator{[Parameter("Risk Percentage", DefaultValue = 1, MinValue = 0, MaxValue = 100)]public double...
Free PSC
 0
  0
  143
06 Apr 2024, 17:16
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;using cAlgo.API.Requests;using System; namespace cAlgo{[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]public class RiskPositionSizeIndicator : Indicator{[Parameter("Risk Percentage", DefaultValue = 1, MinValue = 0, MaxValue = 100)]public double...
Free PSC
 0
  2.5
  148
06 Apr 2024, 17:16
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;using cAlgo.API.Requests;using System; namespace cAlgo{[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]public class RiskPositionSizeIndicator : Indicator{[Parameter("Risk Percentage", DefaultValue = 1, MinValue = 0, MaxValue = 100)]public double...
Free PSC
 0
  0
  116
06 Apr 2024, 17:16
using cAlgo.API;using cAlgo.API.Internals;using cAlgo.API.Indicators;using cAlgo.API.Requests;using System; namespace cAlgo{[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]public class RiskPositionSizeIndicator : Indicator{[Parameter("Risk Percentage", DefaultValue = 1, MinValue = 0, MaxValue = 100)]public double...
Free PVSRA Round Numbers
 0
  0
  1956
by reyx
15 Apr 2020, 00:38
Round Numbers indicator of PVSRA
Free QQE
 1
  0
  1425
08 Aug 2019, 19:08
using System; using cAlgo.API; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(AccessRights = AccessRights.None)] public class QualitativeQuantitativeE:Indicator { private int _wildersPeriod; private int _startBar; private const int SF = 5; private ExponentialMovingAverage...
Free RangeBars
 5
  0
  4043
17 Jun 2018, 23:43
The RangeBars indicator should be attached to 1-minute charts for best historical candle accuracy. It is displayed as an overlay on the main chart so, you may want to change the...
Free Ratio
 0
  0
  2213
25 Jan 2015, 08:15
A primitive indicator showing the ratio of two source series. This is particularly useful as a building block for combining with other indicators, for creating chains of dependent indicators and...
Free REA EMA
 0
  0
  181
15 Apr 2024, 15:03
THIS EMA IS MULTI-TIMFRAMEView all our tool in our website: https://www.reavolution.com/en/category/strumenti/An exponential moving average (EMA) is a type of moving average that attributes greater weight and significance to more recent...
Free REA Engulfing Arrow
 0
  0
  183
15 Apr 2024, 13:09
The REA_EngulfingArrow indicator will be useful for traders, whose trade is based on the use of candle analysis.It detects on a chart the candle patterns "Engulfing" and, depending on the...
Free REA Engulfing Candle
 2
  0
  354
15 Apr 2024, 14:43
The Engulfing indicator will be useful for traders, whose trade is based on the use of candle analysis.It detects on a chart the candle patterns "Engulfing" and, depending on the...
Free REA High&Low
 0
  0
  234
15 Apr 2024, 13:50
The REA_High&Low indicator allows you to graph the maxima and minima of different Structures, Internal , Fast and Slow.View all our tool in our website: https://www.reavolution.com/en/category/strumenti/FunctionalityColored lines of the Maxima...
Free Real Dividers 2.0
 5
  0
  3610
29 Dec 2018, 07:22
Knowing when the trading day begins and the trading week ends is very important to technical analysis. You can't just use your own time zone to determine it. It is...
Free Real Market Hours
 11
  5
  5951
09 Sep 2013, 19:49
Half the secret to being successful in the ForEx markets is timing.  I haven't seen a reliable market hours indicator posted here, so here is my verison.  Opening and closing...
Free Real Market Time
 3
  5
  6582
22 Apr 2013, 18:15
A simple but useful indicator that places the time in London, New York, Sydney and Tokyo right on the chart.  The time will be in color if the session is...
Free Real Market Time (5 clocks)
 0
  0
  4270
by lorbax
14 Sep 2014, 02:00
Hello everybody,  This is just an update from the excellent work by lec0456: /algos/indicators/show/261 And I added another clock, for the Euro times (Frankfurt), so now you have 5: NY, London,...
Free Realtime % Risk
 0
  0
  448
17 Feb 2024, 11:51
This indicator displays on the screen the percentage of risk you have on the account by checking the open positions on the market.A very useful tool for keeping the risk...
Free REA News
 0
  0
  278
15 Apr 2024, 15:39
The REA_News indicator allows you to display on the chart all the market news regarding the currency pair of the open chart or all the news.View all our tool in...