Fibonacci Channel free

by yomm0401 in category Other at 21/11/2020
Description
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
Language: C#
Trading Platform: cAlgocTrader
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 FibonacciChannelsample : Indicator
    {


        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link", "", index, 0, Color.Beige);
        }
    }
}
Comments

xiao-linlong - September 09, 2021 @ 15:37

Hello, nothing happens when you add it under version 4.1. Do you need to update? In addition, I have a need for improvement, can you meet it? You seem to be a Japanese friend, right? I am your friend from China next door.

xiao-linlong - September 09, 2021 @ 16:59

The setup screen after installation is not the same as yours

xiao-linlong - September 10, 2021 @ 08:03

Hello, can you increase the number of lines to 7. 5 lines are not enough, thank you very much.

xiao-linlong - September 10, 2021 @ 08:05

Hello, I used this feature yesterday and it was great, the downside is that it only has 5 lines and not 7 lines, also can you change your indicator to have unlimited extensions on both ends of the channel line? I will pay you then, thank you.

0