cBots

Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
How to install
free  18 May 2023
Hey Guys i'm happy to share with you some of my personal tools that i developed to help me extract data from Backtesting and Optimization on my Cbots. This is a Class and Template for your Cbot, that can extract Backtesting Data and Optimization Data and write it to a CSV file for further Analysis on Excel or any other spreadsheet software. In this link you will find a MACD Cbot Example for testing it,Link to MACD Cbot Here i will be sharing some screenshots for the pieaces of the code so that you can easily implement to your Cbot. You can find me by joyining this Telegram Group http://t.me/cTraderCoders Grupo de Telegram Para Brasileiros, Portugueses e todos aqueles que falam portugues:http://t.me/ComunidadeCtrader Grupo CTrader en Español para Latinos:  http://t.me/ComunidadCtrader     In the screenshot above you have all the libriaries needed to make the class work properly   In this second screenshot you  the parameters need, for this class, and it is highlighted the parameters for the files where the data will be written and also the CBotPerformanceDaataExtractor Instance declaration.   In this screenshot you have multiple parameters that are not mandatory and they serves just as a example on how you can add paramaters to be written by the class on the file.     Here in this screenshot i highlighted the parts that you must take attention the List ParametersName and ParametersValue they serve for saving your cBots Parameters name and values to the file. If you don't want them you can make the list empty as it is shown and the commented code above them. Still in the OnStart Method you can copy and paste the rest of the code to your OnStart Method as it is shown in the screenshot and in the code.   This is a importantant part. If you don't use OnTick method you need to call it so that the calculation for drawdown balance and equity are done correctly. Just copy and paste this code to your cbot as it is shown in the screenshot.   On your OnStop Method you need to put the code that will be writting all the results of the optimization, and backtesting results. Copy and Past this part as in the screenshot.   During Optimization you also can enable the Timeframe option for multiple Timeframe testing. Be aware to not check the last option (Enable Data Extraction).  If you checkbox it it will not write all the results. The picture above is just serves as an example.     This is the result of the Optimization Data Written to a CSV File. For the Optimization Pass Field the cbot class writes to the file in the order that it is finishing, so that for some reason it some times doesn't match the same Pass number as it is shown in the Ctrader Platform. The most important part is that all the data is correctly saved for every optimization test.
AW set TP-SL percent
  1
  0
  169
