cBots

free Example of how to use Log4Net
 2
  0
  192
02 Mar 2023, 05:28
Long ago I tried to get this done but wasn't able to. Here's an example of how to use it with cTrader, the example given is with a RollingFileAppender 1...
paid MACD with hedge 300%/year
 1
  0
  258
28 Feb 2023, 15:34
This bot uses MACD with a hedge.     Parameters: Label: Label of bot Initial Lot: Lot to trade From UTC: Time Bot run at begin To UTC: Time bot...
free MACD Market Timer v2
 3
  0
  1310
24 Jan 2023, 05:49
Bot MACD opens positions at the close of bars, macd signal in favor of the trend. Just turn on the robot on buy or sell sentiment 50% Automatic If you...
22 Jan 2023, 23:57
I downloaded a simple Macd crossover algo that was free because I'm trying to learn. Everything seems fine but what do I know right? It compiles but places no trades....
free (Fx4U) Notify orders to Telegram
 1
  0
  11448
by Fx4U
22 Jan 2023, 06:31
Functions of the robot: - Check the change in the account within a preset period to notify the group or channel Telegram. Including, announcement of opening and closing positions, opening and closing...
free moving average
 1
  0
  951
19 Jan 2023, 20:26
from datetime import datetime import backtrader as bt # Create a subclass of Strategy to define the indicators and logic class SmaCross(bt.Strategy):     # list of parameters which are...
free Martingale with Trailling Stop
 6
  0
  1072
13 Jan 2023, 19:35
It uses several parameters such as Initial Volume, Stop Loss, Take Profit, Trailing Stop Loss, and Spread Limit to execute trades on the market. The robot has a random trade...
free winner fx
 1
  0
  966
10 Jan 2023, 12:06
greats profits
free Usain Bot - Day Trader
 3
  0
  938
08 Jan 2023, 20:15
The most faster Bot for Day Trader Indicators in Bot: RSI + ParabolicSAR + OBV With Trailing Stop Bot close positions if has been open for more than 2 hour....
free News triger bot with trailing stop
 4
  5
  586
28 Dec 2022, 19:35
Robot Create For Pending Order before the News, Exactly on second and add trailing stop Parameters: News Hour UTC - Hour when news will be published (UTC time) News Minute...
free volum zaki
 0
  0
  379
24 Dec 2022, 13:11
welcome volume
free Progressive Stoch
 1
  5
  1075
22 Dec 2022, 20:11
- This cBots works with EURUSD, AUDUSD, EURAUD, EURGBP, GBPUSD, NZDUSD, USDCAD, USDCHF, USDJPY - TimeFrame 4h - Not use StopLoss and for this reason you need to set lots...
free News triger bot
 1
  0
  456
20 Dec 2022, 19:20
Robot Create For Pending Order before the News, Exactly on second Parameters: News Hour UTC - Hour when news will be published  News Minute - Minute when news will be...
free Alpilean Reviews
 0
  0
  349
16 Dec 2022, 18:02
Alpilean is a weight reduction pill that assists you with consuming fat by focusing on your internal heat level. It works by expanding digestion and controlling your hunger. The fixings...
free Alpilean Reviews
 0
  0
  293
27 Nov 2022, 17:50
Alpilean is a weight reduction pill that assists you with consuming fat by focusing on your internal heat level. It works by expanding digestion and controlling your hunger. The fixings...
free Alpilean Reviews
 0
  0
  316
23 Nov 2022, 02:01
Alpilean is a weight reduction pill that assists you with consuming fat by focusing on your internal heat level. It works by expanding digestion and controlling your hunger. The fixings...
paid Price Action Analyst Cbot
 1
  2.5
  518
21 Nov 2022, 15:37
Hi fellow Ctraders, its been a while since I published on this platform, but due to the success of my previous Cbots, I was always woeórking on something new, just...
18 Nov 2022, 14:38
I promote all my bots in November to 9$ You can check at Demo Free: https://nghia312.gumroad.com/?max_price=8 BlackFriday: https://nghia312.gumroad.com/?min_price=9    
free fsgesg
 1
  0
  370
14 Nov 2022, 20:01
reswtewrtgqeawrhqer
free Fibo
 1
  0
  634
by mh_82
10 Nov 2022, 10:42
fibo cos
paid SevenTrader
 3
  0.63
  579
04 Oct 2022, 01:36
By recognizing the fractal in different times, the bot starts trading in a scalping manner in the gold chart and the set time. And with beautiful transactions in both directions,...
free MACD Market Timer
 1
  0
  846
18 Sep 2022, 22:03
 Robot with MACD signal trend. M30 -H4 GBPUSD. if the market changes the primary trend to high, change the code indicated. I'm working to adjust this function. https://paypal.com/donate/?hosted_button_id=7Z3P95CZYT5CA    
paid Sticky Levels
 1
  0
  826
20 Aug 2022, 19:21
This none trade execution bot identifies levels where price tends to close, providing good indication of Supply and Demand areas. Bot is configurable for any timeframe, with self explanatory parameters....
paid Diamond clue
 1
  0
  816
20 Aug 2022, 16:47
​ hello guys I have a bot that has amazing results I worked on it for years and used more than 400 lines of code without using any indicators. And...
free cBot - Engulfing - 100% automatic
 15
  0
  2511
04 Aug 2022, 11:07
Download here: cTrader Guru | Engulfing   We are really excited about sharing our best totally free cBot ( just a free registration required to download ), find more details at...
free Trend Master
 12
  5
  1601
04 Aug 2022, 11:01
  #TrendMaster  is one of the most powerful cBots ever developed, its reliability and robustness is close to perfection, free for all.   DOWNLOAD : https://ctrader.guru/?repository=cbots-mega-pack&category=cbots          
free Copy-Trading for cTrader / MT4 / MT5
 52
  5
  1964
04 Aug 2022, 10:59
Hello friends, we have just released the ZeroMQ version of Bifrost, the Copy-Trading Cross-Terminal cTrader / MT4 / MT5 system. Its operation is easy and intuitive, I recommend you to...
free Sarry
 10
  5
  1496
04 Aug 2022, 10:56
#Sarry is one of the most powerful scalper ever, if you don't believe me download the backtest only version and do your tests. Download Here        
free following bot
 3
  0
  1149
by Al-N
03 Aug 2022, 18:51
this is just a simple bot that opens trades buy/sell and trails with sl in endles loop.
free following bot
 3
  0
  705
by Al-N
03 Aug 2022, 18:48
using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; namespace cAlgo { [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class TrailingStopLossSample : Robot { [Parameter("VolumeInLots", DefaultValue =...