/* global React */ // ─── Trust / founder block ─────────────────────────────────────────────────── function Founder() { return (
building trading software since 2008

“We removed subjective drawings from the chart to give traders a mathematical edge”

Alexei Kuntysh
Alexei Kuntysh
Founder, Nordman Algorithms
4.7 ★Trustpilot

I'm Alexei Kuntysh, founder of Nordman Algorithms. I've been building software for traders since 2008, and in 2018 we brought that work under Nordman Algorithms — designing custom indicators, cloud trade-copying systems and automation. Across those years we've delivered more than 3,000 projects for private traders and investment funds.

My path into algorithmic trading started in fintech and large-scale e-commerce operations, where I ran development teams of 10 to 50 people. Once I moved into financial markets, I quickly saw the core problem retail traders face: they're analyzing an empty chart. Geometric shapes, trendlines drawn off candle wicks, and repainting oscillators create an illusion of analysis — while the market obeys only one law: supply, demand and the volume of real money.

We built Nordman Indicators to do more than draw a pretty picture. Our goal is to give you reliable infrastructure that captures tick data from the exchange, structures it, and renders the clean physics of the market auction on your screen. Every product calculates on closed bars, follows NinjaTrader 8 mechanics strictly, and never repaints. We take our reputation seriously and build software you can rely on in live trading.

3,000+
projects delivered
4.7★
Trustpilot rating
2008
building for traders since
); } // ─── Pricing matrix ────────────────────────────────────────────────────────── function Pricing() { const components = [ { name: 'NinjaTrader Volume Profile Indicator', desc: 'Dynamic POC, Virgin POC, Value Area', std: '€225', bundle: '€180' }, { name: 'NinjaTrader FootPrint OrderFlow Indicator', desc: 'Cluster volume, Bid/Ask analysis, delta', std: '€225', bundle: '€180' }, { name: 'NinjaTrader Intraday Value Area Breakout Indicator', desc: 'Range-breakout signals', std: '€200', bundle: '€160' }, { name: 'NinjaTrader Anchored VWAP Indicator', desc: 'Control analysis from any chosen point', std: '€150', bundle: '€120' }, { name: 'NinjaTrader VWAP Indicator', desc: 'Dynamic session average price with 3 deviations', std: '€150', bundle: '€120' }, ]; const lifetimeFeatures = [ 'Lifetime license for all 5 bundle indicators', 'All future software updates included', 'Exposed Plots for BloodHound and BlackBird', 'License for 1 working PC', 'Priority technical support', ]; return (
bundle value structure

Invest in professional software once — use it forever

Standalone catalog prices vs. what each tool costs inside the bundle. The bundle price applies only when the full suite is purchased together.

{components.map((c, i) => ( ))}
#IndicatorStandaloneIn bundle
{i + 1} {c.name}
{c.desc}
{c.std} {c.bundle}
Total for all 5 indicators €950 €760
INCLUDED · 01

Priority technical support

Skip the queue. Get direct, priority help with installation, chart-template import and display configuration — fast answers from the team that built the indicators, not a generic ticket line.

INCLUDED · 02

Exposed Plots — no-code automation, ready to wire in

Every indicator exposes its data series. Wire them directly into BloodHound or BlackBird (SharkIndicators), or reference them in your own NinjaTrader C# strategy — automate entries off POC or VWAP deviation tests without writing code.

SAVE €190
LIFETIME BUNDLE
€760one-time
20% off the €950 catalog total · pay once, own it forever
    {lifetimeFeatures.map((f, i) =>
  • {f}
  • )}
Request access
); } Object.assign(window, { Founder, Pricing });