Category Other  Published on 15/08/2020

[PoshTrader] Symbol Watermark

Description

ctrader market sentiment

Adds a watermark to the chart background displaying the ticker symbol of the primary instrument in the chart. The watermark appears as a semi-transparent text overlaying the chart background.


powered by PoshTrader Marketplace

How to install?


You might also be interested in:

[PoshTrader] ADX Signed

[PoshTrader] Bid and Ask

[PoshTrader] Deal Map

[PoshTrader] Divergence Spotter

[PoshTrader] Market Sentiment

[PoshTrader] Pivot Points

[PoshTrader] Position Axis

[PoshTrader] Renko Tails

[PoshTrader] Symbol Watermark


/* -------------------------------------------------------------------------------
 *
 *      [PoshTrader] Symbol Watermark
 *
 *      Copyright (C) 2020, PoshTrader Ltd (https://poshtrader.com)
 *      PoshTrader reserves the right to modify or overwrite this algo with each release.
 *
 *      https://poshtrader.com/items/ctrader/6072/
 *
 * -------------------------------------------------------------------------------
 */

using cAlgo.API;
using PoshTrader.Licensing;

namespace cAlgo
{
    [Item(6072, "Symbol Watermark", Author = "PoshTrader")]
    [Indicator(IsOverlay = true, AccessRights = AccessRights.FullAccess)]
    public class SymbolWatermark : Indicator
    {
        protected override void Initialize()
        {
            new ItemLicense(this);
        }

        public override void Calculate(int index) { }
    }
}


Jiri's avatar
Jiri

Joined on 31.08.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: [PoshTrader] Symbol Watermark.algo
  • Rating: 5
  • Installs: 15716
Comments
Log in to add a comment.
EnzoCastelo's avatar
EnzoCastelo · 3 years ago

Thanks for your reply. 

Jiri's avatar
Jiri · 3 years ago

https://docs.poshtrader.com/products/installation#ctrader-indicators-cbots

All indicators and cBots require unlimited access rights to communicate with our servers - validate your license, check for latest releases and updates.

EnzoCastelo's avatar
EnzoCastelo · 3 years ago

congratulations and thanks for the indicator. But why does he need unlimited access?