From fills, not entries
The journal is built from broker executions, including the ones you would rather not type in. There is nothing to remember to record.
Tagged by strategy, account, sessionTrading bots
"Trading bot" describes two very different products sold under one word. One sells you the decisions. The other executes decisions you already have. Knowing which you are shopping for saves a lot of money.
A bot that decides. Someone else's model, sold to you as a black box with a performance claim attached. You cannot see the rule, cannot test it independently, and cannot tell whether last month was skill or a market that suited it. Most of what is marketed as a trading bot is this.
A bot that executes. A rule you can read — your PineScript, your Python, your own logic — and infrastructure that turns its output into real orders on your accounts. The decision stays yours and stays inspectable.
Quanify is the second kind and does not sell the first. There is no black box here, and no strategy you cannot see the source of.
Turning a signal into an order sounds like a small job until you enumerate what can go wrong between the two.
The expensive failure with an automated system is not a strategy that underperforms. It is a strategy that was live when you thought it was not.
So a new strategy is created powered off, every account attached to a trader lands disabled, and a trader will not report itself armed until the engine has confirmed the routing. Configuring is not arming — they are separate actions, deliberately.
Turning it off is equally literal: new signals stop reaching your accounts, and nothing is closed on your behalf. Quanify never flattens a position for you, not on power-off, not on cancellation, not when a strategy is deleted.
The claims are unfalsifiable. The behaviour is not, and it can be checked in a week without funding anything.
Every fill is recorded from the first order, so the analytics are computed from what happened rather than from what you remembered to log. Win rate, expectancy, maximum drawdown, Sharpe, Sortino and Calmar are all derived from real fills.
Two of them are withheld when the sample is too thin to mean anything: Sortino below three losing months, Sharpe and Sortino below twelve months. A ratio computed from six trades is a number, not a measurement, and showing it would be worse than showing nothing.
The journal is built from broker executions, including the ones you would rather not type in. There is nothing to remember to record.
Tagged by strategy, account, sessionPaper accounts apply the commission and slippage you set, per side. A strategy that is only profitable before costs is a backtest, not a plan.
Per-side commissionRatios that need a sample are hidden until there is one. Precision that the data cannot support is a way of being wrong confidently.
Sharpe and Sortino need 12 monthsSoftware that places futures orders from a rule instead of a person. In practice it is two parts: the strategy that decides, and the executor that holds the broker connection and places the order. Quanify is the executor — you bring the strategy.
No. There is no black-box strategy for sale here and no signal with a return attached to it. You bring a rule you can read, and the platform executes it on your own accounts.
A bot is exactly as profitable as the rule it runs, minus costs that are charged per account. Automation removes the typing and the hesitation; it does not add edge, and it makes a losing rule lose faster.
No. A TradingView alert with a webhook URL is enough, and the alert body is generated for you. Python and raw HTTP requests work identically if you prefer to write your own.
It is checked before an order is placed against an off-by-default guard that refuses to grow a position you already hold. Scaling out is always allowed, and so is a flip.
Yes. Point it at a simulated or evaluation account, or use the built-in paper accounts, which fill from the strategy's own signals with commission and slippage you configure. Nothing about the setup changes when you later point it at a funded account.
Connect a sim or evaluation account and run the whole product against it before you point anything at live money. Nothing about the setup changes when you do.