Category Trend  Published on 27/05/2024

QUANTUM ULTIMATE PRO FREE TEST 15.08.

Description

# UPDATE 17.07.24#

optimized Settings and Free Test until 15.08.24:

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

 

 

 

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.

Highly profitable algo which trades the EURUSD m1

1 Years Backtesting from 22.05.2023-22.05.2024 with Tick Data and 0.01 Lot

Starting capital: 230,- Euros

This bot has made 37% per Month in the last Year

download for Backtesting Expiry 23.06.24:

https://drive.google.com/file/d/1-yMk230relfs9J-NJx7eeMGCsiM-H9uR/view?usp=sharing

 

 

 

 

In the last 1 year, it has generated an average of 85.25 Euros per Month with 230,- startcapital employed (37% 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.

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: 2.60

Max Drawdown: 96.8% (by 230,- Euro)

return per Month: 85.25 Euro

average Monthly return: 37%

average daily return: 1.85%

Total Trades: 674

Winning Trades: 466

average Trades per Month: 56

average Trades per Day: 2-3

Minimum capital required: 230,- Euro

No Martingale

100% automatic, runs 24h

Ready to go immediately

100% made in Germany

 

I recommend starting with 0.01 Lot per 230,- Euro (last 1-Year max Drawdown 222.64/ by return of 85.25 per Month) of Capital on IC Markets.

If you want to use 0.02 lots, then use 460,- Euro starting capital. At 0.03 lots 690,- 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.  

Of course, you can also optimize the bot for other currency pairs and other brokers.

 

Buy this optimized Bot: 497,- Euro

(without source code; with Lifetime License)

Payment methods: PayPal and bank transfers

email: german.algotrading@gmail.com

 

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.

The bot is available with a parameter for the max equity drawdown (%). For example, if you enter 3.5%, the bot will stop at

-8.05 euros, starting from the last maximum account balance of 230,- Euros.

 

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: 473
  • Modified: 27/05/2024 10:37
Comments
Log in to add a comment.
No comments found.