Category Range  Published on 05/06/2024

GBP/USD 1-Minute. YouTube video: https://youtu.be/7sBlU1LSCKA

Description

YouTube video: https://youtu.be/7sBlU1LSCKA

Free test until 15.6.2024.

*You can download the bot from my Google Drive using this LINK;

(Herunterladen / Descargar / Scarica / Pobierz / Stáhnout / Preuzimanje / İndir / Скачать ‘Skachat’) =

- for cTrader Cloud : 

https://drive.google.com/file/d/10M2IHgLVLeOSROQgU9qphF729GvmEkUG/view?usp=sharing

- for cTrader desktop: 

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

 

Contact:

You can send me an email or message on Telegram in your language if you don't speak English. I can translate it. I speak 5 languages, so don't worry about it..

-The cBot provided here has been optimized for use with the IC Markets broker on the GBP/USD 1-Minute chart. 

-Feel free to experiment with optimizing this cBot for other forex currency pairs on your broker to potentially achieve better results. 


You can run this bot on the new cTrader 5.0 cloud for free. > Instances are launched and run in the Cloud, which means that cTrader itself takes care to execute and maintain the algorithm. As a result, there is no need to keep cTrader Desktop open and active. You can also turn off your local machine and any cBots you may have launched will continue running. You no longer need a VPS or to keep your computer on all the time. The new cTrader has a cloud service where you can run your bots for free, ensuring they operate 24/7 with internet access. https://help.ctrader.com/ctrader-algo/synchronisation/  Download the new cTrader 5.0 here:  https://ctrader.com/download 


 

https://www.youtube.com/watch?v=7sBlU1LSCKA&ab_channel=PROTraderEurope

 


19.10.2016 - 5.6.2024

 

Optimization result:

 

 

When you rent the GBP/USD 1-Minute bot, you can get 1 extra bot if you want. Tell me when you rent the bot that you also want an additional bot for free. (Included in the price already. You don't have to pay anything extra)

Free bot included with the GBP/USD 1-Minute bot:  https://ctrader.com/algos/cbots/show/4157


You can rent the bot for the following durations and use it on your Live trading account:
• 1 Month rent = 41.6 euros
• 2 Months rent = 83.2 euros
• 3 Months rent = 125 euros
• 6 Months rent = 250 euros
• 1 Year rent = 500 euros
• 2 Years rent = 1000 euros
*** You can receive a 30% discount on the rent if I restrict the cBot to one instrument and set the first position size to the lowest value. For example, GBP/USD only with a first position size of 0.01 Lot. The cBot will still be able to increase the position size when adding additional trades on its own. (1 Month rent with a discount = EUR 29.12)
________________________________________
Lifetime license: 
-The price to buy the cBot is 5000 euros without the source code (20% Discount until 1st August 2024. That's EUR 4000 total). This ensures that the cBot will have no expiration date and will be entirely yours forever. 
-If you want the source code, the price is 15000 euros. (20% Discount until 1st August 2024. That's EUR 12000 total)

Please send me an email or message me on Telegram before renting or buying my cBots. Upon payment, you will receive them as attachments to your email address or Telegram.
You can make the payment to my PayPal account: 

https://www.paypal.com/paypalme/ProTraderEurope

 


 

- When you choose to rent this robot again, there's no need to manually close any existing
positions the robot has initiated. Upon renewing the rental, the robot will seamlessly
recognize and continue working with the open positions it previously managed. This ensures a smooth
and uninterrupted trading experience. The robot uses the same "Labels". Even when you get a new
robot, this will work.

 

-You don't need to be concerned about restarting your computer. If a restart is necessary, simply stop the robot before restarting your computer. When you restart the computer and start the robot afterward, it will remember and recognize the open positions it had and continue working with them seamlessly.

 

-My cBots don't require a license. This means I can't remotely access or modify the cBot once you rent or buy it. I set the expiration date in the source code, and the cBot will operate until that date. So, you don't have to worry about it.

-My cBots do not require Full Access permissions, meaning they cannot be tampered with remotely. It is safe to use them


Parameters:

 

This is how to backtest a bot:

https://help.ctrader.com/ctrader-algo/articles/for-traders/how-to-backtest-a-cbot/

 

 

Enjoy the free trial,

Mark

 






// ** DOWNLOAD FREE TRIAL / FREE TEST robot, LINK:


// NET 6 for the new cTrader Cloud: https://drive.google.com/file/d/10M2IHgLVLeOSROQgU9qphF729GvmEkUG/view?usp=sharing



// NET 4 for computer:  https://drive.google.com/file/d/1eZgbReOBh6CbfEYq34bcxaLGm-1kNxlQ/view?usp=sharing




// YOUTUBE video:  https://youtu.be/7sBlU1LSCKA

//   https://www.youtube.com/watch?v=7sBlU1LSCKA&ab_channel=PROTraderEurope






// Email:  algorithmic.trading.eu@gmail.com

// Telegram:  https://t.me/Automated_Trading_cTrader

































using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;


namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.None)]
    public class DownloadtherobotfrommyGoogleDrivegbpusd1min : Robot
    {
        
   
   
        
        [Parameter("Download cTrader Cloud:", DefaultValue = "https://drive.google.com/file/d/10M2IHgLVLeOSROQgU9qphF729GvmEkUG/view?usp=sharing", Group = "NET 6 robot for the new cTrader Cloud:")]
        public string Link1 { get; set; }
        
        [Parameter("Download cTrader Desktop:", DefaultValue = "https://drive.google.com/file/d/1eZgbReOBh6CbfEYq34bcxaLGm-1kNxlQ/view?usp=sharing", Group = "NET 4 robot for computer  /  cTrader Desktop:")]
        public string Link3 { get; set; }
        
        
        [Parameter("YouTube video:", DefaultValue = "https://youtu.be/7sBlU1LSCKA", Group = "YOUTUBE VIDEO")]
        public string YouTube { get; set; }
   
        
        [Parameter("My Email", DefaultValue = "algorithmic.trading.eu@gmail.com", Group = "Email:  algorithmic.trading.eu@gmail.com")]
        public string Email { get; set; }
        
        [Parameter("My Telegram", DefaultValue = "https://t.me/Automated_Trading_cTrader", Group = "Email:  algorithmic.trading.eu@gmail.com")]
        public string Telegram { get; set; }
        
        [Parameter("My YouTube channel", DefaultValue = "www.youtube.com/@pro.trader.europe/videos", Group = "Email:  algorithmic.trading.eu@gmail.com")]
        public string My_YouTube { get; set; }
        
        [Parameter("My cTrader Robots", DefaultValue = "https://ctrader.com/users/profile/42156/algos", Group = "Email:  algorithmic.trading.eu@gmail.com")]
        public string My_Robots { get; set; }
        
        
        
        







        protected override void OnStart()
        {
            
        }

        protected override void OnTick()
        {
            
        }

        protected override void OnStop()
        {
            
        }
    }
}

algorithmic.trading.eu_gmail.com's avatar
algorithmic.trading.eu_gmail.com

Joined on 06.12.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Download the robot from my Google Drive. gbpusd 1min.algo
  • Rating: 0
  • Installs: 163
Comments
Log in to add a comment.
No comments found.