Description
The base concept is a kind of semafor indicator, which is highly popular and used in MT4 platform.
We have improved the algorithm and made it compatible with the cTrader platform.
Based on the deviation and period setting, this enables you to capture the market movement visually.
Numbered markers indicate highs and lows in the period, with higher numbers indicating stronger prices.
The new markers can be repainted, but they will still be effective for market analysis.
However, for more accurate analysis, we recommend using other indicators as filters.
Notice:
・This indicator can be repainted.
・It does not guarantee any particular outcome or profit of any kind. Please enjoy trading at your own risk.
If you have any problems or questions, please let us know in the comments.
Please download from here
© 2020, Taro Yamada, taro.yamada.forex@gmail.com
We can also take orders for algorithm development.
Please feel free to contact us.
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 SemaforLink : Indicator
{
protected override void Initialize()
{
ChartObjects.DrawText("SemaforLink", "Download for FREE: https://gum.co/faQIO", StaticPosition.Center, Colors.Red);
}
public override void Calculate(int index)
{
// Calculate value at specified index
// Result[index] = ...
}
}
}
akamanbow3
Joined on 17.09.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: Semafor Link.algo
- Rating: 0
- Installs: 1372
- Modified: 13/10/2021 09:54
Hi i paid for the full version but i still have the limited version.