Category Other  Published on 02/03/2021

Volume Profile

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's avatar
afhacker

Joined on 15.10.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Blank.algo
  • Rating: 5
  • Installs: 11589
Comments
Log in to add a comment.
shane.scott.pub's avatar
shane.scott.pub · 7 months ago

Bro just learn how to read the indicator. Spoonfed much?

afhacker's avatar
afhacker · 5 years ago

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.

LucasHunter's avatar
LucasHunter · 5 years ago

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