cBots

Free Copy Trades from JSON
 0
  5
  1104
01 Nov 2021, 16:14
I've written a cBot for myself for copying trades from 2 MT4 accounts to a cTrader one JSON is exported from MT4 using the following EA, but you can write...
Free Hotkeys Tool
 0
  5
  1483
23 Sep 2021, 12:40
This is a sample cBot that shows how you can use cTrader Automate API hotkeys feature to add hotkeys on your cBots/indicators. With this cBot you can execute all kinds...
Free VFX MultiSymbol Spread Analyzer v1.5
 3
  5
  1319
21 Aug 2021, 22:52
VFX MultiSymbol Spread Analyzer allows you to analyze, evaluate, and compare spreads and trading costs of multiple symbols from the historical Tick data of various brokers. You can set up the...
02 Jun 2021, 11:16
I have programmed a very simple implementation of the London breakout strategy. To know more about the London breakout strategy, see the videos in Youbute: https://www.youtube.com/results?search_query=london+breakout+strategy This work has been...
Free The real TSL (trailing-stop-loss)
 5
  5
  2109
by al-n
25 May 2021, 20:12
// this trailing stop allows you to set your steps in 0.1 pips and follows the current market price using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; namespace cAlgo.Robots {     [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class my_tsl :...
Free Open Close Timer
 2
  5
  1680
12 May 2021, 15:24
Robot places buy and sell orders at specific time and robot can close them at a specific time too. Parameters: Open Hour - Hour when order will be placed (your...
Free ClickEntry
 7
  5
  1504
31 Mar 2021, 05:02
Run this tool and click on the chart price you want to set as a stop loss and an entry order with a stop loss will be sent.    Other...
Free Trading Panel Experto
 4
  0
  2147
29 Mar 2021, 09:49
This is a Simple Trading Panel, that allows you to backtest your strategies, by setting you Stop Loss in Pips, Take Profit in Pips, choosing the the number of Lots,...
Free Move Stop Loss 4 Take Profit
 8
  5
  2270
21 Mar 2021, 04:51
Trailing Stop  Take Profit (1,2,3,4) Break Even
Free OrglobalFx_BreakEven cBOT
 7
  5
  1679
12 Mar 2021, 12:16
//OrglobalFx_BreakEven cBOT // orglobalng@gmail.com // Will move stoploss to breakeven and trail the price.
04 Mar 2021, 11:11
OrglobalFx_Simple_Waddar_cBOT_v1_1 with breakeven orglobalng@gmail.com Reference from Waddah Attah Exploasion  https://ctrader.com/algos/indicators/show/2609   Logic Update:  Buy =  Histogram (Green) > Explosion Line (Yellow)  for the Last Bar  Sell = Histogram (Red) > Explosion Line...
Free OrglobalFx Simple RSI cBOT
 0
  0
  1588
03 Mar 2021, 13:51
OrglobalFx Simple RSI cBOT v1.0 Contact: orglobalng@gmail.com   Logic: Buy = rsi > 50  and < 70 and is rising. Sell = rsi >30 and < 50 and is falling    
Free cMAM
 8
  5
  4098
02 Mar 2021, 08:40
It's an application that allows you to manage multiple cTrader accounts from one place and copy one account trades to another account. cMAM uses Spotware Connect API so it works...
Free Hidden Protection
 2
  5
  2309
02 Mar 2021, 08:39
A tool for cTrader that allows you to set multiple hidden SL/TP levels for your orders. Free Download Trial Version / Buy: https://www.algodeveloper.com/product/hidden-protection/ If you have any question or issue with...
Free Manual Strategy Tester
 0
  5
  2340
02 Mar 2021, 08:39
This cBot allows you to use the cTrader back tester as a manual strategy testing environment, you will be able to test your manual strategies on cTrader back tester. Free...
Free Trading Hotkeys
 0
  0
  1233
02 Mar 2021, 08:39
By using this cBot you will be able to execute trading operations on your cTrader with your keyboard, you can select any of the keyboard keys. If you have any...
Free cTrader Read Excel Data
 16
  5
  3180
26 Feb 2021, 08:55
Execute trades example using LinqToExcel and LINQ to easily read an Excel or CSV file into your Automated Trading Robot. Download Source Code Here Please note that this is an...
Free cTrader Simplified Excel Write
 6
  5
  2765
26 Feb 2021, 08:54
The robot gets the market series data for an instrument and stores the information in an excel file specified from your user-defined parameters. To operate you run a back-test between...
Free cTrader Backtest Data Wizard
 1
  0
  2223
26 Feb 2021, 08:48
This tool is useful for traders who have automated trading systems using the cTrader trading platform and need to test their strategy with much more data so that they capture as...
Free cTrader Profit & Loss Targets
 1
  0
  2530
26 Feb 2021, 08:44
Traders who just want a simple method to lock in their profits or reduce their losses can use this cTrader cBot (robot) that will make sure that your profit and...
Free Configure Your Email, Telegram & SMS
 2
  0
  1716
26 Feb 2021, 08:36
This FREE tool has been developed to help customers who use the cTrader trading platform test their Email, Telegram and SMS settings to make sure they are working correctly for...
26 Feb 2021, 08:35
We have developed a FREE experimental prototype voice recognition trading assistant that will allow you to talk to the trading platform. You have the ability to choose your own voice...
Free cTrader Forex Screener
 0
  0
  1607
26 Feb 2021, 08:18
The cTrader Forex Screener allows you to filter symbols based on technical and fundamental data with various technical indicators, it provides custom filters on the data columns and lets you...
Free cTrader Cross-Rate Forex Widget
 0
  0
  1181
26 Feb 2021, 08:17
The cTrader Forex Cross-rates widget will allow you to display real-time quotes of all the major currencies and compare them to the other major currencies at a glance. This cTrader Major Currency...
Free cTrader Crypto Screener
 1
  0
  1386
25 Feb 2021, 14:34
The cTrader Cryptocurrency Market Screener is easily launched from the trading platform which allows traders to search for the best coin to invest from in-depth filtering of both fundamental and technical...
Free TimeOrder
 1
  0
  1447
by MoeT
17 Feb 2021, 14:10
Place an order at a specific time. It can be Market, Limit, Stop, or Stop Limit order.  Can place two orders from one cBot instance. It was created for placing...
Free Order Cancels Order (OCO)
 4
  5
  3890
by Waxy
28 Jan 2021, 04:43
Similar to my previous OSO Bot, the OCO Bot handle 2 order, if any of those orders is executed the remaining order will be canceled. Type Buy or Sell and...
Free Order Sends Order (OSO)
 0
  5
  3127
by Waxy
28 Jan 2021, 04:43
This is a Bot that handles OSO Type Orders, it works only for 2 orders, you Type if you wanna Buy or Sell, the prices and the bot will handle...
Free Closing Button (日本語版)
 1
  0
  1249
by summer
20 Jan 2021, 12:06
「通貨ペア」ボタン = チャートの通貨ペアのポジションを全て決済します 「全て」ボタン = 通貨ペアに関わらずすべてのポジションを決済します
Free Cross EMA - v2
 0
  5
  2499
17 Nov 2020, 02:39
This robot crosses some averages and adds some other criteria for your entries and to better protect your money. Tested and used on GBPUSD and EURUSD. It also had good...