Skip to main content

TradingView Settings

Use this page to review The Banana Indicator TV v3 inputs before changing defaults.

This build is Pine v6 on TradingView — not the MT4/MT5 indicator. Input groups are numbered 1–10 in the settings dialog. Defaults below match the current v3 script (banana-indicator.pine in the indicators repo).

Open settings

  1. Add The Banana Indicator TV to your chart.
  2. Click the gear on Banana in the chart legend (or double-click the indicator name).
  3. Open the Inputs tab.
  4. Change one group at a time — use Defaults if the chart becomes hard to read.
First session

Leave defaults for your first look. See Start Here.

Settings map (v3)

GroupNamePurpose
1SignalsLogic mode, buy/sell toggles, labels, glow, exit marks
2FiltersEMA master, price vs slowest MA, crossovers, RSI, SuperTrend, SAR
2a–2cSuperTrend / RSI / SARParameters for optional filters
3Moving AveragesFast 9 / Slow 21 / Slowest 70 EMA periods
4Trading SessionLondon-time session windows (off by default)
5Trade LevelsTP multiples, pip SL/TP, stop basis, buffers
5aEntry / SL offsetsBar offset and entry/stop buffers (advanced)
6DisplayZones vs lines, extend bars, current-setup-only
7Trend ColouringSmart Trail, gradient candles, ribbon, background
8Risk (reference)Reference % for PineConnector only — indicator does not size trades
9DashboardPanel on/off, position, theme, text size
10Alerts / PineConnectorScript alerts and optional automation messages

Plot colours and line widths are edited on TradingView's Style tab — there are no duplicate colour pickers in Inputs.


1 · Signals

InputDefaultNotes
Signal logicAIMS Banana PatternBanana Pattern = stricter multi-bar pullbacks (recommended). AIMS Algo Logic = Algo-style engine (fewer, different markers).
Buys / SellsOn / OnTurn off one side if you only review long or short setups.
Show B#/S# labelsOnNumbered buy/sell labels on confirmed bar close.
Show arrowsOffDiamond markers; off keeps glow + labels only.
Glow on signalsOnHighlight around signal bars.
Exit marksOnx when a live setup hits TP1 or stop/invalidation.
Banana TV Inputs — groups 1 Signals and 2 Filters with SuperTrend and RSI parameters
**Inputs** (top) — **1 · Signals** and **2 · Filters** through **2b · RSI**.

See Signal detection for what B#/S# mean.


2 · Filters (+ 2a–2c)

InputDefaultNotes
EMA filter (master)OnMaster switch for all EMA-based filters below.
Price vs Slowest MAOnBuys only above slowest EMA; sells only below.
Crossover: fast vs slowOnRequires fast/slow EMA alignment for the direction.
Crossover: slow vs slowestOffStricter trend alignment when enabled.
RSI filterOnBlocks extremes (see 2b).
SuperTrendOnDirection filter (see 2a).
Parabolic SAROffOptional SAR filter (see 2c).

2a · SuperTrend — ATR Length 10, Factor 3.

2b · RSI — Length 14, Overbought 70, Oversold 30.

2c · Parabolic SAR — Start 0.02, Increment 0.02, Max 0.2, Show SAR on chart off by default.

Banana TV Inputs — RSI, Parabolic SAR, Moving Averages, and Trading Session
**Inputs** (scroll) — **2b–2c** filter parameters, **3 · Moving Averages**, start of **4 · Trading Session**.

3 · Moving Averages

InputDefaultNotes
Fast9EMA period (close[1] — non-repainting).
Slow21Used by crossovers and ribbon.
Slowest70Primary trend filter when Price vs Slowest MA is on.

Show, hide, and recolour MA lines on the Style tab.


4 · Trading Session

InputDefaultNotes
Enable session windowOffWhen off, session times are ignored.
Session 1On (06:00–20:00 London)Active only when master switch is on.
Session 2Off (14:30–15:30 London)Optional second window.

