NE
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
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
3899
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
2223
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
1347
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
0
1540
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 © 2024 Spotware Systems Ltd. All rights reserved.
The services provided by Spotware Systems Ltd. are not available to citizens or residents of the USA. Neither is the information on our websites directed toward soliciting citizens or residents of the USA.
The services provided by Spotware Systems Ltd. are not available to citizens or residents of the USA. Neither is the information on our websites directed toward soliciting citizens or residents of the USA.