Mirror Candle free
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 自動ロット計算
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
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); } } }
Comments

この反転ツールが別のスクリーンに映し出されるといいですね。

As far as I know,currently it is not possible to paint directly on the chart.
I hope it can do it too.

Dear Sir.
I have composed an email to your yahoo mailbox, please check it, thank you.

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.