Indicators

Free MARKET SESSION
 0
  0
  52
29 Jun 2024, 10:25
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/// © rdmedia1212004 //@version=5indicator("My script")plot(close) 
Free Asia range
 0
  0
  187
11 Jun 2024, 04:00
..
Free Asia range
 0
  0
  91
11 Jun 2024, 04:00
..
Free Fspread
 1
  0
  101
10 Jun 2024, 19:57
It was just an exercise to upload and publish the generated indicator. Therefore, thanks to the author of this indicator.This indicator shows the spread of the currency pair
Free OFP-Rules
 1
  5
  153
by Angell
30 May 2024, 06:23
Panel that shows if the account has violated the following rules:TVR, Daily Drawdown and Maximal Drawdown. Please carefully configure the parameters for correct operation.
21 May 2024, 22:57
 The Rsi 1.0 The Rsi 1.0 is a new way to interpret RSI values.RSI Trend:The values are calculated based on the Highs and Lows, not just on a single value (High,...
Free RSI Difference Mean Reversion
 0
  5
  171
21 May 2024, 04:47
This indicator calculate the different between two RSI. It set the parameter where you can decide what is the fast and slow length RSI you want. This indicator allows those people who...
Free IchimokuPlus(dots)
 0
  5
  240
04 May 2024, 18:25
This indicator is based on "Ichimoku", and with its additional and useful features, it can help traders to get the right positions and help analysts to have an accurate analysis.Additional...
Free hakim
 0
  0
  125
20 Apr 2024, 21:02
vffdfdfdgggggggggggggggggggggdfgd
Free hakim
 0
  0
  139
20 Apr 2024, 21:02
vffdfdfdgggggggggggggggggggggdfgd
20 Apr 2024, 08:45
I wanted my bid ask spread to include the commission so I made this indicator which takes account (the spread + commission of the Asset) and display it on the...
Free REA Structure (HH,HL,LL,LH)
 1
  5
  466
18 Apr 2024, 12:23
The REA_Structure_HHLL was created to identify and classify every maximum and minimum, to better recognize the current market structure (in the current timeframe es: M5). It also includes the external...
Free REA News
 0
  0
  263
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...
Free REA Slider
 0
  5
  130
15 Apr 2024, 15:29
The REA_Slider is a very functional Utlity for ctrader that allows you to change the Graph automatically every few seconds. . Change the chart based on the Whatchlist selected in...
Free REA Session
 0
  0
  359
15 Apr 2024, 15:26
The REA Session utility allows you to view the various market sessions directly on the Chart, with a bar in the opening price of the session and the lines of...
Free REA EMA
 0
  0
  170
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 Candle
 2
  0
  337
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 ZigZag
 0
  0
  238
15 Apr 2024, 14:09
THIS ZIG ZAG IS MULTI-TIMEFRAMEView all our tool in our website: https://www.reavolution.com/en/category/strumenti/The Zig Zag indicator reduces the impact of random price fluctuations and is used to identify price trends and...
Free REA High&Low
 0
  0
  216
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 REA S&D Zones (Supply & Demand)
 1
  5
  449
15 Apr 2024, 13:16
The supply and demand indicator is an indicator that is used to recognize the demand and supply factor in the market model. They are both money related to classifications and...
Free REA Engulfing Arrow
 0
  0
  166
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 serr
 0
  0
  92
14 Apr 2024, 17:20
sssssssssssssssssssssssssssssssssssss
Free Ict Sessions
 0
  5
  395
11 Apr 2024, 22:42
Sessions indicator
Free TMA Band v2
 0
  0
  192
07 Apr 2024, 05:49
TMA Band v2
Free TMA Band v2
 0
  0
  131
07 Apr 2024, 05:49
TMA Band v2
Free PSC
 0
  0
  136
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
  109
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
  102
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
  133
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 IchimokuDots
 0
  0
  135
06 Apr 2024, 13:23
Ichimoku displays as a point