Indicators

Free E7 BlackScholes Model
 2
  0
  309
by Gwave
13 Aug 2024, 15:31
This is a very simple example of using the powerful ‘Math.Numerics’ package inside cTrader to calculate Option pricing using the BlackScholes model.Future version will include more sophisticated implementations.This should only...
Paid ACD
 0
  5
  0
05 Jul 2024, 13:39
Greetings, traders!Have you delved into Mark Fisher's renowned trading strategy? It's a method celebrated for its precision and impact in the market. If you're serious about trading, this is something...
Free mtm
 0
  0
  390
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{   [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class MomentumIndicator : Indicator   {       [Parameter("N Value", DefaultValue = 60, MinValue...
Free mtm
 0
  0
  276
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{   [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class MomentumIndicator : Indicator   {       [Parameter("N Value", DefaultValue = 60, MinValue...
Paid Z-score Spread Indicator
 0
  0
  0
23 May 2024, 05:57
The ZScoreSpreadIndicator is designed to measure the spread between two specified symbols and calculate the Z-score of this spread. This can be used to identify potential trading opportunities based on...
Paid Z-Score Indicator
 1
  0
  0
23 May 2024, 05:50
Description:The ZScoreIndicator is designed to calculate the Z-score of a financial instrument's closing prices over a specified rolling window period. The Z-score is a statistical measurement that describes a value's...
Free Volume Pulse V.2.1 =)
 3
  5
  605
17 May 2024, 12:35
Just to say hi to those who blocked me, and sent a bomb =)Is the candle True or False Volume ? Now you know =) Enjoy for Free =) Previous account here...
10 May 2024, 15:56
This Strategy indicator must plot  arrows for buy and sell  with generally  stop losses and three take profit  also it is the non repainting and non lagging and give sniper...
13 Apr 2024, 06:34
Hi,This indicator works with the strategy of Market Fluidity of RAJA BANKS (Smart Raja Concept ) show you new ranges that are not tested by the priceThe Red Lines are...
Free DEmark
 0
  0
  367
04 Apr 2024, 12:24
using cAlgo.API; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class DeMarkPivotPoints : Indicator { [Parameter("Source")] public DataSeries Source { get; set; } [Output("Pivot", Color...
Free ATR Stoploss Finder
 0
  0
  640
by soskrr
17 Mar 2024, 22:47
You can use this indicator to find a good stoploss level.ParametersMultiplier - default = 1.5Length - ATR Length, default = 14Smooth MA Type - Moving Average Type, default = simpleOutputsUpper...
Free Lusinvest - Sentiment Volume Indicator
 0
  1.67
  2639
13 Mar 2024, 20:06
This indicator is like Tick Volume but simpler. You can pick colors for bullish (positive) or bearish (negative) candlesticks. It helps you spot important doji candles in volume by showing...
Free Teoriacutrim
 0
  0
  384
12 Mar 2024, 00:05
Teoria cutrim
Free Teoriacutrim
 0
  0
  342
12 Mar 2024, 00:05
Teoria cutrim
Free cutrim
 0
  0
  377
10 Mar 2024, 13:26
volatividade 
28 Feb 2024, 18:37
This is the candle body version of Donchian Channel Min width.This does not respond to wick/tail.The dotted line in the image is Donchian Channel Candle body.   Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other indicators・2MA Cloud・2MA Cross ・Donchian...
28 Feb 2024, 18:26
This is the candle body version of Donchian Channel Break update.This does not respond to wick/tail. Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other indicators・2MA Cloud・2MA Cross ・Donchian Channel Band・Donchian Channel Break update・Donchian Channel Min width ・Donchian Channel Candle...
Free Donchian Channel Candle body
 0
  0
  366
28 Feb 2024, 18:19
This is the candle body version of Donchian Channel Band.This does not respond to wick/tail.  Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other indicators・2MA Cloud・2MA Cross ・Donchian Channel Band・Donchian Channel Break update・Donchian Channel Min width ・Donchian Channel Candle body・Donchian...
Free Donchian Channel Min width
 3
  0
  396
20 Feb 2024, 16:54
You can determine the minimum width of the top and bottom lines of Donchian Channel.Please note that if the number is too large, the line may not be drawn. Support developershttps://cpheasant.gumroad.com/l/wzxuvf Other...
Free Donchian Channel Break update
 1
  0
  374
20 Feb 2024, 16:38
In addition to the Donchian Channel Band functionality, the width can only be reduced when either the top or bottom line is broken.This may help you avoid missing ranges and...
Free Donchian Channel Band
 1
  0
  368
20 Feb 2024, 16:11
In addition to the regular three lines, you can add three lines each above and below the midline (six lines in total).You can change the numbers to whatever you like,...
11 Jan 2024, 08:58
This FVG indicator will find the Fair Value Gap zones on the chart for you. by drawing these areas, it waits until the price reaches these areas, in which case...
Free Extended Move Indicator
 0
  5
  530
by mirk0
01 Dec 2023, 14:59
Detects extended moves from ATR, indicating higher chance of reversal. Includes treshold parameter and 2 different color schemes to choose from.
Free DRKHASHIX CandlePower
 0
  5
  595
12 Nov 2023, 16:06
"To download the extraordinary Dr. khashix, please visit the drkhashix.com.""Vittaverse is the best broker for bot and traid; they support a variety of currencies, have low spreads, and most importantly,...
Free FVG Indicator
 0
  5
  1409
17 Oct 2023, 13:37
Are you missing your Entry while calculation position size? Are you losing more money than you expected because of miscalculation?Are you having trouble calculating your position size, while you are trying...
Free FVG Indicator
 0
  5
  782
17 Oct 2023, 13:37
Are you missing your Entry while calculation position size? Are you losing more money than you expected because of miscalculation?Are you having trouble calculating your position size, while you are trying...
Free FVG Indicator
 2
  5
  1249
17 Oct 2023, 13:37
Are you missing your Entry while calculation position size? Are you losing more money than you expected because of miscalculation?Are you having trouble calculating your position size, while you are trying...
Free Auto-Fibonacci
 2
  5
  2404
by Dr.Zed
12 Oct 2023, 14:02
Introducing Auto FibonacciUnlock the power of automated Fibonacci level identification - Auto Fibonacci. This innovative tool takes the guesswork out of market analysis.How Does Auto Fibonacci Work?Auto Fibonacci scans past...
30 Sep 2023, 05:45
Hi fellow cTraders,We are excited to share with you our first cTrader indicators pack - TwoOne Candlestick Patterns Pack. We created this indicator because we wanted to share our passion and...
30 Sep 2023, 05:43
Hi fellow cTraders,We are excited to share with you our first cTrader indicators pack - TwoOne Candlestick Patterns Pack. We created this indicator because we wanted to share our passion and...