Description
Calculates each price level volume and shows is horizontally on your cTrader chart.
Free Download Trial / Buy: https://www.algodeveloper.com/product/volume-profile/
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: 5
- Installs: 12648
- Modified: 13/10/2021 09:54
Comments
Bro just learn how to read the indicator. Spoonfed much?
Hello Lucas Hunter,
First of all thanks for purchasing our product, regarding adding POC no we can't add it to Volume Profile as the indicator purpose it to show the buy/sell volume, not the POC.
If you want to have POC please use our Market Profile indicator, if you want to we can change it for you even we don't have such a policy.
For changing it contact us via our website.
Hello,
I bought your indicator and would like to ask if I could add a Point of Control (POC) to it at the next update? Thank you
Is it possible that you can update this script so it will work with cTrader Ver. 5+