- Home
- Algorithms
- Indicators
- Volatility
Indicators
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
How to installHow to install cBots & Indicators
- Download the Indicator or cBot.
- Double-click on the downloaded file. This will install all necessary files in cAlgo.
- Find the indicator/cbot you want to use from the menu on the left.
- Add an instance of the indicator/cBot to run.
- Download the Indicator
- Double-click on the downloaded file. This will install all necessary files in cTrader.
-
Select the indicator from Custom in the functions (f) menu in the top center of the chart
- Enter the parameters and click OK
cTrader High-Low (HL) Indicators
0
0
1023
by ClickAlgo
free
26 Jan 2021
You will find some free indicators to download on our website for the following events:
Highest High
Highest Low
Lowest High
Lowest Low
each indicator is a different variation so there may be something to suit your trading.
Download all 5 indicators
.
Paul Hayes
Sales & Marketing
Email: contact@clickalgo.com
Phone: (44) 203 289 6573
Website: https://clickalgo.com
Twitter | Facebook | YouTube | Pinterest | LinkedIn
PS: Why not join our instant chat group on Telegram.
cTrader Market Profile Indicator
0
0
1115
by ClickAlgo
paid
26 Jan 2021
The cTrader Market Profile indicator shows the volume on the vertical axis of the chart with a graphical view of how much volume was traded at any particular price level. It was devised by a trader called J. Peter Steidlmayer who worked for the Chicago Board of Trade (CBOT). We provide the indicator on a single profile for the last (x) periods of historical data.
Visit our web store to download - we also offer a 14-day trial version.
Watch the Video Fullscreen
Paul Hayes
Sales & Marketing
Email: contact@clickalgo.com
Phone: (44) 203 289 6573
Website: https://clickalgo.com
Twitter | Facebook | YouTube | Pinterest | LinkedIn
PS: Why not join our instant chat group on Telegram or visit our YouTube Channel
RealPivot
0
0
2103
by cysecsbin.01
free
25 Oct 2019
Follow my cTrader Telegram group at https://t.me/cTraderCommunity; everyone can talk about cTrader indicators and algorithm without restrictions, though it is not allowed to spam commercial indicators to sell them. There's also a Discord Server now @ https://discord.gg/5GAPMtp and an Instagram page https://www.instagram.com/ctrader_community/
This is just a different take from Carlos' (https://ctrader.com/algos/indicators/show/2017) pivot points, it's a monthly-weekly-daily classic pivots but with no output series associated, so pivot lines cannot be select by accident.
There's also a bungh of additional features, like the option to draw only certain levels or adding an area between the 2nd and 3rd pivots, just graphical stuff
UPDATE:added other types of pivot, thanks to Roman_Volodko https://ctrader.com/users/profile/Roman_Volodko for help and suggestions received
Added 12Hour TF as well as an option to force the calculation using Closing price instead of typical price
N.B. Code is super compact and probably hard to read for the majority of programmers, i know, i like it this way, sorry.
ERRATA CORRIGE: The indicator has been updated as of 16 october 2019 due to incorrect formulas for r3 and s3 standard pivot
UPDATE: 25/10/2019 indicator now includes 5th and 6th camarilla pivot, and a function to limit the number of historical pivots drawn. The TimeFrame limitation has been removed
Mega Channel
0
0
669
by ctrader.guru
paid
02 Dec 2019
Signup & Download FREE : https://ctrader.guru/product/mega-channel/
Choppiness Indicator - CHOP
3
5
1286
free
22 Aug 2019
The Choppiness Index is a volatility indicator developed by Australian commodity trader Bill Dreiss to indicate whether a market is trending or ranging. Values range between 0 and 100, with low values indicating a strong trend and high values signaling consolidation.
Choppiness Index values below 38.2 indicate a trend; and
Values above 61.8 signal consolidation.
The Choppiness Index does not predict future direction, it is simply a measure of current trend status.
Mathematical Notation
Choppiness Index = 100 * Log10{Sum(TrueRange,n) / [Maximum(TrueHigh,n) - Minimum(TrueLow,n)]} / Log10(n)
For referencing this indicator use:
private CHOP yourVariableName;
OnStart()
yourVariableName = Indicators.GetIndicator<CHOP>(desiredPeriods);
OnBar() or OnTick()
. yourVariableName.Result.LastValue;
BTMM Template
6
0
5613
by cysecsbin.01
free
21 Feb 2020
Follow my cTrader Telegram group at https://t.me/cTraderCommunity; everyone can talk about cTrader indicators and algorithm without restrictions, though it is not allowed to spam commercial indicators to sell them. There's also a Discord Server now @ https://discord.gg/5GAPMtp and an Instagram page https://www.instagram.com/ctrader_community/
This indicator was inspired by the BTMM strategy, conceived by @eyeballpaul and developed by me.
It is a template for the btmm strategy that shows all the important levels such as previous day Min-Max, ADR, Brinks boxes, Asia session and stop hunt zones.
For any bug report or suggestion, follow my telegram group or comment below
Brachistochrone
0
0
846
by cysecsbin.01
free
12 Jul 2019
Follow my cTrader Telegram group at https://t.me/cTraderCommunity; it's a new community but it will grow fast, plus everyone can talk about cTrader indicators and algorithm without restrictions, though it is not allowed to spam commercial indicators to sell them. There's also a Discord Server now @ https://discord.gg/5GAPMtp
A legend says that accumulation and distribution phases must fit a brachistochrone curve to mark their ending.
This indicator draws a perfect brachistochrone connecting the two points given (make sure to place the points in the right order).
The "Show Variance" parameter acts like a scope that tells you if the brachistochrone curve has a good fit on the market or not; when the bands are close together and their width is less than the average market swing, then you have a good fit, if not, don't even tink about trading a breakout with that drawing.
The "Show Projection" parameter just extends the curve for its other half path, useful in some cases.
Previous M, W, D High-Lows
1
5
1613
by cysecsbin.01
free
06 Jul 2019
Follow my cTrader Telegram group at https://t.me/cTraderCommunity; it's a new community but it will grow fast, plus everyone can talk about cTrader indicators and algorithm without restrictions, though it is not allowed to spam commercial indicators to sell them. There's also a Discord Server now @ https://discord.gg/5GAPMtp
As requested, this indicator show the previous Monthly, Weekly and Daily Highs and Lows levels and distance in pips.
For any bug report or suggestion, follow my telegram group or comment below
Stridsman Volatility Quality
1
5
1012
by cysecsbin.01
free
30 Jun 2019
Follow my cTrader Telegram group at https://t.me/cTraderCommunity; it's a new community but it will grow fast, plus everyone can talk about cTrader indicators and algorithm without restrictions, though it is not allowed to spam commercial indicators to sell them. There's also a Discord Server now @ https://discord.gg/5GAPMtp
This is the Volatility Quality indicator, converted for cTrader.
This version lacks the Filter option, it may be added in the future.
For any bug report or suggestion, contact me by joining the group linked above or just by commenting below
Volume Analyzer
1
5
1989
by cysecsbin.01
free
30 Jun 2019
Follow my cTrader Telegram group at https://t.me/cTraderCommunity; it's a new community but it will grow fast, plus everyone can talk about cTrader indicators and algorithm without restrictions, though it is not allowed to spam commercial indicators to sell them. There's also a Discord Server now @ https://discord.gg/5GAPMtp
This indicator is a conversion for "Hidden Gap's VSA" from tradingview.
I'm not sure about the original author since it seems that many versions are avaiable online.
This indicator analyzes volumes by color coding them in respect to theri momentum.
HH, LL Small and LL Big are three ranges, the HH is used to put in comparison the current volume to the Highest Volume of the last HH periods, LL Small and LL Big are two ranges for the Lowest Volumes where, obviously, LL Big is a larger range than LL Small.
For any bug report or suggestion, contact me by joining the group linked above, or just comment below
Copyright © 2021 Spotware Systems Ltd. All rights reserved.