category Other  at 10/05/2023

ProfitSense v5.6.33

Description
brains on chips

ProfitSense cBot applies the advanced Ichimoku Kinko Hyo trading system defined by Hosoda at its optimal level. It implements a robust risk and money management system that allows the robot to maximize returns while keeping drawdowns and losses in check. The risk and money management controls are 100% set by the owner of the trading account.

Version: v5.6.33

Key Features

  • Original Ichimoku Kinko Hyo system defined by Hosoda.
  • Newly and improved Ichimoku Kinko Hyo system developed by the developer.
  • Robust Risk Management System
  • Robust Money Management System
  • Equity Drawdown Protection measures
  • Balance Drawdown Protection measures
  • Multiple ways to instruct the cBot to take Profits.
  • Smart Account Protection during news events and drastic change in market structure.
  • Robust In trade management to secure chuck of profits whiles allowing trade to run.
  • Adapt the strategy to the current market structure
  • Telegram Alerts
  • Suitable for all time frames
  • All positions with stop loss value
  • Suitable for forex, shares, commodities, crypto and indices

CLICK HERE TO READ MORE...

This product provides many configurations to allow more advanced algorithmic traders full control of how the robot trades.

Running With A Low Account Size?

If you plan to run the trading system on a low account size like £1000, then we recommend that you set your lot size to the lowest value of 0.01 lot.

CLICK HERE TO READ MORE...

 

 Join our telegram group for more insights on how to use the automated trading system

 

 

Visit https://profitislander.gumroad.com/l/profitsense for a month free trial.

 

 




CLICK HERE TO BUY PROFITSENSE




Performance

GBPJPY 2020-2022 (2 years)

Version 5.5.05

It traded less compared to previous versions, yet made more returns on investments than previous version. 

 

GBPJPY 2020-2022 (2 years)

Version 5.5.0

GBPJPY 2020-2022 (2 years) 

Version 5.4.5

EURAUD 2022

Results of EURAUD 2022
​​​​​​
EURAUD 2

GBPUSD 2020 

GBPUSD 2020
Equity Chart

DE30

 

 


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

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class ProfitSenseAd : Robot
    {
        private static string TrialVersion = "https://profitislander.gumroad.com/l/profitsense";
        private static string ProVersion = "https://profitislander.gumroad.com/l/profitsense";
        private static string ProWithCode = "https://flutterwave.com/pay/wjcclisuyuph";
        private static string Contact = "kartechgh@gmail.com";

        private static Mutex mutex = new Mutex();

        protected override void OnStart()
        {
            Print("Symbol Digits ", Symbol.Digits);
            Print("Symbol PipSize ", Symbol.PipSize);
            Print("Symbol PipValue ", Symbol.PipValue);
            Print("Symbol TickSize ", Symbol.TickSize);
            Print("Symbol TickValue ", Symbol.TickValue);

            if (RunningMode == RunningMode.RealTime || RunningMode == RunningMode.VisualBacktesting)
            {
                Chart.DrawStaticText("download", "\n\n\n\n To download the demo FREE Version please contact me on:  " + Contact + "  \n\nTo download the PRO Version please visit:  " + ProVersion + "\n\n with source code " + ProWithCode + " \n\n  Contacts please write to: " + Contact, VerticalAlignment.Top, cAlgo.API.HorizontalAlignment.Center, Chart.ColorSettings.TickVolumeColor);
            }


            DialogBox();
            var stackPanel = new StackPanel 
            {
                HorizontalAlignment = cAlgo.API.HorizontalAlignment.Left,
                VerticalAlignment = VerticalAlignment.Top,
                BackgroundColor = Color.DarkCyan,
                Opacity = 0.7
            };

            var button = new cAlgo.API.Button 
            {
                Text = "Read Documentation",
                Margin = 3
            };
            button.Click += Button_Click;
            stackPanel.AddChild(button);
            var button1 = new cAlgo.API.Button 
            {
                Text = "Buy ProfitSense",
                Margin = 3
            };
            button1.Click += Button_Click1;
            stackPanel.AddChild(button1);
            var button2 = new cAlgo.API.Button 
            {
                Text = "Buy ProfitSense with Source Code",
                Margin = 3
            };
            stackPanel.AddChild(button2);
            button2.Click += Button_Click2;
            var button3 = new cAlgo.API.Button 
            {
                Text = "Contact Profit Islander",
                Margin = 3
            };
            stackPanel.AddChild(button3);
            button3.Click += Button_Click3;
            Chart.AddControl(stackPanel);
        }
        private void Button_Click(ButtonClickEventArgs obj)
        {
            System.Diagnostics.Process.Start("https://profitsense.netlify.app");
        }
        private void Button_Click1(ButtonClickEventArgs obj)
        {
            System.Diagnostics.Process.Start(ProVersion);
        }
        private void Button_Click2(ButtonClickEventArgs obj)
        {
            System.Diagnostics.Process.Start(ProWithCode);
        }
        private void Button_Click3(ButtonClickEventArgs obj)
        {
            System.Diagnostics.Process.Start("mailto:" + Contact);
        }




        protected override void OnTick()
        {




            // Put your core logic here
        }

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

        public static void DialogBox()
        {
            try
            {

                mutex.WaitOne();

                var message = "It is not possible to download ProfitSense from the cTDN website.\nWould you like to visit us at our website where you can download ProfitSense?";
                var startDialog = MessageBox.Show(message, "Downloading ProfitSense", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

                if (startDialog == DialogResult.Yes)
                {
                    System.Diagnostics.Process.Start(ProVersion);
                }

            } finally
            {
                mutex.ReleaseMutex();
            }


        }
    }
}


PR
Profit_Islander

Joined 04.01.2019

  • Type: paid
  • Language: C#
  • Trading Platform: cTrader Automate
  • Filename: ProfitSenseAd.algo
  • Rating: 5
  • Downloads: 892
Comments
Only logged in users can post a comment
PR
Profit_Islander · 1 year ago

Hello Jonathan, Thank you for purchasing ProfitSense, Join our telegram channel and log your complains there. Our team would be very glad to assist you.

 

https://t.me/joinchat/KfHEc1O6-SrOyVTCm13qZw

MA
manisanlucyan · 1 year ago

Although  I just learn about this subject, I am excited to see your post. Besides, Stickman Boost is my left-hand work. Click to know more. 

PR
Profit_Islander · 1 year ago

This comment @hankfried https://ctrader.com/users/profile/63027 has nothing to do with profitsense. No affiliations or what so ever.