Description
It will be an indicator that allows you to memo the your entry plan on the chart.
エントリープランをチャート上にメモできるインジケーターになります。
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 EntryPlansample : 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: Entry Plan sample.algo
- Rating: 0
- Downloads: 1300
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
Comments not found