free  05 May 2023
this bot set take profit and stop loss for all position by percent based on balance
paid  02 May 2023
Hello Traders, Introducing Singularity-IQR SmartPro, a groundbreaking adaptive algorithm that goes beyond traditional indicators and relies on advanced statistical analysis techniques. Developed in March 2022, this powerful cBot has been live-tested for 13 months, delivering outstanding real market results. The best part? You don't need to optimize it for different assets - the same parameters work across various markets. To preserve the edge of the Robot, we'll limit active subscriptions to a maximum of 50 (see details below).   Pros: Minimal parameters and variables, significantly reducing the possibility of overfitting Recommended parameters not based on optimization, minimizing the risk of curve fitting Utilizes a proprietary adaptive strategy with sophisticated statistical techniques for a competitive edge over other market participants 13 months of live testing (see Results below) Works on multiple assets with the same parameters, but excels on AUDUSD & GBPUSD (15min) Cons: The cBot employs a catastrophic stop loss for black swan events. Though rare, it has been hit a few times in backtesting. Overleveraging the robot may result in a significant drawdown, so manage your risk wisely. The strategy requires a broker with raw spreads. We recommend IC Markets, as our live tests were conducted on their server with great success. FAQ: Q: If your cBot is so profitable, why don't you use it yourself? A: I have other algorithms that outperform this strategy. Q: Why are the number of active subscriptions limited? A: The more capital invested in the robot, the lower its edge. We may adjust the subscription limit in the future based on the strategy's results. Q: Can I buy the cBot or its source code? A: No, you can only rent the bot for one month at a time. Q: How much does the rent cost? A: The cost depends on the number of active subscriptions at the time of registration. Prices increase for every 10 active subscriptions, as follows: Tier 1: 1-10 users - Subscription price: $32 per user per month Tier 2: 11-20 users - Subscription price: $40 per user per month Tier 3: 21-30 users - Subscription price: $48 per user per month Tier 4: 31-40 users - Subscription price: $56 per user per month Tier 5: 41-50 users - Subscription price: $64 per user per month Act fast to secure the best price! Q: How can I rent the cBot? A: Email us at singalgolab@gmail.com, and we'll send you the offer and payment method. Q: Is there a free trial? A: Unfortunately, we cannot offer free trials due to the risk of reverse engineering. Q: Did you include transaction costs and spreads in your backtest? A: Yes, and we encourage you to do the same, as this strategy is sensitive to spreads.         Disclaimer: Trading foreign exchange on margin carries a high level of risk and may not be suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to trade foreign exchange, you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and, therefore, you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with foreign exchange trading and seek advice from an independent financial advisor if you have any doubts.   Past performance of the Singularity-IQR SmartPro is not indicative of future results. The cBot's performance may vary due to market conditions, technical factors, and other unforeseen circumstances. We do not guarantee or imply that users of the Singularity-IQR SmartPro cBot will achieve similar results in the future. Use the cBot at your own risk.
free  02 May 2023
Hello Traders,   This is a Moving Average Crossover robot, that uses 3 Strategies as follows: Strategy 1: Basic Moving Average Crossover Utilizes two moving averages: a faster and a slower one. Rules: Long position: Enter when the faster MA crosses above the slower MA. Short position: Enter when the faster MA crosses below the slower MA. Exit the position either when the MA recrosses to the other direction, or based on a specific take profit and stop loss. Strategy 2: Price Crossover with Moving Averages Here, we're not only using the Moving Averages but also the price. Utilizes two moving averages: a faster and a slower one. Long position: Enter when the current price crosses above both MAs, and exit when the price crosses below either MA. Short position: Enter when the current price crosses below both MAs, exit when the price crosses above either MA. Stop loss and trailing stop loss are set at suitable levels to manage risk. Strategy 3: Moving Averages Trend Confirmation Utilizes two moving averages: a faster and a slower one. The direction of both moving averages is important! Long position: Enter when the faster MA turns up, crosses above the slower MA, and both MAs are moving up. Short position: Enter when the faster MA turns down, crosses below the slower MA, and both MAs are moving down. Stop loss and trailing stop loss are set at suitable levels to manage risk. I've already backtested the cBot and published all the Trading Results on my Youtube Video, I would appreciate it if you give me a thumbs up and subscribe if you like the cBot. If you have any questions, please don't hesitate!    
paid  26 May 2023
  cTrader Profit Defender is a cBot designed for traders who want to manage their trades with trailing stops. This cBot offers two different trailing stop strategies: Levels and Big Bars. With the Levels strategy, users can set specific trigger and protection levels (in pips), and the trailing stop will move to the next protection level when the respective trigger level is hit. With the Big Bars Trailing, the bot will auto detect big bars and move the stop accordingly to your parameters. This cBot works with as many trades as you want and can alert you about its actions.   >>>>>>>>>>>>>> Click here to get this cBot <<<<<<<<<<<<<<<< Trailing Levels:     As you can see in the image above, this strategy offers 4 basic levels and 1 additional level that keeps adding to the triggers and protections levels. Let's say the last trigger value was 50 pips. If the "Add to Trigger" is set to 10, then the next trigger will be 60, and the next after that will be 70 and so on. The same is true for the Protection level. If the last Protection was 40, then the next protection will be 50 and so on. One thing to consider when using this strategy is to never set the protections to fractional values smaller than the symbol allows, because that won't work. One example is XAUUSD that only accepts integer values. Big Bars Trailing Stop:   With this strategy, the cBot will calculate the average size of the last bars and then compare that with the last closed bar. For example, if you've set the parameters as shown in the image above, and the most recent bar is 1.5 times larger than the average, the cBot will consider it as a "big bar." If you have an open buy position, and you've chosen to include the full range of each candle (including the wicks), the cBot will watch for big bull bars. If the trade is in profit and the cBot detects a big bull bar, it will move the stop loss to just below the low of that bar, plus the number of pips you've specified in the "Add Pips to Stop" parameter. The "Add Pips to Stop" option helps when you want to give a little bit of space for the stop loss. Alerts:   Here you can see the alert options, as you can see, you can receive sound, pop-up, telegram and email alerts. You can also choose which type of alerts you want. Here you can learn how to configure the telegram bot and email: Telegram Alerts Email Alerts   That is everything for now. Just remember that this cBot does not open any type of trade, it only manages the stop loss of trades you or other bots open.   >>>>>>>>>>>>>> Click here to get this cBot <<<<<<<<<<<<<<<< Check out my projects: Indicators: cTrader Fibonacci Alerts cTrader Moving Average Alerts cTrader Bar Close Alert Manager cTrader Unlimited Trendline Alerts cTrader Candlestick Patterns Alerts cBots: cTrader Profit Defender  
