cBots

26 Sep 2023, 14:52
The Trend Following Strategy is designed to capitalize on potential trends of the USDJPY  in the forex market. This versatile trading robot combines technical analysis indicators, including the Relative Strength...
26 Sep 2023, 14:43
Check it here
Free USDJPY 30MIN MOVING AVERAGE SNIPER
 1
  0
  829
06 Oct 2023, 14:09
The MA Sniper is a trading robot that employs a simple yet effective strategy. It uses a defined Simple Moving Average (SMA) to identify potential buying opportunities. When the closing...
Paid USDJPY 6H RISK CONTROL SNIPER
 2
  0
  0
18 Oct 2023, 13:30
The RS Sniper trading strategy is designed to be a straightforward yet powerful approach for identifying and executing trading opportunities . This strategy relies on a well-defined technical indicator, the...
Paid USDJPY 6H RISK CONTROL SNIPER
 0
  0
  0
18 Oct 2023, 13:30
USDJPY 6H RISK CONTROL SNIPER
Paid usdjpy killer
 1
  5
  0
08 Jan 2024, 21:06
It uses a combination of Simple Moving Averages on 5 minutes time frame.
Paid Verto Metals & Oil Trader
 2
  0
  738
13 Apr 2021, 11:48
Verto Auto Trader cBot. Designed primarily for Metals & Oil Trades. Can be used for Forex, however do so at your own risk. VERTO METALS & OIL TRADER Built with...
Free volum zaki
 0
  0
  655
24 Dec 2022, 13:11
welcome volume
Free Vub
 0
  0
  124
03 Apr 2024, 09:17
Gubu
Free Vub
 0
  0
  93
03 Apr 2024, 09:17
Gubu
Free WildX
 0
  0
  406
16 Aug 2023, 01:03
This is a simple Moving average cross over stratigy with Wilder Smoothing It is set to increase/decrease lot size depending on account  using System;using System.Linq;using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;namespace cAlgo.Robots{  [Robot(TimeZone = TimeZones.UTC, AccessRights...
Paid wws33
 0
  0
  0
03 Nov 2023, 18:12
using System;using cAlgo.API;using cAlgo.API.Indicators;namespace cAlgo.Robots{   [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class CustomBot : Robot   {       [Parameter("Initial Volume (Lots)", DefaultValue = 0.01, MinValue = 0.01)]     ...
Free XKalibur
 1
  0
  3065
02 Dec 2014, 20:24
//Date: 02/12/2014 //Country: Chile //Copyright: Felipe Sepulveda Maldonado  //LinkedIn: https://cl.linkedin.com/in/felipesepulvedamaldonado //Facebook: https://www.facebook.com/mymagicflight1 //Whats Up: +56 9 58786321 //Donations Wallet: wallet.google.com felipe.sepulveda@gmail.com // //Recomended Timeframe: Minute, for more frequency and accuracy. //Cheers! using System; using System.Linq;...
Free Xkalibur Ba
 2
  0
  3221
18 Dec 2014, 19:24
//Momentum WillR% + Hull HMA tendence cBot. cBit also generate an oposite position if it tends to lose. ///algos/indicators/show/603   //#reference: ..\Indicators\EHMA.algo //Needs to install: /algos/indicators/show/17, Manage references. // //Date: 17/12/2014...
Free yuriy999
 1
  0
  2067
20 Mar 2017, 15:16
// ------------------------------------------------------------------------------------------------- // //    This code is a cAlgo API sample. // //    This cBot is intended to be used as a sample and does not guarantee any particular outcome or //    profit...
Free Zelphin Scalper II
 10
  2.5
  13422
27 Jun 2015, 11:30
programme original de Mark Jensen Zelphin Scalper Author : Abdallah HACID Solution Visual studio   Uses simple moving average and stochastic oscillator to find a good trade opportunity tested using GBPUSD...
Free ZigZagBot
 15
  1.25
  9012
09 Jan 2014, 15:36
Strategy using ZigZag Indicator.  The zigzag is an Indicator that is usually used as a filter of small price momements. /algos/indicators/show/157