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--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
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);
}
}
}

Yo Nam
Joined 11.04.2020
- Type: paid
- Language: C#
- Trading Platform: cTrader Automate
- Filename: Auto Calculate Lots 3.7 sample.algo
- Rating: 0
- Downloads: 958
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Comments
Only logged in users can post a comment
Comments not found