Description
TrailStop-GURU is the combination of the most efficient TrailStop technics.
This cBot modifies the StopLoss of the previously opened (by manual or other cBots) positions only!
Does not open new trades or close the existing one.
Very useful for every manual/automated traders who has not good StopLoss protection.
It has six different running mode to determine the new StopLoss value:
- ATR based (works same as the well known SuperTrend indicator)
- Fix pips (classic mode of TrailStop calculation)
- Moving Average (Simple or Exponential) based
- Last X candles Low/High calculation
- Parabolic SAR based
Very simple to use.
With 3 input parameters you can highly customise the cBot.
TrailStop Mode: you can choose which mode/calculation method works
Period: The period of the choosen mode/indicator
Parameter: if the mode is requires (for example ATR multiplier)
Free/Demo version works on Demo accounts only.
If you want to use it on Real accounts please purchase the Full version.
cTrader, Metatrader4, Metatrader5 versions are available.
You can download the demo version of this cBot at www.algoguru.hu
using cAlgo.API;
namespace cAlgo.Robots
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class NewcBot : Robot
{
protected override void OnStart()
{
string msg = "You can download this cBot at www.algoguru.hu";
Print(msg);
Stop();
}
}
}
AlgoGuru
Joined on 29.11.2018
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURU-ctdn-with source.algo
- Rating: 0
- Installs: 1274
- Modified: 13/10/2021 09:54