Category Other  Published on 02/12/2019

Holy Grail 2015 )

Description

Opposite trading, no any guarantees in real trading. Free!

Test for example, icmarkets broker, GBPUSD from 01.05.2015,

use Tick data, commission 30$ per Million, 

and just enjoy !

you can download here 

http://www.kratx.com/grail


using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;

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


        protected override void OnStart()
        {
            ChartObjects.DrawText("Kratx Squad", "Please DOWNLOAD from http://www.kratx.com/grail", StaticPosition.Center, Colors.White);
        }

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

        protected override void OnStop()
        {

        }
    }
}


KRATX.COM's avatar
KRATX.COM

Joined on 01.01.2017

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: gr.algo
  • Rating: 0
  • Installs: 2564
Comments
Log in to add a comment.
EE
eevecross4 · 1 year ago

Practice Through with Most Current SAA-C03 Exam Questions - Latest PDF Dumps You'll be able to also get the SAA-C03 exam real questions to get IT Certification easily.

CO
codey · 2 years ago

This robot asks Unlimited Access Rights.  Is it safe to allow this?    

Has anyone tried this robot on live?  Any results to share?

SI
simba · 2 years ago

"it's not a robot for real trading" ? lmao

KRATX.COM's avatar
KRATX.COM · 7 years ago

Jiří Běloch, a professional who knows the type of the profit curve may discern what is the basis of trade principle, I see you're not new to this so it looks like a trolling chat. Again - it's not a robot for real trading it is just entertainment for the tester. Like clearly explained....

Jiri's avatar
Jiri · 7 years ago

Are your other robots based on negative spread as well?

KRATX.COM's avatar
KRATX.COM · 7 years ago

file which can be seen here as the code it is empty so right do not matter at all ....... I see you have already downloaded here indicators you should be aware of this, and specifically fixed for you in the main file set no rights if there are suspicions.

Jiri's avatar
Jiri · 7 years ago

What's the purpose of posting such a robot? If it's for education porpose why don't you upload the algo file with the source code here so we can actually learn something about it? Why does it require full permission?

KRATX.COM's avatar
KRATX.COM · 7 years ago

Read above it's free to download the bot, not for real trading uploaded only for educational purposes, what these arguments ? want to look at the code well, then please understand for one permission ...

Jiri's avatar
Jiri · 7 years ago

Additionally the algo requires full permission for no reason. I would love to know why. :)

Jiri's avatar
Jiri · 7 years ago

After seeing this I highly recommend staying away from KRATX. This kind of algorithm is just abusing negative spread in the historical data. Live trading this particular strategy would lead to guaranteed instant loss.

TR
trend_meanreversion · 7 years ago

Nice one mate, really impressive but i know this won't work in real trading environment ( only simulations ). You are trying to trade bid/ask crossovers but in live environment , these events (even though they exist) are non-tradable for 'retail' .