Category Other  Published on 04/08/2022

Sarry

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.

Download Here

 

 

 

 


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's avatar
ctrader.guru

Joined on 19.07.2018

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Sarry Lite.algo
  • Rating: 5
  • Installs: 1756
Comments
Log in to add a comment.
MO
Moamen.Trading · 3 months ago

can you add stop lose here please 

and max number of trades

ctrader.guru's avatar
ctrader.guru · 1 year ago

This project has become free for all cTrader Guru | cBots Mega Pack

CO
codey · 2 years ago

I wanted to understand more about parameters, but all instructional videos in Italian language.  I don't know how to proceed

EV
evgrinaus · 3 years ago

best bot ever !

ctrader.guru's avatar
ctrader.guru · 3 years ago

@evgrinaus If you buy sarry you don't need a subscription and the license is lifetime including all updates

@vikkygm86 the backtest was done with the exact server ticks

VI
vikkygm86 · 3 years ago

hi there - was this backtested on tick data?

EV
evgrinaus · 3 years ago

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?

ctrader.guru's avatar
ctrader.guru · 3 years ago

@dawid.pielak  only backtest

DA
dawid.pielak · 3 years ago

after installing and testing it does not work, do I have to do it in a demo account?

Obiriec's avatar
Obiriec · 3 years ago

The bestcBot for "scalping" !

GREAT WORK cTrader Guru !

ctrader.guru's avatar
ctrader.guru · 3 years ago