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:
[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
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
- Modified: 13/10/2021 09:55
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
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.
Highly recommended! My search for a risk manager/ trade panel in ctrader is finally over. Thanks for making this one, it's perfect.