Tradelyze

Editorial policy

About Tradelyze, and how its Learn pages are researched and reviewed

Last reviewed: 16 September 2026·Tradelyze

Tradelyze (tradelyze.io) is a web tool, in beta, operated by Pick MyTrade Pvt Ltd (India). It re-runs a TradingView Pine Script strategy's backtest, checks it against your exported trades, then runs parameter optimization, walk-forward testing, a five-check robustness score and prop firm rule checks. It places no trades and gives no financial advice.

This page covers what Tradelyze does not do, who writes the Learn pages, how those pages pick sources and label numbers, what their dates mean, and how to report a mistake.

What is Tradelyze, and what does a run do?

Tradelyze is a web tool for finding out whether a TradingView strategy's backtest holds up before you risk money on it. A backtest replays a strategy's rules over past prices and lists the trades it would have taken. Tradelyze starts from a backtest you have already run in TradingView's Strategy Tester. It is built for traders who have a Pine Script strategy and want to know whether its results are real, often before paying for a prop firm challenge.

You upload three things: the Pine Script strategy, the trade list exported from the Strategy Tester as a CSV file, and an OHLCV price file for the same instrument and timeframe. OHLCV means the open, high, low, close and volume of each price bar. Tradelyze refuses a submission without the trade list. A Tradelyze run then passes through five stages, named in the app as follows:

  1. Baseline Matching. Tradelyze runs your script at its default settings on a Pine Script backtester and compares the trades with your TradingView export.
  2. Optimizing. Parameter optimization tries many versions of your input settings. Each version is a full backtest, and the search looks for more profit and steadier returns with smaller drops in the account.
  3. Walkforward Analysis. Walk-forward testing tunes the settings on one stretch of history, then scores them on the stretch that follows, which the tuning never saw.
  4. Robustness Scoring. Five separate stress tests ask whether the result depended on luck. The robustness score combines them into one number out of 100.
  5. Prop Firm Evaluation. The results are checked against the rules of each prop firm you pick. A prop firm gives traders a funded account after they pass a paid evaluation, usually called a challenge.

Every card in the resulting report is explained in How Tradelyze validates a strategy. To judge the whole report, not one tile, use the pre-trade checklist. The same checks, described without any product, are in how to validate a trading strategy.

What does Tradelyze not do?

Tradelyze analyzes backtests. It does not rewrite your code with AI, trade, give advice, supply price data or guarantee a result. Some descriptions of Tradelyze, including older wording on Tradelyze's own site, say otherwise. The table below pairs each misunderstanding with what actually happens and where that is stated.

What Tradelyze does not do, what happens instead, and where each point is stated
Tradelyze does notWhat actually happensSource
Convert Pine Script to Backtrader, or rewrite it with AIYour Pine Script runs on a Pine Script backtesting service, and its trades are compared with your TradingView export.Tradelyze web app and optimizer code, reviewed 14 September 2026
Place trades or connect to a brokerNo orders are placed and no client funds are held; Tradelyze is not a broker or dealer.Disclaimer, section 10
Supply market dataYou upload the OHLCV price files. Tradelyze holds no market-data redistribution license, so it cannot download candles for you.Tradelyze upload form
Give financial adviceTradelyze is a software tool for strategy analysis. Pick MyTrade Pvt Ltd is not registered with SEBI, India's securities regulator, as an investment advisor or research analyst.Terms of Service, section 7; Disclaimer, section 1
Guarantee profits or a prop firm challenge passEvery result is hypothetical, built from historical data. A strategy graded A+ can still fail in live markets.Disclaimer, sections 2 and 8
Check every prop firm ruleEvaluation time limits, news-trading rules and weekend-holding rules are not evaluated, and firm presets may be out of date.Tradelyze code, reviewed 14 September 2026; Disclaimer, section 4
Represent TradingView or any prop firmTradelyze is not affiliated with, endorsed by or partnered with TradingView or any prop trading firm.Disclaimer, section 5

Older descriptions of Tradelyze

As of 14 September 2026, some Tradelyze wording still describes an earlier design that converted Pine Script into Backtrader code, in most places with AI. That wording appears in the home page's search description and structured data, the sign-in page, the Terms of Service (section 3, which also mentions Bayesian optimization), the Disclaimer (section 4) and the Refund Policy (section 2). All three legal pages were last updated 6 April 2026. The current Tradelyze pipeline runs the Pine Script itself on a Pine Script backtester, and its search is a genetic algorithm called NSGA-II, explained in strategy optimization.

