Description
Feature-
・Display Last Month Week Day of Open High Low Close Middle Fibonacci retracement(38.2 61.8%) Pivot value on the right area.
・you can change label name,color,line style ,hide/unhide,position,Thickness,line length.
YouTube:
日本語
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 MWDLinesample : Indicator
{
protected override void Initialize()
{
Chart.DrawStaticText("MWD Line", "Please download from the link above.", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Red);
}
public override void Calculate(int index)
{
}
}
}

Yo Nam
Joined 11.04.2020
- Type: paid
- Language: C#
- Trading Platform: cTrader Automate
- Filename: MWD Line sample.algo
- Rating: 0
- Downloads: 997
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
Hi Yomm0401,
I have already bought and donated money to you for some indicators.
I am interested in buying this. Is it possible to modify the indicator so that i could customize the writing at the pivot levels.
And also be able to input my own fib levels.
Thank you.
Dom.