AW Ichimoku no Kumo free
Description
i makethis indicator for someone who want practice ichimoku.
in ichimoku indicator we couldn't hide kumo easily. but in this indicator you could hide it .
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 = true, AccessRights = AccessRights.None)] public class AwIchimoku : Indicator { [Parameter("Tenkan sen", DefaultValue = 9, MinValue = 1)] public int Ten_Period { get; set; } [Parameter("Kijun sen", DefaultValue = 26, MinValue = 1)] public int K_Period { get; set; } [Parameter("Senkou span B", DefaultValue = 52, MinValue = 1)] public int SB_Period { get; set; } [Output("Tenkan sen", LineStyle = LineStyle.Solid, LineColor = "Red")] public IndicatorDataSeries Ten_Result { get; set; } [Output("Kijun sen", LineStyle = LineStyle.Solid, LineColor = "Blue")] public IndicatorDataSeries K_Result { get; set; } [Output("Chiku span", LineStyle = LineStyle.Solid, LineColor = "Purple")] public IndicatorDataSeries C_Result { get; set; } [Output("Span A", LineStyle = LineStyle.Solid, LineColor = "Green")] public IndicatorDataSeries SA_Result { get; set; } [Output("Span B", LineStyle = LineStyle.Solid, LineColor = "FFFF6666")] public IndicatorDataSeries SB_Result { get; set; } private IchimokuKinkoHyo _ICHI; protected override void Initialize() { _ICHI = Indicators.IchimokuKinkoHyo(Ten_Period, K_Period, SB_Period); } public override void Calculate(int index) { Ten_Result[index] = _ICHI.TenkanSen[index]; K_Result[index] = _ICHI.KijunSen[index]; C_Result[index - 26] = _ICHI.ChikouSpan[index - 26]; SA_Result[index + 26] = (_ICHI.TenkanSen[index] + _ICHI.KijunSen[index]) / 2; SB_Result[index + 26] = _ICHI.SenkouSpanB[index]; } } }
Comments

Attending your online classes to attempting your paper at Perfect Exam Help, we are a one-stop solution for all your academic problems. Don’t worry about your identity now because we bring you our famous anonymous chatting option.

My 10-year-old son discovered "One Piece" on crunchyroll and begged me to watch it with him. After watching the pilot episode, I was hooked bing maps. Yes, some of the female characters wear bikinis; however, when you visit the beach, you'll see plenty of other people wearing similar attire.