Category Other  Published on 05/03/2019

Equity Trail

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
Emailwelcome@kratx.com
Websitehttps://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's avatar
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: 1528
  • Modified: 13/10/2021 09:54
Comments
Log in to add a comment.
No comments found.