Mission
Zion Trading Algos(ZTA) builds fully automated futures trading algorithms for traders and busy professionals. The goal is to help you find success in the difficult world of trading using automation.
Zion Trading Algos
Fully automated futures trading algorithms for busy professionals.
// Import the ZTA Enlightenment Framework
using Trading.Realizations;
// Initialize our struggling trader
var trader = new HumanTrader("Bob");
trader.StartingBalance = 10000;
trader.EmotionalState = "Hopeful";
// Begin the daily grind
while (trader.AccountAlive)
{
trader.StareAtCharts();
trader.DrawRandomTrendLines();
trader.EnterTrade("GutFeeling");
if (trader.TradeGoesAgainstHim())
{
trader.MoveStopLoss("JustOneMoreTick");
trader.YellAtMonitor();
trader.CheckReddit("r/Daytrading");
}
if (trader.AccountBalance < 5000)
{
Console.WriteLine("Bob whispers: 'Maybe trading isn’t for me…'");
trader.ReflectOnLifeChoices();
}
// Epiphany moment
if (trader.WatchesYouTube("Algorithmic Trading Explained"))
{
trader.SeenTheLight = true;
break;
}
}
// Transition to automation
var algo = new QuantBot("QuantSniper");
algo.Configure(new StrategySettings { RiskPerTrade = 0.01, Emotionless = true });
algo.ConnectToBroker("ZionTradingAlgos");
// Hand over the reins
trader.DelegateAllTradingTo(algo);
Console.WriteLine("Bob: 'My algo doesn’t get emotional… or need coffee.'");
// Enjoy the peace
while (true)
{
trader.CheckPortfolio();
Thread.Sleep(3600000);
}
Join a community of 200+ algo traders
Less screen time. More time to focus on what truly matters.
Last updated
