Category Other  Published on 02/12/2019

DayTrade-GURU

Description

This robot uses multi timeframe analysis to find the best entry point with proper StopLosses and TakeProfits.  

Test parameters: EURUSD/Hourly Period: 2016/01/01 - 2018/12/31

Please do not download. This is a codeless version. If you need a custom indicator or cBot: please visit: www.algoguru.hu

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


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: 0
  • Installs: 1944
Comments
Log in to add a comment.
No comments found.