Category Other  Published on 03/05/2021

Dragon money forex

Description

his production version of dragon money forex . This bot help you run with profit, with 1000$ just run with volume 0.01, on M1 bar with money pair like GPBUSD, EURUSD for demo account or backtest

demo free for demo account and backtest ​ Dragon money forex demo ​

Pro : ​ Dragon money forex pro

Pro  with source code : Dragon money forex pro with source code

 

 


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 DragonMoneyOnline : Robot
    {

        protected override void OnStart()
        {
            // Put your initialization logic here
            if (RunningMode == RunningMode.RealTime || RunningMode == RunningMode.VisualBacktesting)
            {
                Chart.DrawStaticText("download", "\n\n\n\n To download the demo Version please visit:  https://gum.co/tpZqo  \n\nTo download the PRO Version please visit:  https://gum.co/JAiym OR https://gum.co/FIacG for full source code" + "\n\nContacts please write to: nghiand.amz@gmail.com", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Yellow);
            }


        }

        protected override void OnBar()
        {

        }

        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }
    }
}


nghiand.amz's avatar
nghiand.amz

Joined on 06.07.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: DragonMoneyOnline.algo
  • Rating: 5
  • Installs: 826
Comments
Log in to add a comment.
KI
kikihilopa · 1 year ago

nice

nghiand.amz's avatar
nghiand.amz · 3 years ago

could you show me an example?