Category Volatility  Published on 06/01/2022

Average Daily Market /3大市場平均値幅

Description

This indicator displays the average price range for each market.

Changeable parameters

・Period /Period 1 and Period 2 can be shown and hidden respectively.

・Market opening times and hours /Each market can be hidden or shown.

・Change the font size, display position, and name of the information field.

Price:$10+

3大市場の平均値幅を表示させるインジケーターになります。

期間は2種類表示させることできます。

--変更可能パラメーター--

・期間/期間1と期間2はそれぞれ表示非表示が可能

・市場の開始時刻と時間/それぞれの市場は表示非表示が可能

・表示位置・フォントサイズ・項目の名称変更

価格:$10+


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


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 AverageDailyMarketsample : 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: Average Daily Market sample.algo
  • Rating: 0
  • Installs: 663
Comments
Log in to add a comment.
No comments found.