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--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
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
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: ADR sample.algo
- Rating: 0
- Installs: 1452
- Modified: 13/10/2021 09:55
Comments
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
i just bought it, why day start on utc +2?
could it be modified to star ate user time?
Regards,
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?