Who makes Tradelyze, and how can I check it before paying?

Tradelyze is operated by Pick MyTrade Pvt Ltd, a company incorporated in India under the Companies Act, 2013, according to Tradelyze's Terms of Service. The Terms of Service, Privacy Policy and Disclaimer are public at tradelyze.io. All three name the same company and give [email protected] as the contact address.

Tradelyze wrote this page, so treat it as a disclosure, not an independent review. It quotes no star ratings, user counts or testimonials. You can check these facts about Tradelyze before you spend money, without an account:

The cheapest real test uses the free credits that new users receive during the beta, according to the Terms of Service. Submit a strategy whose TradingView results you already know and see whether Baseline Matching reproduces your trades. A high Match Rate is the first sign that the rest of a Tradelyze report describes your strategy and not a different one. Create an account to try it.

Who writes and reviews the Learn pages?

The Tradelyze team writes and reviews the Learn pages, and every page is published under the Tradelyze name. The pages carry no individual author byline. They are written for traders who have a TradingView strategy and a backtest but no statistics background. Every technical term is meant to be defined, or linked to its explainer, where it first appears.

Tradelyze sells credits for its runs, so the Learn pages have a commercial interest. Three editorial rules exist to keep that interest from bending the content:

Statements about how Tradelyze behaves, such as a label, a pass threshold or a credit charge, are checked against the Tradelyze app and its source code. The Sources list on each page gives the date of that check, because Tradelyze is in beta and its behavior can change after a page is reviewed.

How do Learn pages choose their sources?

Learn pages use primary sources first. A primary source is where a fact originates: the paper that defined a statistic, the platform documentation that describes a feature, or the firm's page that states a rule. A secondary source, such as a blog post or forum thread, repeats a fact from somewhere else. Learn pages use a secondary source only as a labeled, attributed example.

Which source a Learn page uses for each kind of claim
Kind of claimPreferred sourceExample on a Learn page
A statistical or testing methodThe original book or paperWalk-forward efficiency cites Robert Pardo's book; the deflated Sharpe ratio cites Bailey and López de Prado's 2014 paper
How TradingView behavesTradingView's help center and Pine Script documentationExporting TradingView trades and price data
A prop firm's ruleThe firm's own help center page, with the date it was retrievedDaily loss limit
How Tradelyze behavesThe Tradelyze app and its code, with the date of the reviewThe walk-forward PASS rules
A rule of thumb repeated onlineNone exists, and the page says so with the label No primary source.How many trades a backtest needs
A forum post or blog claimUsed only as an attributed example; where it came from is recorded in SourcesA trading-forum example quoted as an example, not as evidence

A web address is linked only when it is stable and has been checked, such as a help center article, an SSRN abstract or a DOI, the permanent identifier given to a published paper. An address is never guessed. When a cited page later moves or disappears, the Sources list says so and keeps the full citation, so the claim can still be traced.

Facts that change on their own schedule are re-checked when a page is reviewed: prop firm limits, TradingView features and Tradelyze's own labels. A figure that could not be re-checked keeps its original retrieval date, and the page says that it was not re-checked.

How are unsourced numbers and made-up examples labeled?

Every number on a Learn page is meant to say where it came from, in the same sentence. When a number has no outside source, one of three labels says why. The labels let you tell evidence from convention and from arithmetic.

The three labels Learn pages use for numbers without an outside source
LabelWhat it meansWhat to do with the number
No primary source.Widely repeated, but traced to no study, official document or firm ruleTreat it as convention, not a proven threshold
Constructed illustration, not measured data.Numbers made up to show how a calculation or chart worksFollow the arithmetic; ignore the specific values
EstimateArithmetic from stated inputs, not a measurementCheck the inputs before relying on the result

A worked example of an estimate is how long a Tradelyze run takes. Tradelyze's optimizer settings plan on about 23 seconds per backtest. The same settings file records a measured 51 to 84 seconds per backtest, from six test runs. The automatic optimization search never runs fewer than 60 backtests, one after another, and walk-forward testing and robustness checks add more.

Estimated run time at two per-backtest figures. Arithmetic from numbers in Tradelyze's optimizer code, not measured run times.
What runsBacktestsAt 23 s eachAt 84 s eachSource
Optimization search only, automatic minimum60≈ 23 min84 minOptimizer settings: never fewer than 60 trials
Whole run, strategy with 1 to 5 settings129≈ 50 min≈ 3 hBudget table in the optimizer settings, at the default of 2 walk-forward windows

