Category Other  Published on 06/01/2022

Auto Calculate Lot size +SL and TP Line

Description

This is a system that automatically calculates the lot size when the stop loss line and the risk percent of A/C are fixed.

Enter the amount and you will see the Stop Loss and Take Profit lines.

Each line can show the amount, Pips, Loss and Profit amount.

You can also customize the color change, position, and area.

Information can also hide the information of Take Profit and Stop loss.

The information is lot size, direction of trading, risk percentage of A/C, distance to Stop loss, loss price, risk amount, distance to Take Profit, Take Profit Price, Profit amount, risk reward ratio.

Price:8$

downloadlink:https://gum.co/aclot


Free abridged edition is here.

https://ctrader.com/algos/indicators/show/2261

please check Youtube for more information.

English:

Japanese:



Another indicators:

--free--

Auto Calculate Lots Size

Custom R numbers

Another Symbol

Draw Pips

Time Frame Period Separators

Daily Volatility Average

Static Label and Horizon Line

Static Area

Static Color Text

Profit Pips Today

Upper TF Heikin-ashi Bull Bear

TF Candle

TF OHLC

Market High Low

Fibonacci Channel

Entry Check List

Custom Bid Ask Line

Display Symbol TF

Scale Bar

Countdown Alarm

Market High Low

Display Date

Entry Plan

Mirror Candle

Cross Hair

--paid--

ADR

Auto Calculate Lots Size V2

MTF Bollinger Bands

MTF MACD

MTF MA

MTF Candlesticks

Auto Calculate RR

MWD Line

MTF OHLCFP Lines Candles Before

MWD High Low Pro

TimeSync

Display Date Pro

Trend Line Alert

cBot:

Auto Calculate Lots V4.0 自動ロット計算

Close Panel cBot

 


Best Regards


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


namespace cAlgo
{
    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class Autocalculatelotssample : Indicator
    {

        protected override void Initialize()
        {

            Chart.DrawStaticText("AutocalculateLots", "Please download from the link above.", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Red);

        }

        public override void Calculate(int index)
        {



        }

    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Autocalculatelotssample.algo
  • Rating: 2
  • Installs: 2691
  • Modified: 13/10/2021 09:55
Comments
Log in to add a comment.
No comments found.