strategy-compare

Warn

Audited by Runlayer on Mar 6, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
77%
Files
1
Flagged
1
Chunks
1
Flagged Files (1)
strategy-compare/SKILL.mdMEDIUM
76.9%

Risky tool definition detected

The script must: - Fetch data once via OpenAlgo - **Use TA-Lib for ALL indicators** (never VectorBT built-in) - **Use OpenAlgo ta** for specialty indicators (Supertrend, Donchian, etc.) - Clean signals with `ta.exrem()` (always `.fillna(False)` before exrem) - Run each strategy on the same data - **Indian delivery fees**: `fees=0.00111, fixed_fees=20` for delivery equity - Collect key metrics from each into a side-by-side DataFrame - **Include NIFTY benchmark** in the comparison table (via OpenA

Audit Metadata
Max File Score
77%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
1
Files Flagged
1
Chunks Analyzed
1
Analyzed
Mar 6, 2026, 05:39 AM
Security Audit — runlayer — strategy-compare