Warning! This section will be deprecated on February 1st 2025. Please move all your Indicators to the cTrader Store catalogue.
Description
This indicator shows the chart inverted for cTrader.
チャートを反転したものをチャート下部に表示するcTrader用インジケーターです。
YouTube
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
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 Mirrorcandlesample : Indicator
{
protected override void Initialize()
{
}
public override void Calculate(int index)
{
Chart.DrawText("Please download above link", "", index, 100, Color.Black);
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Mirror candle sample.algo
- Rating: 0
- Installs: 1616
- Modified: 13/10/2021 09:55
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
Dear Sir.
I have composed an email to your yahoo mailbox, please check it, thank you.
As far as I know,currently it is not possible to paint directly on the chart.
I hope it can do it too.
この反転ツールが別のスクリーンに映し出されるといいですね。
I mean there are two or three monitors and this mirror image can be placed on the second monitor so that it does not affect the layout. You will be a great developer and product manager as well as a trader in the future.