Category Trend  Published on 15/10/2021

ULTIMATE TRADE MANAGER

Description

This custom trading panel allows you to choose from a variety of options to execute a trade, and then monitors each trade according to each trade's parameters.

Features:

1. Automatic risk calculation.

2. TP / SL manual entry

3. ATR Stop Loss with a trailing option

4. Swing Stop Loss with a trailing option

5. Risk / Reward option

6. Trend exit option based on the markets being Overbought / Oversold or the trend is coming to an end.

 

To monitor the trend exit option the bot comes paired with a custom indicator that analyzes trend on a higher timeframe and displays when we are in an uptrend/downtrend.

 

This tool will allows you to get the most of each trade and help you manage your risk, while collecting the most profit from each trade and exiting at the right time. Works on any chart and can run on multiple charts at the same time to manage each trade uniquely.

Contact here for details : herculesone88@gmail.com


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

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

        [Output("Main")]
        public IndicatorDataSeries Result { get; set; }

        protected override void Initialize()
        {
            var ret = MessageBox.Show("Please reach out to herculesone88@gmail.com to get this tool!", "Thank you!", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }

        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}


HE
herculesone

Joined on 02.11.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: TRADE MANAGER.algo
  • Rating: 5
  • Installs: 812
Comments
Log in to add a comment.
JA
jaymoneyhaku · 4 months ago

how do i pay