Category Other  Published on 02/12/2019

Arbitrage-GURU

Description

Arbitrage-GURU is a profitable triangular arbitrage strategy with very low risk.

This cBot is not free!  Please do not download because the idea and the source code are not public!  

Tested and optimized for Y2018 with Real tick data by Metatrader5  (unfortunately cTrader does not make backtest more than one currency pair at same time). 

If you need a custom indicator or cBot: visit www.algoguru.hu

AlgoGURU is a software decveloper and cTrader Consultant with 8+ yrs FX develepoling (cTrader, MT4, MT5) experiences. 

Check my other works!

Thanks,


using cAlgo.API;
namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class AlgoGURU : Robot
    {
        protected override void OnStart()
        {
            string msg = "If you need a custom indicator or cBot please visit: www.algoguru.hu";
            ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
        }
    }
}


AlgoGuru's avatar
AlgoGuru

Joined on 29.11.2018

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURU.algo
  • Rating: 5
  • Installs: 1374
Comments
Log in to add a comment.
No comments found.