compare▌
2 indexed skills · max 10 per page
strategy-compare
marketcalls/vectorbt-backtesting-skills · Productivity
Side-by-side backtesting comparison of multiple trading strategies on the same symbol. \n \n Compares user-specified strategies (or defaults to ema-crossover, rsi, donchian, supertrend) against the same historical data and NIFTY benchmark \n Supports \"long-vs-short\" mode to test longonly, shortonly, and both directions for a given strategy \n Uses TA-Lib for standard indicators and OpenAlgo ta for specialty indicators like Supertrend and Donchian; cleans signals with exrem() to avoid consecuti
recipe-compare-sheet-tabs
googleworkspace/cli · Productivity
Compare data across two Google Sheets tabs to identify differences. \n \n Reads data from two separate sheet tabs using the gws-sheets skill \n Requires the Google Workspace ( gws ) bin and gws-sheets skill as prerequisites \n Follows a three-step workflow: read first tab, read second tab, then compare and report changes \n Supports flexible range selection (e.g., January!A1:D , February!A1:D ) for targeted data extraction \n