Description
This indicator display OHLC line of a specified candle to the right side space of a screen.
you can change time frame,past candle number,color,label name,linestyle,thickness,position.
OHLC can be displayed or hidden individually.
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 = true, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
public class TFOHLCsample : Indicator
{
public override void Calculate(int index)
{
Chart.DrawText("Please download above link.This is free indicator", "", index, 0, Color.Beige);
}
}
}

yomm0401
Joined 11.04.2020
- Type: Free
- Language: C#
- Trading Platform: cTrader Automate
- Filename: TF OHLC sample.algo
- Rating: 0
- Installs: 1706
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
Good morning.
I have a request. After loading TF OHLC sample.algo, I do not see it on the chart. When I want to change its settings, only this window appears. Can you help me solve this problem?