Launching today

PineScript API
Build, run, and analyze Pine strategies in ChatGPT
4 followers
Build, run, and analyze Pine strategies in ChatGPT
4 followers
Turn a trading idea or Pine Script v6 strategy into a documented backtest inside ChatGPT. PineScript API validates compatible code, resolves datasets and settings, runs close-only OHLC simulations, and returns performance, risk, trades, and the exact script used. It also supports conversational analysis and input optimization, while rejecting unsupported behavior instead of silently changing strategy logic.

Finally got my messy v6 strategy backtested without ChatGPT rewriting half my code. Loved that it just rejected the bits it couldn't handle instead of silently swapping in its own logic.
the fact that it rejects unsupported behavior instead of silently tweaking your strategy logic is honestly such a respectable call, most tools would just silently rewrite your code and you'd never know