Category Other  Published on 21/12/2021

MWD High Low Pro

Description

Indicator for cTrader that displays the high and low prices of a specified Bar.

The line will be drawn starting from the Bar where the high and low prices were made.

It can display the daily, weekly, and monthly highs and lows at the same time.

--Changeable parameters--

・Hide/Show

・Bar to be displayed

・Line color, style, thickness, transparency, line extension

・Line name, display position, font size, price display and non-display

Price:$5

機能紹介

指定したローソク足の高値・安値を表示するインジケーターです。

線の開始位置は高値と安値を作ったローソク足を起点に線が描かれます。

同時に日足・週足・月足の高値・安値を表示できます。

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

それぞれの時間足の表示非表示

表示させるローソク足の指定

線の色・スタイル・太さ・透明度・線の延長

ライン名称・表示位置・フォントサイズ・価格の表示非表示

価格:$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

--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

Display Date Pro

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 MWDHighLowProsample : 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: MWD High Low Pro sample.algo
  • Rating: 3.33
  • Installs: 1185
Comments
Log in to add a comment.
No comments found.