Description
This cBot closes all open positions when the NetProfit >= MaxProfit or <= MinProfit. Max and MinProfit are used as input parameter.
You can download the free/full version at www.algoguru.hu
.
using cAlgo.API;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class AlgoGURU : Robot
{
protected override void OnStart()
{
string msg = "If you need a custom indicator or cBot please visit: www.algoguru.hu";
ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
}
}
}
AlgoGuru
Joined on 29.11.2018
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURU.algo
- Rating: 0
- Installs: 1277
- 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.