Model Equivalence Verifier

Formally verify that two versions of a trading strategy produce consistent outputs

Define Models to Verify
Enter the code for two models and specify the data to use for verification

JavaScript function that evaluates market data and returns a number

Modified version of the model to verify against the original

Symbol to fetch market data for

Start of data range

End of data range

Max absolute difference

Max relative difference

Statistical confidence (0-1)

Max records to process