Holy Grail 2015 ) paid
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
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() { } } }

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' .

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.

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

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 ...

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?

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.

Are your other robots based on negative spread as well?

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....

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

This robot asks Unlimited Access Rights. Is it safe to allow this?
Has anyone tried this robot on live? Any results to share?