- Home
- Algorithms
Algorithms
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 installHow to install cBots & Indicators
- Download the Indicator or cBot.
- Double-click on the downloaded file. This will install all necessary files in cAlgo.
- Find the indicator/cbot you want to use from the menu on the left.
- Add an instance of the indicator/cBot to run.
- Download the Indicator
- Double-click on the downloaded file. This will install all necessary files in cTrader.
-
Select the indicator from Custom in the functions (f) menu in the top center of the chart
- Enter the parameters and click OK
AW set TP-SL percent
1
0
182
free
05 May 2023
this bot set take profit and stop loss for all position by percent based on balance
Singularity-IQR SmartPro
0
0
103
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!
Sample Telegram Function
0
5
117
by aksbenz
free
30 Apr 2023
Use the below Telegram function to send telegram messages in your Indicator.
Search on google on how to create Token using BotFather and get ChatId
public void SendTelegram(String Token, String ChatId, String msg)
{
try
{
HttpRequest req = new(new($"https://api.telegram.org/bot{Token}/sendMessage?chat_id={ChatId}&text={msg}"));
req.Method = HttpMethod.Post;
var res = Http.Send(req);
if (!res.IsSuccessful)
msg += $": Error Sending Telegram Message: {res.StatusCode}, {res.Body}";
else
msg += ": Success";
}
catch (Exception e)
{
msg += ": EXCEPTION : " + e.Message + "\n\n" + e.StackTrace;
}
Print(msg);
}
cTrader Profit Defender
1
5
85
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
215
by ctid6001988
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
by filip.tc
paid
24 Apr 2023
Enhance your trading strategy with the cTrader kNN-Based Market Prediction Indicator, which offers a robust framework for evaluating the potential predictive value of various market indicators. With this powerful tool, you can efficiently identify trends and make informed decisions in the ever-changing world of trading.
-- Download HERE --
This indicator is a powerful tool that utilizes the classic k Nearest Neighbors (kNN) machine learning algorithm to forecast potential market moves. As an unsupervised and straightforward learning algorithm, kNN offers a simple yet effective way to predict future market trends based on historical data.
By comparing the current indicator values with the k-nearest neighbors in the past data, the kNN algorithm can classify the current point and provide a prediction for the next market move, be it for tomorrow, next month, or even further into the future.
The two-dimensional kNN algorithm examines past occurrences when the two indicators were at similar levels, evaluates the state of the k nearest neighbors, and uses this information to classify the current point. This approach allows for the quick and efficient testing of various indicators, such as RSI, COG, WPR, etc., as well as an average of all, to assess and utilize their predictive value.
The output of this indicator will draw buy/sell markers signals, in different opacities marking indicator confidence.
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
by davidmwabuka
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.
by davidmwabuka
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
258
by ctid6001988
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
by nghiand.amz
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.
Copyright © 2023 Spotware Systems Ltd. All rights reserved.