summary: the edgeful algos settings chrome extension copies a winning optimizer configuration straight into your TradingView indicator — no copying field by field.
this article covers: installing the extension, copying settings out of the optimizer, and applying them to your TradingView algo indicator in one click. it only works on the web version of TradingView — tradingview.com in Google Chrome, not the desktop app.
when you find a winning combination in the algo optimizer, you still have to get those settings onto your TradingView indicator. you can copy each value by hand — session, max loss, profit target, every per-weekday row — but on a tuned algo that's 40+ fields, and it's easy to miss one.
the chrome extension does that step for you. you copy the settings out of the optimizer, open your indicator's settings window in TradingView, and the extension fills every matching field at once.
before you start
the extension reads the settings dialog that's open on your screen, so a few things have to be in place first:
you're using TradingView in Google Chrome on the web — tradingview.com, not the desktop app. the extension can't reach the desktop app
the edgeful algo indicator is applied to your chart — the same strategy you optimized
the indicator's settings window is open on the Inputs tab while you apply. the extension only writes to the Inputs fields — if the settings dialog is sitting on Properties, Style, or Visibility instead, none of those fields are on screen and there's nothing for it to fill
if the settings window is closed, or open on any tab other than Inputs, there's nothing for the extension to fill.
1. install the extension
grab it from the Chrome Web Store: edgeful algos settings.
click add to Chrome, then add extension when Chrome asks. once it's installed, pin it to your toolbar so it's easy to reach — click the puzzle-piece icon at Chrome's top-right, find edgeful algos settings, and click the pin.
2. copy your settings from the optimizer
in edgeful, open the optimizer result you want to run and bring up its algo settings — either with the algo settings button or run this algo on the result.
click copy settings at the top of the algo settings panel. that copies the full configuration to your clipboard — backtest period, chart timeframe, session, general settings, and every per-weekday rule.
right next to it you'll see how to run this in TradingView — that button opens the same step-by-step guide you're reading here, inside the app.
3. open your indicator's settings in TradingView
switch to Google Chrome and open your TradingView chart. make sure the edgeful algo indicator is on the chart, then open its settings window — click the settings icon on the indicator, or double-click the indicator name — so the inputs are showing.
make sure the dialog is on the Inputs tab — the first tab in the settings window. that's the only tab the extension reads. if you're sitting on Properties, Style, or Visibility, click back to Inputs before you apply, or the extension will report nothing to update.
leave that settings window open. the extension fills the fields while it's on screen, so closing it before you apply means there's nothing to write to.
4. apply the settings with the extension
with the TradingView settings window open on the Inputs tab, click the edgeful algos settings extension icon in your Chrome toolbar.
click apply optimizer settings. the extension reads the settings you just copied and writes them into the matching input fields.
if Chrome blocks clipboard access — or the extension says no copied settings loaded — expand the paste manually section, paste the copied settings into the box, and click apply optimizer settings again.
5. confirm the fields updated
the extension shows its work as it goes. you'll see a count like 42 TradingView fields updated, then an APPLIED line for each setting — session range, max loss, and each weekday's take-profit, stop-loss, and filters.
scan that list against the optimizer's algo settings to confirm everything you expected came across. then click Ok on the TradingView settings window to save the changes to your indicator.
moving back to the desktop app
the extension only works on the web — but you're not stuck there. once the fields are applied and you've clicked Ok to save, the settings live on the indicator itself.
you can close the Chrome tab and go back to the TradingView desktop app if that's where you prefer to trade. the saved settings come with the indicator — you don't have to re-enter anything.
you're not done yet — finish the handoff
applying the settings is one step, not the whole job. changing your indicator doesn't update an existing alert — you still have to delete and recreate the TradingView alert, SIM-test the webhook, and go live carefully.
the full process is in applying algo settings changes — pick it up there once the fields are in.
related articles
→ applying algo settings changes — the full post-settings-change workflow: recreate the alert, SIM-test, go live
→ algo optimizer — sweep thousands of combinations, rank the top 20, validate with holdout
→ understanding holdout, in-sample, and out-of-sample — what to check on a result before you apply it
→ setting up TradingView alerts for algo automation — build the alert that fires your algo
→ algo automation quickstart — start here — the full hub if you're new to algo automation