Bitcoin M5 cBot
  1
  0
  202
free  25 Apr 2023
Here are the results from our next bot: Bitcoin M5 cBot. The robot was optimized with a FTMO account (BTCUSD cfd) and tick data. Other brokers may produce different results. We will do another optimization loop. Since the results already look very good, the code will propably remain as is (over-optimized code also has its dangers). If we update the code you will find it on our homepage. Strategy The detailed strategy we will not share. We are combining different entry and exit signals. Risk management with SL and TP based on fractals. Money management you can choose lot size or percentage of balance or equity. Backtesting results The optimisation was done with Tick data from 07/2020 to 04/2023 with an FTMO account. The results depend on your broker and the money management. Volume: 0.1% balance percentage –> ~+400% and ~21% equity drawdown with Tick data from 07/2020 to 04/2023 with an FTMO account. Volume: 0.2% balance percentage –> ~+2000% and ~39% equity drawdown with Tick data from 07/2020 to 04/2023 with an FTMO account. Further informations please visit https://smartretailtrading.com/bitcoin-m5-cbot/ or write an email to: info@smartretailtrading.com. We will upload a 14 days trial version here in a timely manner. Best regards and good luck in trading      
free  22 Apr 2023
Rent: 28 EUR/month or 300 EUR/year FREE bot & YOUTUBE video. Download the FREE TEST version here:  https://drive.google.com/file/d/1qu5evQSLHF3lpNqrTFlwD3a0CEYa9CsR/view?usp=sharing You can use it for free until 30.5.2023. New version: AUDUSD 1 Minute bot. Position size is calculated based on risk percentage. There is a discount for renting it - instead of 300 euros for a year, you will pay 250 euros for the entire year. My offer for this discount is only valid until May 30, 2023. My email: algorithmic.trading.eu@gmail.com I had to lower the price. I mostly get emails from clients that have less than 300 eur on their trading account. All my bots now have the same price: Rent: 28 EUR / Month or 300 EUR / Year. You can pay for each month separately. YOUTUBE Video:         *The price for my bot: -To rent my cBot  optimized on the last 6 Years of data: 28 EUR / Month or 300 EUR / Year (Free bot updates are included) There is a discount for renting it - instead of 300 euros for a year, you will pay 250 euros for the entire year. My offer for this discount is only valid until May 30, 2023. -To buy my cBot without the Source Code: 10,000 EUR. This also includes free bot updates for the next 5 years. Optimization of the bot is done on the 6 years of data for aud/usd M1. -To buy my cBot with the Source Code (All the indicators are visible. You can see what logic my bot uses for opening the trades and use all indicators parameters): 30,000 EUR This cBot is very safe and will make great profit in the long run. ***Anyone who rents or buys my bot without the source code gets my free support and free updates for this bot. When I find safer indicator/parameter settings and better performance, I send you a screenshot and new updated bot for free. I will run the Optimization program every month. This way the bot will always work great in the future*   *Stop Loss and Take Profit order on each position. You can change the pip values for Stop Loss and Take Profit in the Parameter window if you want. (If the Stop Loss or the Take Profit is not triggered, the cBot will close the open position sooner when it finds an entry. SL and TP are included just to be on the safe side) You can also close the current open position manually if you want. I usually close the current open position when in good profit if the price is close to the major support level or close to the major resistance level, and do not worry when doing this, the cBot will continue working and open a new position when it finds a new signal. It is a good Risk Management In case there is a power shortage, and you have no electricity, and your computer suddenly shuts off or if your computer loses internet connection for longer time period. Now you can leave your computer at home and go out and enjoy the summertime, go to the beach without having to worry at all because you will know you won't lose your money! You can restart your computer, and when you turn on the cTrader platform and turn on the cBot - it will catch up to the open position and it will close it when it finds a new signal to open a new position. *Parameter ''Stop if Equity Falls Below (%)'' cBot will close all positions and stop opening new positions. Default is set to 20%. You can set it to whatever value you want. (If you use 70% it means when you turn on the cBot and your starting balance is 1000 EUR if the Equity gets to 700 EUR, the cBot will close all positions and stop opening new positions)   HOW TO Accurately BACKTEST THE BOT: www.youtube.com/watch?v=n0AfwcRR5_k&list=PLVkMnR8pfWHGkE1M3J2a1bCgYtU-AsYis&index=4&ab_channel=ClickAlgo   If you have any questions, send me an email: algorithmic.trading.eu@gmail.com     *Download the cTrader platform here:  https://ctrader.com/download/      cTrader Forex & CFD Trading Platform | cTrader Community *Learn about the cTrader automate a bit more here:   -cTrader website: help.ctrader.com/ctrader-automate/ -VIDEO: https://www.youtube.com/watch?v=TstVd9nL2eY&list=PLVkMnR8pfWHGkE1M3J2a1bCgYtU-AsYis * IC Markets broker: https://www.icmarkets.com/global/en/ (my bot works best on the IC Markets broker)   If you want to use my bot, you must open a trading account (IC Markets Global broker) and use the cTrader platform.   * Parameters: -  [Parameter Balance Risk % - Parameter Stop if Equity falls below %,  Stop the cBot if Equity falls below (%) If Initial Balance falls below! (to reset it, stop the bot and turn it on again) - Parameter Stop Loss  (pips),  (Positions are closing on the opposite signal too) - Parameter Take Profit  (pips),  (Positions are closing on the opposite signal too) Other Parameters: - Parameter Symbol & Time Frame, (Currency Pair: AUD/USD & Time Frame: 1 Minute Candlesticks") - Parameter Expiration Date, 30.5.2023 = FREE - GRATIS" - Parameter Contact:  algorithmic.trading.eu@gmail.com  
free  21 Apr 2023
FINALLY.!!!!!!! I have successfully been able to code this. It has no sell or buy algorithm or strategy. THIS  IS A TEMPLATE YOU CAN PUT YOUR STRATEGY IN ONBAR, OR WHEREVER. LET IT DO ITS MAGIC. COMMENT PLEASE Its my first post On CBOTS. I  give it for FREE FREE FREE  KINDLY Donate any amount my paypal - Davidmwabuka@gmail.com If you have  a strategy you want me to code it for you,  EMAIL ME, check me on whatsapp, phone number is on top of this cbot section. 
free  21 Apr 2023
FINALLY.!!!!!!! I have successfully been able to code this. It has no sell or buy algorithm or strategy. THIS  IS A TEMPLATE YOU CAN PUT YOUR STRATEGY IN ONBAR, OR WHEREVER. LET IT DO ITS MAGIC. COMMENT PLEASE Its my first post On CBOTS. I  give it for FREE FREE FREE  KINDLY Donate any amount my paypal - Davidmwabuka@gmail.com If you have  a strategy you want me to code it for you,  EMAIL ME, check me on whatsapp, phone number is on top of this cbot section. 
NASDAQ100 5M cbot
  1
  5
  251
