Sarry paid
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.
Warning! Executing the following cBot may result in loss of funds. Use it at your own risk.
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Formula / Source Code
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() { } } }
Comments

Preset free for all https://www.patreon.com/posts/48524005

The bestcBot for "scalping" !
GREAT WORK cTrader Guru !

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

@dawid.pielak only backtest

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?

hi there - was this backtested on tick data?


best bot ever !