Category Volatility  Published on 06/01/2022

ADR

Description

This indicator is a cTrader indicator that displays ADR (Average Daily Range) on the chart.

feature

・Two calculate modes, dynamic and static.

・Two display modes (on the chart and on the right side of the chart)

・The color, style, transparency, and thickness of each line that can display up to 4 can be changed.

・A rectangle that makes the rest up to ADR visually easy to understand

 

YouTube:

Price:$5


Another indicators:

--free--

Auto Calculate Lots Size

Custom R numbers

Another Symbol

Draw Pips

Time Frame Period Separators

Daily Volatility Average

Static Label and Horizon Line

Static Area

Static Color Text

Profit Pips Today

Upper TF Heikin-ashi Bull Bear

TF Candle

TF OHLC

Market High Low

Fibonacci Channel

Entry Check List

Custom Bid Ask Line

Display Symbol TF

Scale Bar

Countdown Alarm

Market High Low

Display Date

Entry Plan

Mirror Candle

Cross Hair

--paid--

ADR

Auto Calculate Lots Size V2

MTF Bollinger Bands

MTF MACD

MTF MA

MTF Candlesticks

Auto Calculate RR

MWD Line

MTF OHLCFP Lines Candles Before

MWD High Low Pro

TimeSync

Display Date Pro

Trend Line Alert

cBot:

Auto Calculate Lots V4.0 自動ロット計算

Close Panel cBot

 


Best Regards


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;

namespace cAlgo
{
    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class ADRsample : Indicator
    {
        protected override void Initialize()
        {
        }
        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link", "", index, 100, Color.Black);
        }


    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ADR sample.algo
  • Rating: 0
  • Installs: 1452
Comments
Log in to add a comment.
yomm0401's avatar
yomm0401 · 3 years ago

TraderX54

I will deal with it.

scobby545

This may mean that the sharp drop has moved 200% of the ADR price.

Do you want to say that the overlapping display is a bug?

SC
scobby545 · 3 years ago

I just bought your indicator and there seems to be a bug in dynamic mode.

 

http://icmarkets.ctrader.com/c/gmJ2n

http://icmarkets.ctrader.com/c/6mJ2n

 

TR
TraderX54 · 3 years ago

i just bought it, why day start on utc +2?

could it be modified to star ate user time?

Regards,