Category Trend  Published on 07/08/2020

Trend Trader Robot by prop trader

Description

this is a high quality trend trading robot.

 

-Strategy: It is a TREND Strategy that finds key TRENDS and trades them with dynamic TP as long as the trend continues. It uses fix tight optimal stop loss always, and dynamic TP based on exit Indicator. It also has a double range of exit indicatrors to find the right spot to exit in the range of the fix SL and TP.

-It uses an Entry Indicator, a Confirmation Indicator for entry, and exit Indicators. Triangular and Weighted Moving Averages, and CCI with Custom Periods and values. 

 

Buy This fully automated Robot:  https://gum.co/nFfqg

Store:  https://gumroad.com/calgobots

 

Ask me any time: email: ratonyibotond@gmail.com

 

if you have any questions message me on Telegram: https://t.me/BRobotTrader

 

It can work on any Currency or Metals but here are the best ones to trade: 

EURUSD M45

AUDUSD M45

CHFJPY M45, H1

USDCAD M45

 

 

All 10 parameters, periods, values of indicators are adjustable. No hiden parameters.

 

IT DOES NOT USE Dangerous systems like the Grid, martingale and other risky strategies. 


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


namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class TrendTraderCCIversion : Robot
    {


        protected override void OnStart()
        {





            string BUYFULLVERSION = "https://gum.co/nFfqg";

            string Website = "https://yourforexrobot.wordpress.com/trend-trader-robot-cci-version/";









        }








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

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


AlgoZoneStore's avatar
AlgoZoneStore

Joined on 22.03.2019

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Trend Trader CCI version.algo
  • Rating: 5
  • Installs: 1373
  • Modified: 13/10/2021 09:54
Comments
Log in to add a comment.
KE
kenneyy_eur · 3 years ago

"IT DOES NOT USE Dangerous systems like the Grid" -  A grid is not a dangerous system but quite the opposite. It is a system that involves two or more timeframes to determine trend direction