free  21 Apr 2023
The robot was optimized with a FTMO account (US100.cash cfd) and tick data. Other brokers may produce different results. Strategy The detailed strategy we will not share. We are combining entry and exit signals from different moving averages strategies ATRs ADX Risk management with SL and TP based on fractals. Money management you can choose lot size or percentage of balance or equity.   Backtesting results The optimisation was done with Tick data from 11/2020 to 03/2023 with an FTMO account. The results depend on your broker and the money management. Volume: 0.05% balance percentage –> ~+220% and ~11,3% equity drawdown with Tick data from 11/2020 to 03/2023 with an FTMO account.   Volume: 0.1% balance percentage –> ~+570% and ~18,5% equity drawdown with Tick data from 11/2020 to 03/2023 with an FTMO account. Volume: 0.2% balance percentage –> ~+4700% and ~36% equity drawdown with Tick data from 11/2020 to 03/2023 with an FTMO account.   Further informations please visit https://smartretailtrading.com/nasdaq-5m-cbot/ (Here is the 14 days trial version of our NASDAQ-cBot (expiry date 05.05.23). With this you can test the performance at your broker with tick data in backtest and in real trading. The trading volume is limited for this trial version.) or write an email to: info@smartretailtrading.com Best regards and good luck in trading    
free  19 Apr 2023
This Bot can make 1287% per year. Link Free Download Here The parameters are simple, so you only choose your lot and go.
free  21 Apr 2023
Rent: 28 EUR / Month.  Free bot & YOUTUBE video. Download free test version here:  https://drive.google.com/file/d/1bycOH2mRlJAemLCYqVtUimb7_SDIZihD/view?usp=sharing You can use it for free until 30.5.2023. After the free testing you can rent it. The cBot is only for  AUD/USD 1 Minute time frame. You should use the IC Markets broker. This is my new bot. I was running the Optimization program (Grid - brute force) for the logic / indicators my bot uses for many days and I have found better settings with smaller equity drawdown. (I deleted my old bot from ctrader/algos) There is a discount for renting it - instead of 300 euros for a year, you will pay 250 euros for the entire year. My offer for this huge discount is only valid until May 30, 2023! My email: algorithmic.trading.eu@gmail.com YOUTUBE VIDEO 1: (AUTOMATIC position size increasing Enabled)   YOUTUBE VIDEO 2: (FIXED LOT)   SCRENOSHOTS:     AUTOMATIC POSITION SIZE INCREASING ENABLED     *The price for my bot: -To rent my cBot  optimized for the last 6 Years of data: 28 EUR / Month or 300 EUR / Year (Free bot updates are included) There is a discount for renting it - instead of 300 euros for a year, you will pay 250 euros for the entire year. My offer for this huge discount is only valid until May 30, 2023! -To buy my cBot without the Source Code: 10,000 EUR. This also includes free bot updates for the next 5 years. Optimization of the bot is done on the 6 years of data for aud/usd M1. -To buy my cBot with the Source Code (All the indicators are visible. You can see what logic my bot uses for opening the trades and use all indicators parameters): 30,000 EUR This cBot is very safe and will make great profit in the long run. ***Anyone who rents or buys my bot without the source code gets my free support and free updates for this bot. When I find safer indicator/parameter settings and better performance, I send you a screenshot and new updated bot for free. I will run the Optimization program every month. This way the bot will always work great in the future*   *Stop Loss and Take Profit order on each position. You can change the pip values for Stop Loss and Take Profit in the Parameter window if you want. (If the Stop Loss or the Take Profit is not triggered, the cBot will close the open position sooner when it finds an entry. SL and TP are included just to be on the safe side) You can also close the current open position manually if you want. I usually close the current open position when in good profit if the price is close to the major support level or close to the major resistance level, and do not worry when doing this, the cBot will continue working and open a new position when it finds a new signal. It is a good Risk Management In case there is a power shortage, and you have no electricity, and your computer suddenly shuts off or if your computer loses internet connection for longer time period. Now you can leave your computer at home and go out and enjoy the summertime, go to the beach without having to worry at all because you will know you won't lose your money! You can restart your computer, and when you turn on the cTrader platform and turn on the cBot - it will catch up to the open position and it will close it when it finds a new signal to open a new position. *Parameter ''Stop if Equity Falls Below (%)'' cBot will close all positions and stop opening new positions. Default is set to 20%. You can set it to whatever value you want. (If you use 70% it means when you turn on the cBot and your starting balance is 1000 EUR if the Equity gets to 700 EUR, the cBot will close all positions and stop opening new positions)   HOW TO Accurately BACKTEST THE BOT: www.youtube.com/watch?v=n0AfwcRR5_k&list=PLVkMnR8pfWHGkE1M3J2a1bCgYtU-AsYis&index=4&ab_channel=ClickAlgo   If you have any questions, send me an email: algorithmic.trading.eu@gmail.com     *Download the cTrader platform here:  https://ctrader.com/download/      cTrader Forex & CFD Trading Platform | cTrader Community *Learn about the cTrader automate a bit more here:   -cTrader website: help.ctrader.com/ctrader-automate/ -VIDEO: https://www.youtube.com/watch?v=TstVd9nL2eY&list=PLVkMnR8pfWHGkE1M3J2a1bCgYtU-AsYis * IC Markets broker: https://www.icmarkets.com/global/en/ (my bot works best on the IC Markets broker)   If you want to use my bot, you must open a trading account (IC Markets Global broker) and use the cTrader platform.   * Parameters: - Parameter Enable Position Sizing YES/NO (for Double the position size), Double position size if balance Balance Changes %" - Parameter Double Position size when Balance + %  Double the position size if balance Balance Changes %" - Parameter Halve Position size when Balance - %  Decrease / Halve position size if balance Balance Changes %" - Parameter Stop if Equity falls below %,  Stop the cBot if Equity falls below (%) If Initial Balance falls below! (to reset it, stop the bot and turn it on again) - Parameter Stop Loss  (pips),  (Positions are closing on the opposite signal too) - Parameter Take Profit  (pips),  (Positions are closing on the opposite signal too) Other Parameters: - Parameter Symbol & Time Frame, (Currency Pair: AUD/USD & Time Frame: 1 Minute Candlesticks") - Parameter  Position size (Lots),   (150 eur/usd = 0.02 Lot, 1000 eur/usd = 0.15 Lot) - Parameter Expiration Date, 30.5.2023 = FREE - GRATIS" - Parameter Contact:  algorithmic.trading.eu@gmail.com