Description
This indicator is an indicator for cTrader that displays up to 5 check lists.
・The font size, text color, check box, and clear button color, display position, and list width can be changed.
Youtube:
Download:
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
Best Regars
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 EntryChecklistsample : Indicator
{
protected override void Initialize()
{
}
public override void Calculate(int index)
{
Chart.DrawText("Please download above link", "", index, 100, Color.Black);
}
}
}

Yo Nam
Joined 11.04.2020
- Type: free
- Language: C#
- Trading Platform: cTrader Automate
- Filename: EntryChecklistsample.algo
- Rating: 5
- Downloads: 1669
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.
Comments
Only logged in users can post a comment
when changing time frame the tick is lost