Trend Line Alert paid

by yomm0401 in category Trend at 07/09/2021
Description

Features

・displays two trend lines and sounds the specified audio file when the current value is touched on each line.

・Trend line color, thickness, style, and audio file can be changed.

・The color and display position of the information / button can be changed.

製品特徴

・2本のトレンドラインを表示してそれぞれのラインに現在値がタッチしたら指定の音声ファイルを鳴らすcTrader用インジケーターとなります。

・トレンドラインの色・太さ・スタイル・音声ファイルの変更が可能

・インフォメーション/ボタンの色・表示位置を変更可能


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

 

Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Formula / Source Code
Language: C#
Trading Platform: cAlgocTrader
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 TLalertsample : Indicator
    {
        protected override void Initialize()
        {
        }
        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link", "", index, 100, Color.Black);
        }


    }
}
Comments

xiao-linlong - September 10, 2021 @ 08:10

Boss. Don't sleep, get up and trade, can't reach you anywhere, see please reply, have business contact you, thank you.

Dalnij72 - September 12, 2021 @ 00:22

Good afternoon. Please contact me via Telegram: @ Dalnij30. I would like to propose work on modifying the ready-made indicator. Thanks in advance, Dmitry.

yomm0401 - September 12, 2021 @ 04:02

Please contact email as telegram cannot be used temporarily now.

pwd8ja22cc@yahoo.co.jp

yomm0401 - June 21, 2022 @ 07:41

What is not working?
Please provide details.

0