Questions

What market data does it support?

Public spot candles from Binance and Bybit at seven timeframes, 1 minute to 1 week, plus perpetual funding-rate history — crypto only, no stocks or traditional futures. The app downloads everything itself from public keyless APIs into your local workspace; no market data ships with the installer.

Can I import a Pine Script or Freqtrade strategy?

Not directly — there is no importer. Strategies are written in TestMyLogic's own declarative TOML format. The bundled guide teaches a connected AI agent to rewrite a Pine Script or TradingView idea in that format, and the format itself speaks Freqtrade's vocabulary, so those ideas carry over the same way. Either way it is a reimplementation, not a port — expect the numbers to differ from the original.

How do I write a strategy?

Two example strategies install with the app, so the first sweep needs nothing written. After that, edit the TOML in the app's built-in editor, or describe the idea to a connected AI agent — it drafts, validates and sweeps the strategy for you.

Do I need to know PBO or walk-forward analysis?

No. Each verdict is stated beside the statistics it came from, and a connected AI agent explains any term or number in plain words — that is what it is there for. The methodology guide ships with the agent skill, so you can simply ask why.

Does TestMyLogic connect to my exchange or place trades?

No. It never places orders, links an exchange account, or touches your funds or API keys. It analyzes backtests you run on public historical data. Simulation only — no trade execution.

Does it tell me what or when to buy?

No trading signals — it never tells you what or when to buy or sell. The outputs are statistical diagnostics of backtests you ran yourself, on public historical data.

Does it hold funds or connect a wallet?

No wallets, no funds, no custody — nothing of value passes through it. The app reads public market history and the results already on your machine, nothing more.

What does the app send over the network?

As little as possible. It downloads public market history for the pairs you choose, and checks for app updates. Your strategies, your OHLCV data, your trades, and your results stay on your machine. There is no usage tracking.

Does the app check a license, and what does that send?

Yes. A lightweight license check runs in the background: once about 90 seconds after launch, then every 12 hours — roughly twice a day. It sends only an anonymous device key and the app version. No account is required, no personal data is sent, and nothing about how you use the app is transmitted. There is no usage tracking. If the check cannot reach us, the app keeps working for a week before new sweeps pause; your existing results, datasets and downloads are never affected.

Is any of this investment advice?

No. The outputs are statistical diagnostics of your own backtests, not recommendations. Not investment advice; past performance is no guarantee of future results.

Is it free? Will it stay free?

TestMyLogic is in open beta, and everything is free while the beta lasts. If paid plans are introduced, they will be announced on this site and in the app first.