Description
#Sarry is one of the most powerful scalper ever, if you don't believe me download the backtest only version and do your tests.
using System;
using System.Linq;
using System.Windows.Forms;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
namespace cAlgo.Robots
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
public class SarryLite : Robot
{
[Parameter(DefaultValue = 0.0)]
public double Parameter { get; set; }
protected override void OnStart()
{
string download = "https://ctrader.guru/product/sarry";
string message = string.Format("Download last and updated versione here : {0}", download);
Chart.DrawStaticText("popup", message, VerticalAlignment.Center, API.HorizontalAlignment.Center, Color.Red);
Print(message);
if (MessageBox.Show("Download Sarry?", "Download", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
System.Diagnostics.Process.Start(download);
}
protected override void OnTick()
{
}
protected override void OnStop()
{
}
}
}
ctrader.guru
Joined on 19.07.2018
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Sarry Lite.algo
- Rating: 5
- Installs: 1915
- Modified: 13/10/2021 09:54
Comments
This project has become free for all cTrader Guru | cBots Mega Pack
I wanted to understand more about parameters, but all instructional videos in Italian language. I don't know how to proceed
best bot ever !
hi there - was this backtested on tick data?
when I buy the bot, can I run it without a patreon subscription as I cannot afford?
quando acquisto il bot, posso eseguirlo senza un abbonamento patreon perché non posso permettermelo?
@dawid.pielak only backtest
after installing and testing it does not work, do I have to do it in a demo account?
The bestcBot for "scalping" !
GREAT WORK cTrader Guru !
Preset free for all https://www.patreon.com/posts/48524005
can you add stop lose here please
and max number of trades