🔧 Extract Indicator Settings

Paste an MT4 .mq4 source or a TradingView Pine Script source. The tool extracts the extern / input declarations and outputs JSON in the same parameters schema used by the indicator dictionary. Copy the output and open a PR to honest-confluence-mt4/dictionary.

Honest scope. Extracts settings only — no prediction, no signal, no investment advice. Parsing is 100% client-side; your pasted source stays in your browser and is never uploaded. No auto-submit: the output is JSON that you copy and submit as a manual PR. Regex-based parser covers common declaration forms; uncommon spec edges may not parse cleanly.

What this tool does (and doesn't)