Category Other  Published on 21/12/2021

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

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.

Click here for a demo account free trial version with all features

損切ラインを決めてロットを自動計算してくれるcBotになります。リスク金額は証拠金の%か、直接入力となります。

すべての機能が使えるデモ口座用無料トライアルバージョンはこちら

Price: $18

・Customize trading panel

↓ Live account product version ↓  ↓ ライブアカウント用 製品版 ↓


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

Simple Alarm

--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

cBot:

[Close Panel cBot]


Best Regards


using System;
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 AutoCalculateLotsample : Robot
    {
        protected override void OnStart()
        {
            Chart.DrawStaticText("Purchase from the link on gumroad", "", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Black);
        }
    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Auto Calculate Lots 3.7 sample.algo
  • Rating: 0
  • Installs: 958
Comments
Log in to add a comment.
No comments found.