Category Trend  Published on 29/05/2021

+141% GBPUSD Alone - RSI w/ MA Crossover

Description

GBPUSD H1 +141% From Oct 2018 - Oct 2020

Jan 1st - Now forward tested +36% with 35 trades

 

Since launch, AUDUSD and EURUSD have both been added to increase profitability

That's just the beginning…

This trading system uses the RSI extremes in conjunction with multiple moving averages for accurate entry signals. Paired with risk management, this robot is simple but effective. 

 

 

 

Features

  • Enhanced implementation of the RSI and Moving Averages
  • Advanced entry and exit confirmations
  • Exiting trend trades when they are about to reverse
  • Dynamic trading volume based on % of equity/balance
  • High-performance/accuracy backtesting and optimization
  • Telegram Message implementation - Get notified when the robot enters/exits a position
  • Turn off 'Execute Trades' and use the robot with Telegram as a signal provider.

 

 

 


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
using System.Windows.Forms;
using System.Threading;

// To download the software please visit: https://www.orbitaltradingrobots.com/products/p/uwfv45wyit5ogs2y2oa1jsdvzzbm3c

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class OrbitalTradingRobot : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        private static Mutex dialogMutex = new Mutex();
        private static bool dialogIsShownOnce = false;

        protected override void OnStart()
        {
            ShowDialogBox();
        }

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

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

        public static void ShowDialogBox()
        {
            dialogMutex.WaitOne();

            if (dialogIsShownOnce)
                return;

            var ret = MessageBox.Show("Please visit us at OrbitalTradingRobots where you can download it. Use discount code FIRST at checkout to make it FREE", "Downloading...", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

            if (ret == DialogResult.Yes)
            {
                System.Diagnostics.Process.Start("https://www.orbitaltradingrobots.com/products/p/uwfv45wyit5ogs2y2oa1jsdvzzbm3c");
            }

            dialogIsShownOnce = true;

            dialogMutex.ReleaseMutex();
        }
    }
}


claye.weight's avatar
claye.weight

Joined on 02.08.2019

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: OrbitalTradingRobots - RSI Software.algo
  • Rating: 2.5
  • Installs: 3283
Comments
Log in to add a comment.
GM
gmkenneyy · 3 years ago

Another time-waster!!!!!

 

DO
dominic.penny.21 · 3 years ago

Website Expired

This account has expired. If you are the site owner, click below to login.