Description
Use for arbitrage, correlation or a basket of trading pairs.
Features:
- trailing basket of instruments simultaneously on equity and closes all open positions when the equity is rolled back by a certain percentage
What time frame and currency pair the robot can work on?
Any time frame. Any pairs.
KRATX_SQUAD
Sales & Marketing
Email: welcome@kratx.com
Website: https://www.kratx.com
If you need this cBot, write us and WE SEND IT FREE or visit our cite.
using cAlgo.API;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class EquityTrail_Kratx_com : Robot
{
protected override void OnStart()
{
string msg = "If you need this cBot, write us welcome@kratx.com and WE SEND IT FREE or visit or cite www.kratx.com";
ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
}
}
}
KRATX.COM
Joined on 01.01.2017
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: EquityTrail_by_Kratx.com.algo
- Rating: 0
- Installs: 1573
- 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.
No comments found.