Category Other  Published on 02/12/2019

SK1 - Moon Chaser - v1

Description

Hi,

made $100,000 Net Profit.  This compact Robot "Moon Chaser ver 1" to be used as template for further development.  Have backtested and optimized on GBP-AUD from 05-Jan-2015  to  28-June-2019 (3.5 years), Starting Capital USD 3K. TimeFrame 1Hr, Broker "FxPro".  You have to find your own optimized settings for different Brokers.  (example: for Broker = IC Market, you require Starting Capital greater than 15K for it to run on these default settings).

Max Draw Down = USD 15K approx.  which means you need to have a minimum account size of 20K so it can handle trade easily.

Since, the cBOT runs onBAR method and not onTICK so one can simply load the H1 bar data.

Default Settings are good for this period.  You will have to find your own settings for different period and Broker.

You can download it from here below (click on the link below):

http://bit.ly/2XSBwPe

Contact me on : skhan.projects@gmail.com  (if you have something important to share and new ideas)

Leave your comment below and show your backtest results with settings for benefit of everyone.

would like to charge USD 50 per month If you want to Run this on Live or Demo Account. It comes to USD 600 per year.

Thank you

///SKhan

 

Statistics :

Equity Graph:

 

Full Draw Down Values in USD


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
using System.Windows.Forms;
using System.Threading;

// To download the cBOT please visit this site : http://bit.ly/2XSBwPe

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class SKhan_MoonChaser_MessageBox : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        private static Mutex dialogMutex = new Mutex();
        private static bool dialogIsShownOnce = false;

        protected override void OnStart()
        {
            ShowDialogBox();
        }

        protected override void OnTick()
        {
            // 
        }

        protected override void OnStop()
        {
            // 
        }

        public static void ShowDialogBox()
        {
            dialogMutex.WaitOne();

            if (dialogIsShownOnce)
                return;

            var msgbox = MessageBox.Show("Press Yes, to download from the website", "Downloading...", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

            if (msgbox == DialogResult.Yes)
            {
                System.Diagnostics.Process.Start("http://bit.ly/2XSBwPe");
            }

            dialogIsShownOnce = true;

            dialogMutex.ReleaseMutex();
        }
    }
}


GoldnOil750's avatar
GoldnOil750

Joined on 07.04.2015

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: CTDN - Show Dialogue Box.algo
  • Rating: 0
  • Installs: 1360
Comments
Log in to add a comment.
HA
hacofif153 · 2 years ago

The template of making a profit is necessary for the development of the people. Finding the perfect template for google slides is not a tough job now because of https://masterbundles.com/best-ocean-google-slides-and-powerpoint-themes/ as they are providing to everyone who is looking to get one.

EV
evgrinaus · 3 years ago

Is this a Grid or Martingale system?

If not, what is the basis of the trades made?

I cannot buy an algo or justify if I know nothing about it.

GoldnOil750's avatar
GoldnOil750 · 4 years ago

Hi,

I have shared the download link...  download it from there and use it on demo accounts...

CT
ctid242313 · 4 years ago

Valium, thanks for your comment and rational analysis!!!

 

GoldnOil750, if your robot is working so well, just document it or let people try it on demo accounts!

 

GoldnOil750's avatar
GoldnOil750 · 4 years ago

mind over matter.
You don't like something, simply move on. don't spoil this community. Get a life !

VA
Valium · 4 years ago

A grid / hedging algo i meant... sorry hate typing

VA
Valium · 4 years ago

IC markts charges 30/million, fx pro 45/million... and let me get this straight you want to lisence an algorithm without any explaination of its logic, or even position sizing and basic perameters for USD600 and you are advising people to expect a drawdown of 75%... and you clearly know that a robot is only as good as it is able to prform with unforseen data... i could write a drig hedging algorithm in 30 mins that could generate wild profitss if backtested long enough.. the only people more absurd than you are the people that pay for this pice of mystery!

 

DONT BUY IT, but hey i'm just a BAdvSc (B advanced science in appplied math), grauate with a capsone in data analytics half way through his masters of  actuarial science who also happends to have a BA (philosophy) & MBBS (medical degree) so it not like i would know anything about such things.