πŸ₯¬ CABBAGE MARKETS

Welcome to the Future of Trading

Professional-grade market intelligence, real‑time crypto signals, and institutional‑grade gauges β€” built for the modern trader.

EXPLORE MORE

πŸ“Š Gauge The Strength

Technical analysis gauges for Gold, Bitcoin, and 10 major forex pairs. Combines RSI, MACD, moving averages – updated in real time.

πŸ“ˆ Market Overview – Live Prices

πŸ“ˆ Live Chart

ESC or click Collapse to exit
Crypto Signal Scanner (15m Real Data)Fetching…
β€”
BUY SIGNALS
β€”
SELL SIGNALS
β€”
HOLD / WAIT
β€”
BTC DOMINANCE
⏳ Loading crypto market data…

Strongest BUY

β€”
Waiting for data

Strongest SELL

β€”
Waiting for data

Signal Method

Multi-Indicator
SMAΒ·EMAΒ·RSIΒ·MACDΒ·MomentumΒ·BB | Real-time Binance 15m
HFM Banner

Automate Your Strategies

Leverage cutting-edge automation to execute your trading strategies with precision.

🌲

Free PineScript Strategy

TRADINGVIEW READY

Copy and paste this EMA crossover strategy directly into TradingView's Pine Script editor. Works on any instrument and timeframe β€” includes buy/sell signals, stop-loss, and take-profit logic.

PINESCRIPT v5
//@version=5
// ─────────────────────────────────────────────
// Cabbage Markets β€” EMA Crossover Strategy
// Free to use. Copy into TradingView Pine Editor.
// ─────────────────────────────────────────────
strategy("Cabbage EMA Cross", overlay=true, default_qty_type=strategy.percent_of_equity, default_qty_value=10)

// ── Inputs ──────────────────────────────────
fastLen  = input.int(9,  title="Fast EMA Length", minval=1)
slowLen  = input.int(21, title="Slow EMA Length", minval=1)
rsiLen   = input.int(14, title="RSI Length")
rsiOB    = input.int(70, title="RSI Overbought")
rsiOS    = input.int(30, title="RSI Oversold")
slPct    = input.float(1.5, title="Stop Loss %", step=0.1)
tpPct    = input.float(3.0, title="Take Profit %", step=0.1)

// ── Calculations ────────────────────────────
fastEMA  = ta.ema(close, fastLen)
slowEMA  = ta.ema(close, slowLen)
rsiVal   = ta.rsi(close, rsiLen)

crossUp  = ta.crossover(fastEMA, slowEMA)
crossDn  = ta.crossunder(fastEMA, slowEMA)

longCond  = crossUp  and rsiVal < rsiOB
shortCond = crossDn  and rsiVal > rsiOS

// ── Plot EMAs ────────────────────────────────
plot(fastEMA, color=color.new(color.green, 0), linewidth=2, title="Fast EMA")
plot(slowEMA, color=color.new(color.red,   0), linewidth=2, title="Slow EMA")

// ── Signals ──────────────────────────────────
plotshape(longCond,  style=shape.triangleup,   location=location.belowbar, color=color.green, size=size.small, title="BUY")
plotshape(shortCond, style=shape.triangledown, location=location.abovebar, color=color.red,   size=size.small, title="SELL")

// ── Strategy Entries & Exits ─────────────────
if longCond
    strategy.entry("Long", strategy.long)
    strategy.exit("Long TP/SL", from_entry="Long",
         stop   = strategy.position_avg_price * (1 - slPct/100),
         limit  = strategy.position_avg_price * (1 + tpPct/100))

if shortCond
    strategy.close("Long")

// ── Background Colour ────────────────────────
bgcolor(longCond  ? color.new(color.green, 92) : na)
bgcolor(shortCond ? color.new(color.red,   92) : na)
1
Open TradingView β†’ Pine Script Editor
2
Click "New" β†’ paste the code
3
Click "Add to chart" β†’ adjust inputs
4
Backtest in Strategy Tester tab

πŸ“‚ Strategy Resource

GET STARTED
πŸ“ˆ

Proven Strategies

Access battle-tested trading strategies developed by professionals.

EXPLORE MORE
⚑

Price Action Mastery β€” Complete Guide

Master reading pure price movement without indicators. The ultimate resource by Atanas Matov β€” scroll inside the viewer for full access.

MORE RESOURCES β†’

🎯 Core Trading Concepts

Order Blocks

Order Blocks

Learn institutional order blocks where smart money enters/exits.

Learn More β†’
Market Structure

Market Structure

Read market structure through swing highs/lows, trend changes.

Learn More β†’
Moving Averages

Moving Averages

Identify trends, support/resistance with moving averages.

Learn More β†’
HFM Banner
HFM Banner

πŸ“Š Detailed Chart Analysis

Gold next move what do you think?

- Stephen Mutua

Read on Substack

πŸ“… Real-Time Economic Calendar

Live global economic events β€” updated directly from Investing.com

πŸ“Š Real-Time Economic Data provided by Investing.com β€’ Filters: date picker + timezone (adjustable above)
πŸ’‘ How to use: High-impact events (πŸ”΄) cause strongest volatility in forex, indices & commodities. Medium (🟠) and Low (πŸ”΅) events offer short-term setups.
High Impact Medium Impact Low Impact πŸ•’ GMT+0 (change timezone in calendar)
⚠ Important Disclaimer & Risk Warning

The information, data, market analysis, commentary, charts, signals, and any other content published on or accessible through Cabbage Markets is provided strictly for general informational and educational purposes only.

Risk Warning: Trading in forex, CFDs, equities, commodities, cryptocurrencies involves substantial risk of loss and is not suitable for all investors. Past performance is not a reliable indicator of future results.

All market data displayed is sourced from third-party providers. The Platform shall not be liable for any loss or damage arising from reliance on any Content.

By continuing to use Cabbage Markets, you confirm that you have read, understood, and agree to be bound by this Disclaimer.

πŸ’¬ Chat with us on WhatsApp β€” we're happy to help!

Choose Your Broker

Exness HFM FBS