The 23-second row is 60 × 23 = 1,380 seconds, and the whole-run figure is 129 × 23 = 2,967 seconds, about 50 minutes. The 84-second column repeats the arithmetic with the slowest measured backtest. None of these is an average of real customer runs, which is why how long a Tradelyze run takes presents its range as an estimate.

The same labels matter inside a Tradelyze report. Tradelyze colors Match Rate green at 90% or more, amber at 80% or more and red below 80%, according to Tradelyze's code. No primary source sets those bands; they are a display choice. A green badge is a convenience, not proof. Knowing which numbers are evidence tells you which ones deserve weight before you pay a challenge fee.

What does the Last reviewed date mean?

The Last reviewed date on a Learn page is the day the page was last checked against its sources. It changes only when content was checked or changed, not to make a page look recent, and the original publication date stays fixed. The date is set in four places at once, so readers and search engines see the same one:

  1. the visible Last reviewed line under the page title, repeated in the footer note;
  2. dateModified in the page's structured data, the machine-readable summary that search engines read;
  3. the article:modified_time tag in the page's head;
  4. the page's lastmod entry in the site's sitemap.xml file.

Facts that change on their own schedule carry a second date: the day they were retrieved. Here is a constructed example, not a quote from a real page. A page last reviewed in September gives a firm's limit "as of 28 July". That tells you the limit was not re-checked in September, so check the firm's own page before relying on it.

Credit prices are handled differently. Only the Learn FAQ states a credit price or a signup allowance, and it carries the date those figures were checked against the app, because Tradelyze's Terms of Service say pricing and credit allocations may change during the beta. Every other Learn page leaves the figures out and links to the FAQ instead. The price shown in the Tradelyze app before you buy is the one that applies.

How do I report a mistake on a Learn page?

To report a mistake on a Learn page, email [email protected]. Signed-in users can also open a support ticket in the Tradelyze app. A report is quickest to check when it includes:

The claim is then checked against the page's cited source and against yours. If the Learn page is wrong, the sentence is corrected, the Sources list is updated, and the Last reviewed date changes in all four places. If the page was right when written but the outside fact has since changed, for example a firm raising a limit, the figure and its retrieval date are updated.

A number that looks wrong inside a Tradelyze report, rather than on a Learn page, is a software question and goes to the same address or a support ticket. Complaints about personal data go to the Grievance Officer named in Tradelyze's Privacy Policy, at [email protected].

What are Tradelyze's official company details?

Tradelyze's company details below are taken from Tradelyze's own legal pages. Nothing here comes from a business directory or a third-party profile.

Tradelyze organization details, as stated in Tradelyze's legal pages
DetailValueSource
Product nameTradelyzeTerms of Service, section 1
Websitehttps://tradelyze.ioTerms of Service, section 1
Legal name of operatorPick MyTrade Pvt LtdTerms of Service, section 1
IncorporationUnder the Companies Act, 2013, IndiaTerms of Service, section 1
Governing lawLaws of India; courts in Bharatpur, RajasthanTerms of Service, section 12
StatusBetaTerms of Service, section 8; Disclaimer, section 6
Contact[email protected]Terms of Service, section 15
Personal data complaints[email protected]Privacy Policy, section 10
Payment processorCashfree PaymentsTerms of Service, section 4.2
Legal pagesTerms of Service, Privacy Policy, Refund Policy, Disclaimertradelyze.io

Where should I start reading?

If you are new to testing a strategy, read these Learn pages in this order. In the Tradelyze app, many result tooltips also carry a Learn more link that opens the matching Learn page.

Frequently asked questions about Tradelyze and the Learn pages

What is Tradelyze?

Tradelyze (tradelyze.io) is a web tool, in beta, operated by Pick MyTrade Pvt Ltd (India). It re-runs a TradingView Pine Script strategy's backtest, checks it against your exported trades, then runs parameter optimization, walk-forward testing, a five-check robustness score and prop firm rule checks. You supply the script, its trade list and the price data. It places no trades and gives no financial advice.

Who makes Tradelyze?

Tradelyze is operated by Pick MyTrade Pvt Ltd, a company incorporated in India under the Companies Act, 2013, according to Tradelyze's Terms of Service. The Privacy Policy and the Disclaimer name the same company, and all three give [email protected] as the contact address. The Learn pages are written by the Tradelyze team and published under the Tradelyze name, without an individual author byline.

