Category Volatility  Published on 13/03/2024

Lusinvest - Sentiment Volume Indicator

Description

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 them visually, and you can even choose their color.

  • Red Volume: Strong Bear Candle
  • Green Volume: Strong Bull Candle
  • Purple: Indecision Candle

Furthermore, once the indicator is applied, subsequent candles will be formed based on the volume's graphical representation, capturing the sentiment of the volume represented by the candle at hand.

Private Contact to Buy

https://t.me/Zedneser

Lusinvest - Courtesy Signal Service (Free)

https://t.me/lusinvestcss


using cAlgo.API;
namespace cAlgo {
    [Indicator(AccessRights = AccessRights.None)]
    public class Lusinvest_Volume : Indicator {
        public override void Calculate(int index) {
            Chart.DrawText("Please contact @Zedneser", "Lusinvest - Investing in Tomorrow, Today!", index-10, Chart.TopY, Color.White); } } }

Resendez's avatar
Resendez

Joined on 13.09.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Volume.algo
  • Rating: 2.5
  • Installs: 2297
Comments
Log in to add a comment.
No comments found.