Description
This indicator gets most out of a bar volume data by classifying a bar into bullish/bearish/, strong/weak, and noise based on its volume amount.
Free Download: https://www.algodeveloper.com/product/bar-analyzer/
If you have any question or issue with our product please contact us via our site live chat or if we were offline leave a message, if you post a comment here we will not get any notification and we will not be able to help you.
using cAlgo.API;
namespace cAlgo.Indicators
{
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class Blank : Indicator
{
protected override void Initialize()
{
ChartObjects.DrawText("AlgoDeveloper", "Please download this indicator from AlgoDeveloper.com", StaticPosition.Center, Colors.Red);
}
public override void Calculate(int index)
{
}
}
}
afhacker
Joined on 15.10.2015
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Blank.algo
- Rating: 0
- Installs: 2195
- Modified: 13/10/2021 09:54
Comments
Ok, I will release a version of it that will change the color of the bars instead
if you d have 12 charts on display and more, than you would change your mind...
[procumulative@gmail.com],
Yes its possible, but separate window is much better
Looks good, can the colour of candles change rather, than just wasting place on display with histogram?
On chart version added