NE
Warning! This section will be deprecated on February 1st 2025. Please move all your Algorithms to the cTrader Store catalogue.
Paid Pivot-GURU (Daily-Weekly-Monthly Pivots)
0
0
1187
by negocios333
02 Dec 2019, 12:29
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 AlgoGURUIndicator : Indicator...
Free pivots
0
0
3979
by negocios333
30 Apr 2019, 12:56
// ------------------------------------------------------------
// Paste this code into your cAlgo editor.
// -----------------------------------------------------------
using System;
using System.Collections.Generic;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections;...
Paid harmonics indicator V1.0
0
0
1250
by negocios333
02 Dec 2019, 12:28
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 NewIndicator : Indicator
{
[Parameter(DefaultValue =...
Paid harmonic 1.
0
0
1252
by negocios333
02 Dec 2019, 12:27
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 NewIndicator : Indicator
{
[Parameter(DefaultValue =...
Free fractals
0
0
2273
by negocios333
12 Aug 2019, 18:27
using cAlgo.API;
namespace cAlgo.Indicators
{
[Indicator(IsOverlay = true, AccessRights = AccessRights.None)]
public class Fractals:Indicator
{
[Parameter(DefaultValue = 5, MinValue = 5)]
public int Period { get; set; }
[Output("Up Fractal",...
Free feactals
0
0
1381
by negocios333
12 Aug 2019, 18:44
using cAlgo.API;
namespace cAlgo.Indicators
{
[Indicator(IsOverlay = true, AccessRights = AccessRights.None)]
public class Fractals:Indicator
{
[Parameter(DefaultValue = 5, MinValue = 5)]
public int Period { get; set; }
[Output("Up Fractal",...
Free QQE
0
5
1586
by negocios333
08 Aug 2019, 19:08
using System;
using cAlgo.API;
using cAlgo.API.Indicators;
namespace cAlgo.Indicators
{
[Indicator(AccessRights = AccessRights.None)]
public class QualitativeQuantitativeE:Indicator
{
private int _wildersPeriod;
private int _startBar;
private const int SF = 5;
private ExponentialMovingAverage...
Copyright © 2025 Spotware Systems Ltd. All rights reserved.
cTrader Ltd offers through its group of companies the cTrader platform. The information on this website is for general informational purposes only and does not constitute financial or investment advice. cTrader does not solicit retail investors. Reliance on this information is at your own risk.