Category Volatility  Published on 20/12/2022

Volume Indicator

Description

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: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Volume.algo
  • Rating: 3.33
  • Installs: 0
  • Modified: 13/03/2024 20:32
Comments
Log in to add a comment.
Resendez's avatar
Resendez · 6 months ago
MI
mistyperfectly · 8 months ago

I appreciate what you shared in the post.

BR
brunotalladira8 · 10 months ago

come faccio a scaricare lindicatore…grazie