33,000% PROFIT in 1 Year paid
33,672% Profit (1 Year. From 7.3.2022 to 7.3.2023) Starting Capital: 1,000 EUR, Ending Balance: 371,132.11 EUR, Ending Equity: 337,715.30 EUR
I created a trading robot, a cBot that performs very well if you run it in the Optimization Program for at least 2 Years period on accurate data - Tick Data.
**DEMO VERSION FOR 3 WEEKS for you to use it for free. LINK to Download:
https://drive.google.com/file/d/1oX0ocgpIYKcS4gM7o4g0n9rYET-Zu7Wf/view?usp=sharing
VIDEO EVIDENCE. 1 Year Backtesting starting with only 100 EUR 1.3.2022- 14.3.2023 on Reddit:
https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/
(Starting Capital: 100 EUR. Net Profit: 65,967.37 EUR)
This cBot in the screenshots works like this:
- If balance increased by 120%, double position size
- if balance decreased by 50% or more, halve position size
I can modify the values however I want. I can set it to double the position for every 150% profit it makes and decrease the position size if it loses 30% of balance to make it safer..
Example; If I set it to: if balance increased by 100% double position size, this means if your starting capital on your trading account is 100 EUR the cBot will double the position when the balance gets to 200 EUR and again when your balance is 400 EUR and again when your balance is 800 EUR and so on.
If you do not want to buy it and you only want to borrow it, I can give you a version with the expiration date. 1.000 EUR / Month. But I will have to set the Parameter values and hide them in the Parameter window. You will only be able to set the Initial volume (Lots). I can Optimize the cBot for IC Markets broker for the last 2 years.
If you are interested my contact is: tony.hammer.diesel@gmail.com
SCREENSHOTS:
(Starting Capital: 1,000 EUR. Profit: 336,715.30 EUR. Backtesting time period: 7.3.2022 - 7.3.2023)
//DEMO VERSION FOR 3 WEEKS for free. LINK: (UNTIL 31.3.2023. On this day close all positions and turn off the cBot!) // https://drive.google.com/file/d/1oX0ocgpIYKcS4gM7o4g0n9rYET-Zu7Wf/view?usp=sharing //VIDEO of 1 Year Backtesting starting 100 EUR 1.3.2022- 14.3.2023 on Rumble: //https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/ // TO GET THE REAL cBot CONTACT ME ON MY EMAIL: tony.hammer.diesel@gmail.com using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; namespace cAlgo { [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class tonyhammerdieselgmailcom : Robot // DEMO VERSION FOR 3 WEEKS for free. LINK: (UNTIL 31.3.2023. On this day close all positions and turn off the cBot!) // https://drive.google.com/file/d/1oX0ocgpIYKcS4gM7o4g0n9rYET-Zu7Wf/view?usp=sharing //VIDEO of 1 Year Backtesting starting 100 EUR 1.3.2022- 14.3.2023 on Rumble: //https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/ // TO GET THE REAL cBot CONTACT ME ON MY EMAIL: tony.hammer.diesel@gmail.com { public DataSeries Source { get; set; } public int SmaPeriod { get; set; } =0; private SampleSMA sma; // TO GET THE REAL cBot CONTACT ME ON MY EMAIL: tony.hammer.diesel@gmail.com protected override void OnStart() // TO GET THE REAL cBot CONTACT ME ON MY EMAIL: tony.hammer.diesel@gmail.com { sma = Indicators.GetIndicator<SampleSMA>(Source, SmaPeriod); } protected override void OnTick() { } } } //VIDEO of 1 Year Backtesting starting 100 EUR 1.3.2022- 14.3.2023 on Rumble: //https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/ //DEMO VERSION FOR 3 WEEKS for you to use it for free. LINK to Download: // https://drive.google.com/file/d/1oX0ocgpIYKcS4gM7o4g0n9rYET-Zu7Wf/view?usp=sharing //Disable VPN if you have it on, because I tried to download it with VPN and I could not. //YOU MUST READ EVERYTHING HERE BEFORE USING MY TRADING ROBOT !! Or else you will lose all your money 100% //The Demo version has the Expiration Date 31.3.2023 - You must close all open positions on this day and turn of the cBot !! //Don't say I did not warn you after the positions just keep running after 31.3.2023 and you lose all your money //because you did not close your position and turned off the cBot! When you turn off the cBot / // this trading robot will not close the open positions. You have to do it manually!! //The Cbot closes and opens new positions on the opposite signal so YOU MUST HAVE YOUR COMPUTER ON RUNNING ALL THE TIME //if you did not close the open position and turned of the cBot. No Sleep mode and so on like in laptops - disable it to go to sleep mode. //You can still lock your computer and later log in, because the programs still run in the background. //You can't just close the cTrader platform and shut down your computer or restart it because you will leave a position open! //First close the position and turn of the cBot (trading robot). If you computer restarts by accident do not worry, //just open your cTrader platform and close the positions and then run the cBot again if you want. //!! IF YOU DID NOT READ THE WARNING I JUST WROTE ABOVE YOU WILL LOSE ALL YOUR MONEY 100% !! //in the DEMO version you can download in the link above you must add AUD/USD currency pair on the 1 minute time frame, Candlestick chart type. //In this DEMO version I used these settings: //* if balance increased by 105%, double position size /// if balance decreased by 40% or more, halve position size //In the Demo version you can set the Quantity Lots. I set it at default at 0.01 Lot which is the minimum. You can choose more. // I am warning you not to use more than 0.02 Lot on the 100 EUR trading account! //I strongly recommend using only 0.01 Lot on the 100 EUR trading account! //If you want to use it on the bigger trading account calculate the risk yourself. //You must first run the cBot through the Backtesting program for the 1 Year period on the Accurate TICK Data. //There you will see if the cBot will blow your account based on your trading account size and the Quantity Lots you want to use ! //Please chose the safe settings to trade it live! Maximum Equity Drawdown should not be more than 30% on the 1 Year Backtesting. //First do this and then try it out to trade for you on the Demo trading account. //You can use it to trade on the Live account, but 3 weeks to test it does not guaranty it will make you profit. //All the important Parameters are hidden in the Parameter Window. This way no programmer can reverse engineer my work. //Don't even try to do it ;), because I tell you right now it is not what you think it is and no other trading robot uses //this logic to open new positions ;) . Even me myself am very surprised this strategy even works and that it works so well because //it is very complicated. I got very lucky the Optimization Program even found the right Parameter settings for my cBot //because I almost gave up after running the Optimization program for weeks. //VIDEO of 1 Year Backtesting starting 100 EUR 1.3.2022- 14.3.2023 on Rumble: //https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/ //VIDEO of 1 Year Backtesting starting 100 EUR 1.3.2022- 14.3.2023 on Rumble: //https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/ //VIDEO of 1 Year Backtesting starting 100 EUR 1.3.2022- 14.3.2023 on Rumble: //https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/

VIDEO EVIDENCE: 1 Year Backtesting starting with only 100 EUR 1.3.2022- 14.3.2023 on Rumble:
https://www.reddit.com/user/HorrorCompetition627/comments/11r014l/cbot_working_on_audusd_m1/
(Starting Capital: only 100 EUR. Net Profit: 65,967.37 EUR)