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
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
Joined on 13.09.2020
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Volume.algo
- Rating: 1.67
- Installs: 2640
- Modified: 13/03/2024 20:06
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
No comments found.