ADR paid
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); } } }

i just bought it, why day start on utc +2?
could it be modified to star ate user time?
Regards,

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