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.
Donation from free
download from Gumroad
YouTube
free download from here↓↓↓↓↓↓↓
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
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
Joined on 11.04.2020
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Autocalculatelotssample.algo
- Rating: 2.5
- Installs: 6242
- Modified: 13/10/2021 09:55
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
FO
Hola, recien descargo este indicador, no comprendo como se usa, además el panel que se abre no es como muestras en la imagen de arriba… es mas simple. alguien lo ha usado y le ha servido??
no working in mac …