Description
Feature-
・Show Open High Low Close Fibonacci Pivot value
・You can select candlesticks from the present up to the last ten.
・change timeframe, color, linestyle,tickness,transparency,text position
・OHLC text can be changed
・You also can choose to show or hide the label
Price:5$
downloadlink: https://gum.co/ohlcfp
youtube
English
Japanese
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 OHLCFPLinesCandlesBeforesample : Indicator
{
protected override void Initialize()
{
Chart.DrawStaticText("OHLCFP Lines Candles Before", "Please download this indicator from https://gum.co/ohlcfp", VerticalAlignment.Top, HorizontalAlignment.Center, Color.AliceBlue);
}
public override void Calculate(int index)
{
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: OHLCFP Lines Candles Before sample.algo
- Rating: 5
- Installs: 1112
- 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.
No comments found.