Description
This is a cBot for the cTrader that controls close.
こちらはcTrader用の決済をコントロールするcBotです。
Price :$16
https://gum.co/closepanel
We have a trial version that allows you to use all the features in your demo account.
When using with a real account, please purchase the product version.
デモ口座ですべての機能が使える試用版
↓ Trial version ↓
https://gum.co/closepaneltrial
V4 Add feature
・3 Target lines for partial close
・Position close by Profit
追加機能
・3つのターゲットラインを設定して一部決済する機能を追加。
・損益金額による決済機能を追加
V3 Add feature
Position close by trend line.
alert when close price touch trend line
追加機能
トレンドラインによる決済
トレンドラインアラート
V2 feature
バージョン2 機能紹介
V1 feature
バージョン1 機能紹介
A.Three types of partial close
1.Amount
2.Volume
3.Each
・3 Target lines
B.Close all
C.Close all symbol
D.Position close by time
E.Position close by bollinger bands
F.Position close by Trend line
G.Position close by Profit
H.Cancellation of two types of pending orders
1.Cancel at price
2.Cancel in time
//Displaying position information
・ Number of positions
・ Total pips
・ Net profit
・ Stop Loss
・ Take Profit
・remain pips
こちらはcTrader用の決済をコントロールするcBotです。
A.3種類の一部決済かできます。
1.金額で決済 2.ロットで決済 3.それぞれのポジションを決済
・3つのターゲットラインを設定して一部決済かできます。
B.チャート通貨の全決済
C.すべての通貨を決済
D.時刻によるポジションクローズ
E.ボリンジャーバンドによるポジションクローズ
F.トレンドラインによるポジションクローズ
G.損益金額による決済
H.2種類の指値・逆指値注文キャンセル
1.価格でキャンセル 2.時間でキャンセル
//ポジション情報を表示できます。
・ポジション数 ・トータルピップス ・損益 ・損切 ・利確・残りピプス
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
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 ClosePanelV2sample : 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: Close Panel V2 sample.algo
- Rating: 0
- Installs: 671
- Modified: 13/10/2021 09:55
Comments
Could you email me at the email address below so I can explain using the image files?
yomm0401@gmail.com
Understood.
Sorry for the inconvenience.
Please wait a moment while I check this.
If the problem is not fixed, I will refund your money, so don't worry.
I have 4.8.19 the latest, but old one have same problem
Please tell us your cTrader version so we can look into it.
Thank you.
"Is it possible to receive a version of CTrader that works correctly?"
Hi. I have a problem with close position. The message receiving is: "You have no position." Even though positions are open. How to fix it?
How has music changed over time? Thanks to this article, I have an answer to this question!
I've just sent an email, and I believe that the problem will be resolved. I like the functionality of this bot.