* Updated - FractalBreak Bot (350%/year) paid
This bot trades fully automatically against the markets of your choice by performing the FractalBreak strategy. This bot is based on the FractalBreak indicator that I released on the cTrader platform a couple of days ago. See this link for the indicator.
The bot will detect all tradeable setups and automatically sets the correct stoploss and takeprofit. It is also equiped with some additional risk management features. After you have activated this bot on the markets of you choice, you can site back and watch as the bot trades this profitable strategy.
In the next video I'll show you how you can activate this bot in your own cTrader software in just a few minutes. It's really that easy. I'll also show you how to configure the bot for your favorite markets and timeframes. This bot can be activated on all markets that are available in the cTrader platform, as long as the market is open.
Check this instruction video and I'll explain how you can install and configure this bot yourself on every market of your choosing.
Here's a sneak preview of some highly profitable markets:
- Simulation in EURAUD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 20,138
- Simulation in EURNZD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 26,729
- Simulation in GBPUSD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 31,262
- Simulation in XAUUSD cTrader from 1 July 2019 to 1 July 2020, starting capital € 10,000, ending capital € 35,915
You can download and buy the bot here: https://gum.co/lDdnP the download package contains both the autotrading bot and the full version of the indicator.
Always use appropriate risk management!!
Use at your own risk!!
Happy trading!!
My other cTrader products:
EMA 3 Crossing autotrading Bot (https://ctrader.com/algos/cbots/show/2309)
EMA 3 Crossing indicator (https://ctrader.com/algos/indicators/show/2286)
FractalBreak autotrading Bot (https://ctrader.com/algos/cbots/show/2282)
FractalBreak indicator (https://ctrader.com/algos/indicators/show/2274)
Contact- and sales information
For more info you can contact me via my YouTube channel (see video above) or Twitter (@NiLo_Trading).
This bot can be bought on Gumroad: https://app.gumroad.com/products/lDdnP
using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; using System; using System.Collections.Generic; using System.Linq; namespace cAlgo.Robots { [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class FractalBreakBot : Robot { protected override void OnStart() { string BUY_FULLVERSION_HERE = "https://gum.co/lDdnP"; // Set textcolor based on selected theme Color textcolor; if (this.Application.ColorTheme == ColorTheme.Dark) textcolor = Color.FromHex("#E3D5EC"); else textcolor = Color.Black; Chart.DrawStaticText("Buy_full_version_here", "FractalBreak Bot\r\n\r\nTo buy the FULL version of the FractalBreak Bot and indicator please visit:\r\n\r\n" + BUY_FULLVERSION_HERE + "\r\n\r\n\r\nThis version of the FractalBreak Bot only displays this advertisement text\r\n\r\n\r\n\r\nThank you and happy trading!!", VerticalAlignment.Top, HorizontalAlignment.Right, textcolor); } protected override void OnTick() { // IT IS NOT POSSIBLE TO DOWNLOAD THE FULL VERSION HERE. PLEASE VISIT: https://gum.co/lDdnP } } }

you have a trial version?

i would be interessted too, in the 3ema as well but not without to see all functions clearly at the bot. Besides, any chance to integrate TG into the 2 bots? Email is surely more easier but not useful if you need to react fast.
also it goes not clearly what function in regarding to money management you have implemented?

you have a trial version?

Hello would also like a trail version if possible. 2 weeks would be ideal.

For requests, you can always send a PM through Twitter to @NiLo_Trading

@seller
Is there a reason why you don't provide demo version, so that buyers can back-test properly before buying?
We are not asking all features (optimization etc), but back-testing is must before anyone considers buying a bot!
Are you not confident on bot's performance? What else could be the reason?