Category Trend  Published on 21/11/2022

Price Action Analyst Cbot

Description

Hi fellow Ctraders, its been a while since I published on this platform, but due to the success of my previous Cbots, I was always woeórking on something new, just didnt want to publish something mediocre. Finally I can say I have a new Robot that is worthy of the brand.

If you are curious about my work you can check out my youtube channel dedicated to trading or my website for more informations:

https://www.youtube.com/@TheNomadTrader/videos

https://nomadforexrobots.com/my-trading-philosophy/

Price Action Analysis Cbot:

You can check it out in my store: https://forextradingbots.gumroad.com/l/zwyxx

Check out the video about the robot here with all the tests: https://www.youtube.com/watch?v=ahXx9ndeefU

--Full Robot with all adjustable settings and parameters to tweak or optimize.

Infos:

--Free updates 

-Set files included

--Tested for the last 5 years! (2017-2022)

--Best on major and minor pairs, major metals.

--minimum optimal desposit: 300$

 

Strategy: The strategy combines old school trend following methods with data analysis

The Strategy is not using any strategies like: Martingale, Grid, Averaging, Scalping.

 

based on key points, like correlation, optimal risk:reward ratio, diverzification and a secret strategy with a price action pattern combination that I coded fully from scratch, because I wanted to create something completely unique and it turned out the be a good way to get an edge over the market.

I let even the key correlation candle points in the Robot to be adjustable, so you can further optimize it if you would like to do that as well.

 

Recommendations:

Risk recommendation 1000USD/0.1 lots for low risk secure trading.

use vps for if you can, even better trading experience.

 

Contact for any question, help on telegram : https://t.me/BRobotTrader

 

 

 

 


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

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class PAACBOT : Robot
    {
        protected override void OnStart()
        {
        }

        protected override void OnTick()
        {
            Print("You can buy the full version here: https://forextradingbots.gumroad.com/l/zwyxx");
            Print("Check out my website: https://nomadforexrobots.com/");
            Print("My Trading YouTube Channel: https://www.youtube.com/@TheNomadTrader/videos");
            Print("If you have any questions just ask: https://t.me/BRobotTrader");
            
        }

        protected override void OnStop()
        {
           

        }
    }
}


IntelligentLionRobots's avatar
IntelligentLionRobots

Joined on 22.03.2019

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Price Action Analyst Cbot.algo
  • Rating: 2.5
  • Installs: 518
Comments
Log in to add a comment.
CO
codey · 1 year ago

Hi, your cbot is doubling the money in 5 years. Its seems very slow growth.