DeMarker API — Entry Timing Oscillator
DeMarker(14) ranges from 0 to 1. Values < 0.3 = oversold; > 0.7 = overbought. Pre-calculated live for any symbol via a single GET.
No credit card. $2.50 PAYG credit on sign up.
What is the DeMarker API?
The DeMarker indicator, created by Tom DeMark, compares recent high and low prices to prior highs and lows to identify price exhaustion points. Unlike RSI which uses closes, DeMarker focuses on intrabar extremes — making it more sensitive to short-term price reversals. Values oscillate between 0 and 1. Our API delivers pre-calculated DeMarker(14) so your trading bot can trigger on overbought/oversold extremes without any calculation overhead.
One Request. Instant Data.
curl -X GET \
"https://tickatlas.com/v1/indicator?symbol=EURUSD&indicator=DeMarker_14&timeframe=H1" \
-H "X-API-Key: YOUR_API_KEY" Why Use TickAtlas?
Pre-Calculated, Sub-100ms
Indicator values are computed server-side on every new candle. Your app queries the result — no TA library, no candle history needed.
7 Timeframes
M1, M5, M15, M30, H1, H4, D1 — the same endpoint serves scalpers and position traders alike.
Forex, Crypto, Commodities
EURUSD, GBPUSD, XAUUSD, BTCUSD, USDJPY — data available for all symbols active on connected broker terminals.
Plug into any stack
- ChatGPT Custom GPTs
- Claude Tools
- Python / pandas
- Node.js
- Discord bots
- Slack webhooks
- n8n
- Zapier
- Google Sheets
Frequently Asked Questions
How does DeMarker differ from RSI?
RSI uses closing prices to measure momentum. DeMarker compares the current period's high against the previous high (DeMax) and current low against previous low (DeMin). This focus on intrabar extremes makes DeMarker more responsive to reversal setups forming within a candle.
What do the 0.3 and 0.7 thresholds mean?
Below 0.3 indicates the market has been making lower lows relative to previous lows — oversold conditions where buyers may step in. Above 0.7 indicates consistently higher highs — overbought conditions where sellers may take over. The API returns these signals pre-classified.
Is this useful for Forex specifically?
Yes. DeMarker was designed with Forex in mind by Tom DeMark. It works particularly well on currency pairs where intraday reversal timing is critical for scalping and day trading strategies.
Can I use DeMarker with an AI agent?
Yes. Feed the DeMarker value and signal into a ChatGPT Custom GPT or Claude Tool to get conversational market analysis. The 0–1 range and clear signal labels make it easy for AI models to reason about market conditions.
Start Building in 5 Minutes
Sign up, grab your API key, make your first request.
Every new account gets $2.50 in free PAYG credits. No card required.