Is Tradelyze legit?

Tradelyze wrote this answer, so treat it as a disclosure, not an independent review. What you can check yourself: the operator, Pick MyTrade Pvt Ltd, is named in public terms, privacy and disclaimer pages; payments go through Cashfree Payments; credit purchases are non-refundable; and the product is in beta. The cheapest test is a strategy whose TradingView results you already know, run on the free credits new accounts receive.

Does Tradelyze convert Pine Script to Backtrader or use AI?

No. Tradelyze runs your Pine Script itself on a Pine Script backtesting service and compares the resulting trades with your TradingView export. Its code, reviewed on 14 September 2026, contains no Backtrader engine and no AI model that rewrites scripts. As of that date, some older Tradelyze wording, including the Terms of Service and the Disclaimer, still describes an earlier AI conversion to Backtrader.

Does Tradelyze work with any Pine Script strategy?

Tradelyze needs a Pine Script strategy with a trade list exported from TradingView's Strategy Tester, because every run starts by matching those trades. If the re-run trades do not match, the run stops unless you choose Continue anyway. Scripts that read other timeframes with request.security() need extra price files, and as of 14 September 2026 Tradelyze's code notes that those files have not been confirmed to attach correctly.

Does Tradelyze place trades or connect to my broker?

No. Tradelyze's Disclaimer says it does not facilitate actual trading, hold client funds or act as a broker or dealer. Tradelyze analyzes historical data you upload and shows hypothetical results. Turning a strategy into live orders is something you do yourself, in TradingView or with your broker, after deciding the evidence is strong enough.

Does Tradelyze provide market data?

No. You upload the price data yourself as an OHLCV file, meaning the open, high, low, close and volume of each bar, for the same instrument and timeframe as your strategy. Tradelyze's upload form explains that it holds no market-data redistribution license, so it cannot download historical candles for you. Results can only be as accurate as the files you supply.

Is Tradelyze financial advice?

No. Tradelyze's Terms of Service describe it as a software tool for strategy analysis that gives no financial advice, investment recommendations or trading signals. Its Disclaimer adds that Pick MyTrade Pvt Ltd is not registered with SEBI, India's securities regulator, as an investment advisor or research analyst. Learn pages explain methods for education; they do not tell you what to trade.

Does a strong Tradelyze report mean I will pass a prop firm challenge?

No. Tradelyze's Disclaimer says prop firm validation does not guarantee a challenge pass, and that a strategy graded A+ can still fail in live markets. Tradelyze checks rules on historical data, does not check evaluation time limits, news-trading or weekend-holding rules, and its firm presets can fall behind a firm's current terms. Check every limit on the firm's own site before paying.

Who writes the Tradelyze Learn pages?

The Tradelyze team writes and reviews the Learn pages, and they are published under the Tradelyze name rather than an individual byline. Statements about how Tradelyze behaves are checked against the Tradelyze app and its code on the review date shown. Statements about markets, statistics, TradingView or prop firms cite an outside source, or say plainly when no primary source exists.

How do Learn pages choose sources?

Learn pages prefer primary sources: the original paper or book for a method, TradingView's own documentation for TradingView behavior, a prop firm's own help page for its rules, and Tradelyze's code for Tradelyze behavior. Rules that change carry a retrieval date. Forum posts and blog articles appear only as attributed examples, and a web address is linked only when it is stable and has been checked.

What does No primary source mean on a Learn page?

No primary source marks a number that is widely repeated but traces back to no original study, official document or firm rule, such as a rule of thumb for how many trades a backtest needs. The label means the figure is convention, not evidence. Treat it as a starting point for your own judgment, not a threshold to size a prop firm challenge on.

What does the Last reviewed date on a Learn page mean?

The Last reviewed date is the day the page was last checked against its sources. It appears under the title and in the footer, and the same date is set in the page's structured data, its article:modified_time tag and the sitemap. A quoted figure that could not be re-checked keeps its own older retrieval date, so a page can be newer than one of its facts.

How do I report a mistake on a Learn page?

Email [email protected] with the page address, the sentence you think is wrong and, if you have one, a source showing the correct figure. Signed-in users can also open a support ticket in the app. The claim is checked against its cited source and yours; if the page is wrong, it is corrected and its Last reviewed date is updated.

Sources