Description
cBot that automatically opens a counter trade as soon as an original trade is opened.
private const string Label = "CounterTrade"; protected override void OnStart() { Positions.Opened += OnPositionsOpened; } void OnPositionsOpened(PositionOpenedEventArgs args) { var originalPosition = args.Position; if (originalPosition.Label != Label) { var tradeType = originalPosition.TradeType == TradeType.Buy ? TradeType.Sell : TradeType.Buy; ExecuteMarketOrder(tradeType, Symbol, originalPosition.Volume, Label); } }
using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class CounterTrade : Robot
{
private const string Label = "CounterTrade";
protected override void OnStart()
{
Positions.Opened += OnPositionsOpened;
}
void OnPositionsOpened(PositionOpenedEventArgs args)
{
var originalPosition = args.Position;
if (originalPosition.Label != Label)
{
var tradeType = originalPosition.TradeType == TradeType.Buy ? TradeType.Sell : TradeType.Buy;
ExecuteMarketOrder(tradeType, Symbol, originalPosition.Volume, Label);
}
}
}
}
modarkat
Joined on 25.12.2013
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Counter Trade.algo
- Rating: 3.33
- Installs: 3396
- Modified: 13/10/2021 09:54
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.
Hi guys.
How can i modify CounterTrade to automatically Close " it's trade " when the " Original position " closes. Please, any help would be much appreciated.
Many Thanks
DA
Hi, how can I add this code to a robot that opens trades onBar. I have tried to add it, but it opens not counter trades. Thanks
AY
Sorry there is no error
AY
Il y a une erreur dans le code :
remplacer
originalPosition.Label != Label
par
originalPosition.Label == Label
If you are an active forex trader, you know how important it is to stay on top of your trades. You also know that sometimes, the market moves in unexpected ways and you end up losing money on a trade. But what if there was a way to automatically open a counter trade as soon as an original trade is opened? That's where cBot comes in.
cBot is a powerful trading tool that allows you to automate your trades and take advantage of market opportunities. With cBot, you can set up rules to automatically open a counter trade when the market moves against your original trade. This can help you minimize your losses and even turn a profit on trades that would have otherwise ended in the red.
One of the standout features of cBot is its SMS forwarding app for Android. This app allows you to receive important trade alerts and notifications directly to your mobile device. This means you can stay on top of your trades even when you're on the go.
The SMS forwarding app is easy to set up and use. Simply download the app from the Google Play Store and link it to your cBot account. From there, you can customize your notification settings to receive alerts for specific trades or market events. You can even set up custom alerts based on your own trading strategies.
In conclusion, cBot and its SMS forwarding app android are powerful tools for any forex trader looking to automate their trades and stay on top of market opportunities. With cBot, you can take advantage of market fluctuations and minimize your losses, all while receiving important trade alerts directly to your mobile device.