Category Trend  Published on 16/12/2020

Sniper cBot

Description

Sniper cBot is a very simple but very profitable algorithm, it uses two moving averages to identify the market trend and opens the trade when the R.S.I.  gives an overbought or oversold signal. You can change the parameters as you like, but by default you will find the ones we have tested with excellent results (on daily chart) on the following currency pairs: EURUSD, USDCHF, AUDUSD, USDCAD, CHFJPY. For any info e-mail tbotsautomatedtrading@gmail.com or telegram https://t.me/automated_trading_chat_group.

 


CHFJPY on daily chart, starting capital 1000USD, volume of positions 1 lot +271% in 12 months.

 


AUDUSD on daily chart: starting capital 1000USD, volume of positions 1 lot +685% in 12 months.

 


USDCAD on daily chart: starting capital 1000USD, volume of positions 1 lot +288% in 12 months.

 


USDCHF on daily chart: starting capital 1000USD, volume of positions 1 lot +208% in 12 months.

 


EURUSD on daily chart: starting capital 1000USD, volume of positions 1 lot +332% Iin 12 months


using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using System.Diagnostics;
using System.Collections.Generic;

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class SnipercBot : Robot
    {
        protected override void OnStart()
        {
            string TO_BUY_THE_FULL_VERSION_ASK_ON_OUR_TELEGRAM_CHAT_GROUP = "https://t.me/automated_trading_chat_group  E-mail tbotsautomatedtrading@gmail.com";

            // Set textcolor based on selected theme
            Color textcolor;
            if (this.Application.ColorTheme == ColorTheme.Dark)
                textcolor = Color.FromHex("#E3D5EC");
            else
                textcolor = Color.Black;

            Chart.DrawStaticText("Buy_full_version_here", "Sniper cBot\r\n\r\nTo buy the FULL version of the Sniper cBot ask on our telegram chat group:\r\n\r\n" + TO_BUY_THE_FULL_VERSION_ASK_ON_OUR_TELEGRAM_CHAT_GROUP + "\r\n\r\n\r\n\r\n\r\n\r\n\r\nThank you and happy trading!!", VerticalAlignment.Top, HorizontalAlignment.Right, textcolor);
        }

        protected override void OnTick()
        {
            // IT IS NOT POSSIBLE TO DOWNLOAD THE FULL VERSION HERE. 
            //PLEASE VISIT OUR TELEGRAM CHAT GROUP: https://t.me/automated_trading_chat_group
            //OR SEND US AN E-MAIL AT tbotsautomatedtrading@gmail.com
        }
    }
}



TB
tbotsautomatedtrading

Joined on 15.12.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Sniper cBot.algo
  • Rating: 0
  • Installs: 1218
Comments
Log in to add a comment.
No comments found.