Category Trend  Published on 17/05/2024

QUANTUM ULTIMATE 20.2% per Month

Description

 

Highly profitable algo which trades the EURUSD m1

3 Years Backtesting from 14.05.2021-14.05.2024 with Tick Data and 0.01 Lot

Starting capital: 1000,- Euros 

This bot has made 729% in the last 3 years

 

download for Backtesting Expiry 23.06.24:

https://drive.google.com/file/d/1HBbEGXVgcStDlw-tAiT0iwF1yVCtYcnC/view?usp=sharing

 

In the last 3 years, it has generated an average of 202.47 Euros per Month with 1000,- startcapital employed (20.2% return per Month), without the drawdown having been hit. 

It is not a Martingale system. In case of loss, no duplicate position sizes are created.

0.01 lots are traded all the time. The bot usually opens several trades in a row, but never at the same time. The interval between trades is at least one minute and sometimes over several days and each trade is opened with 0.01 lot.

This is a robust strategy that looks for strengths in trend. And by opening several trades, there is the possibility of achieving an optimal average price in volatile phases.

 

The trades always have a fixed TP, but no SL. Nevertheless, the trades will be closed if an opposite trading signal appears. As you can see in the picture, there are currently 14 positions open, which is about the average and which equals a total of 0.14 lots.

However, up to 70-80 trades can be open at the same time. 

With EURUSD trading, it is the largest and most liquid exchange: The Foreign Exchange. Thus, you can move larger sums of money in the market without any problems.

 

Time Horizon: 1 Minute

The trades are held from mostly one day to several days

Profitfactor: 1.51

Max Drawdown: 76.5% (by 1000,- Euro)

average Monthly return: 20.2%

average annual return: 243%

Total Trades: 13876

Winning Trades: 8505

average Trades per Month: 385

average Trades per Day: 19

Minimum capital required: 1000,- Euro

No Martingale

100% automatic, runs 24h

Ready to go immediately

100% made in Germany

 

I recommend starting with 0.01 Lot per 1000,- Euro (last 3-Year max Drawdown 765.88/ by return of 202.47 per Month) of Capital on IC Markets. If you want more security, you can also start a second account with 2000,- euros starting capital.

If you want to use 0.02 lots, then use 2000,- Euro starting capital. At 0.03 lots 3000,- etc.

I strongly recommend using this bot with these parameter settings only for IC markets because I have optimized it only for this broker. With other brokers, the results can vary greatly in the Backtest. So test it for all other brokers beforehand.  

The bot is now available with a parameter for the max equity drawdown (%). For example, if you enter 3.5%, the bot will stop at -35 euros, starting from the last maximum account balance of 1000 euros. 

 

 

Buy this optimized Bot: 497,- Euro 

(With Lifetime License)

Payment methods: PayPal and bank transfers

email: german.algotrading@gmail.com

 

The bot now has a new code that recognizes existing open positions. So if you stop the bot in between, all open positions will be treated as if it had never been stopped.

 

If necessary, I will give you instructions on how to install the bot. And for that, I'll give you the parameter settings.

In order for the backtest to work properly, it is essential that you enter Tick Data from server accurate.

 

You can trust me that all the images on the site are accurate and all the information is true.

Please contact me for any questions.

Best regards,

Luke


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cAlgo.API;
using cAlgo.API.Collections;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;

namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.None)]
    public class NewcBottest : Robot
    {
        [Parameter(DefaultValue = "Hello world!")]
        public string Message { get; set; }

        protected override void OnStart()
        {
            // To learn more about cTrader Automate visit our Help Center:
            // https://help.ctrader.com/ctrader-automate

            Print(Message);
        }

        protected override void OnTick()
        {
            // Handle price updates here
        }

        protected override void OnStop()
        {
            // Handle cBot stop here
        }
    }
}

GE
german.algotrading

Joined on 22.04.2024

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: New cBot test.algo
  • Rating: 0
  • Installs: 284
Comments
Log in to add a comment.
No comments found.