Category Trend  Published on 01/11/2020

AS Signal

Description

This is a signal indicator based on a couple of moving averages and oscillators.

A green arrow indicates a buy entry sign, while a red arrow indicates a sell entry sign.

The sign that appears on the currently updating bar can be repainted, but once the bar is fixed, it will not be repainted again.

The signal is more effective in higher timeframe.

 

Notice:It does not guarantee any particular outcome or profit of any kind. Please enjoy trading at your own risk.

 

© 2020, Taro Yamada, taro.yamada.forex@gmail.com

 

We can also take orders for algorithm development.

Please feel free to contact us.

 

Please download from here for free

 


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 ASSignalLinkLink : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("ASSignel Link", "Download for $3: https://gum.co/MGSxg", StaticPosition.Center, Colors.Red);
        }

        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}


AK
akamanbow3

Joined on 17.09.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ASSignalLink.algo
  • Rating: 0
  • Installs: 3143
Comments
Log in to add a comment.
AK
akamanbow3 · 3 years ago

Dear Sigis,

Sorry for the late reply.
We do indeed offer a free version.
You should be able to download it for free from the link above, is there a problem?

Best regards, akamanbow3

AK
akamanbow3 · 3 years ago

Dear ctid654981,

I apologize for the late reply.
I've reposted the link to this page, is this ok?

Best regards, akamanbow3

SI
Sigis · 3 years ago

Why do you say its free when its not free at all?!

CT
ctid654981 · 3 years ago

Can you please provide link for paid version, I looked at the Gum and could not find it.