Category Trend  Published on 09/11/2020

SuperWAE Waddah Attar Explosion

Description

Get cBot Sets here: http://public.algoredefine.com.au/

Licensing is only required for live trading. For purposes such as backtesting and optimization this software stays free and fully featured, without restrictions.

This trading system is a highly efficient robot based on the Waddah Attar Explosion indicator for accurate entry signals, working in conjunction with a variety of trend indicators, advanced risk management systems, and an optional NEWS Manager.

Features

  • Enhanced implementation of 3 famous, powerful indicators – Waddah Attar Explosion, SuperTrend and HullMovingAverage trading algorithms
  • Advanced entry confirmations
  • Advanced exit triggers including exiting trades on trend reversal detections
  • Dynamic trading volume based on % of equity/balance
  • Customizable Trailing StopLoss (with Break-Even)
  • 5-level Advanced Take Profit
  • High-performance/accuracy backtesting and optimization
  • On-chart indicator drawing
  • NEWS Manager with full support for backtesting and optimization [BETA]
  • Telegram and Email with customizable templates
  • Please join us at our Telegram Group for any question/query, and meet a bunch of friendly traders.

 

 

 

 


using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
using PoshTrader.Licensing;

namespace cAlgo.Robots
{
    [Item(10749, "SuperWAE", Author = "ALGOReDefine")]
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class SuperWAEInstallationWizard : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        protected override void OnStart()
        {
            ItemLicense _license = new ItemLicense(this, Print);
        }

        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }
    }
}


informer03838's avatar
informer03838

Joined on 28.09.2020 Blocked

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: SuperWAE Installation Wizard.algo
  • Rating: 1.67
  • Installs: 2700
Comments
Log in to add a comment.
informer03838's avatar
informer03838 · 3 years ago

Guys, we have moved our cbot sets repo to here:

http://public.algoredefine.com.au/

TH
TheMC · 3 years ago

I have the same problem as GAEM2020. Backtesting doesn't work. How to solve?

GA
GAEMFX · 3 years ago

al momento de ejecutar da un error o blucle, siempre pide instalar actualizacion se, instala y luego pide nuevamente instalar la misma actualizacion.

no sirve.