Times use Europe/London. Enable the master switch before session rows affect signals.


5 · Trade Levels (+ 5a)

InputDefaultNotes
TP1 (× risk)2.0Reward multiple of entry→stop distance (1:2 default).
TP2 (× risk)5.0Second target multiple.
TP in pips insteadOffFixed pip TPs when on (TP1 5, TP2 10 pips).
SL in pips insteadOffFixed pip stop (10 pips) when on.
Stop basisBar low/highOr Smart Trail (SuperTrend line; falls back to bar extreme if trail is on wrong side).

5a · Entry / SL offsets (advanced) — SL bar offset 0; buy/sell entry and SL buffers 1.0 each (tick-aware conversion inside the script).

Banana TV Inputs — Trading Session, Trade Levels, and Entry SL offsets
**Inputs** (scroll) — **4 · Trading Session**, **5 · Trade Levels**, **5a · Entry / SL offsets**.

Zones vs lines: see 6 · Display below. Chart examples: Chart examples.


6 · Display

InputDefaultNotes
Show trade levelsOnEntry, stop, TP, invalidation on chart.
Level styleZonesZones (filled boxes), Lines, or Both.
Extend (bars)20How far level graphics extend right.
Show only current setupOnOne live setup per direction; clears opposite side.
Hide untriggered + supersededOnReplaces stale same-side levels when a newer signal forms.

7 · Trend Colouring

InputDefaultNotes
Smart Trail (glow)OnSuperTrend line with glow halo.
Gradient candles (by strength)OnCandle fill by trend strength.
EMA ribbonOffFill between fast and slow EMA.
Background shadingOffSubtle trend background.
Colour basis: MA (else SuperTrend)OffBar/background basis when shading is on.

8 · Risk (reference)

InputDefaultNotes
Risk %1.0Used in PineConnector alert text only. The indicator does not size positions or show account risk.

9 · Dashboard

InputDefaultNotes
Show dashboardOnPine table panel on chart.
PositionTop RightAlso Top Left, Bottom Right, Bottom Left, Middle Right.
ThemeDarkDark or Light.
Text sizeNormalTiny / Small / Normal / Large.

The dashboard shows symbol, trend, RSI, session state (when enabled), active LONG/SHORT setup levels, and filter flags — not P/L or win rate. See Dashboard panel.

Banana TV Inputs — Display, Trend Colouring, Risk, and start of Dashboard
**Inputs** (scroll) — **6 · Display** through **7 · Trend Colouring**, **8 · Risk**, start of **9 · Dashboard**.

10 · Alerts / PineConnector

InputDefaultNotes
Enable alertsOnFires script alert() on new buy/sell signals (once per bar).
PineConnector messagesOffWhen on, emits buystop/sellstop automation strings instead of plain text.
PineConnector License ID000000Your PineConnector license when automation is on.
PineConnector SymbolGER40Broker symbol name for automation messages.
Use stop orders (else market)OnStop vs market order type in PineConnector payload.

For TradingView alert conditions (Banana Buy / Banana Sell), continue with TradingView alerts.

Banana TV Inputs — Risk, Dashboard, and Alerts PineConnector
**Inputs** (bottom) — **8 · Risk**, **9 · Dashboard**, **10 · Alerts / PineConnector**.

Common tweaks

GoalTry
Fewer signalsKeep EMA + RSI + SuperTrend on; enable 4 · Trading Session.
More signalsReview Price vs Slowest MA — price may be on the wrong side for your direction.
Cleaner chartTurn off Gradient candles or Smart Trail under 7 · Trend Colouring.
History on chartTurn off Show only current setup under 6 · Display.
Algo-style markersSwitch Signal logic to AIMS Algo Logic only after you understand the difference.

Change one group at a time. If support asks for a screenshot, capture the full Inputs tab (these five scroll positions cover all groups).