Skip to main content

PyneCore Capital.com Plugin

Capital.com integration for PyneCore: historical and live market data plus live order execution over the public REST v1 + WebSocket API.

Status

Both the data provider (LiveProviderPlugin) and live order execution (BrokerPlugin) are implemented: session-based authentication, historical plus live OHLCV, and position-based order routing with server-side stop-loss / take-profit / trailing stop.

Demo first

Capital.com has a full demo environment (demo-api-capital.backend-capital.com) — run your strategy there before risking funds. Set demo = true and the plugin talks to the demo host; the same API key works on both hosts, and the host you authenticate against decides which account list (demo or live) you see. Note two demo-side differences: fills are effectively deterministic at the requested price (slippage and partial fills are simulated away), and the hourly order-POST rate limit is tighter than on live.

Configuration

Settings live in workdir/config/plugins/capitalcom.toml, auto-generated from CapitalComConfig on first run. One credential block serves both market data and order execution:

demo = false           # demo host vs. live real funds
user_email = ""        # your Capital.com account email
api_key = ""           # API key from Settings -> API integrations
api_password = ""      # the password you set when generating the key

Generating the key: enable two-factor authentication on your account first (Capital.com requires 2FA before API key generation), then create the key under Settings -> API integrations on the platform; the API password is set there as part of key creation. The plugin encrypts the password with the server-provided RSA key at login and keeps the session tokens refreshed proactively.

Capital.com limits POST /session to one request per second per API key. Concurrent broker/provider instances in one process therefore share a keyed bootstrap gate. Session POST starts are spaced by at least one second, and a bootstrap throttle receives one bounded retry. Existing tokens stay visible while a replacement session is created, so an active WebSocket is never sent an empty credential pair.

Symbols

Capital.com identifies instruments by epic (e.g. EURUSD, GOLD) — use the epic directly in the provider string:

capitalcom:EURUSD@1

Pine scripts written with TradingView-style symbols keep working through the optional symbol_map translation table in the config:

[symbol_map]
"FX:EURUSD" = "EURUSD"
"OANDA:XAUUSD" = "GOLD"

Architecture

  • Transport: REST v1 (api-capital.backend-capital.com, or the demo host with demo = true) for account, orders, and history; WebSocket for live quotes and OHLC updates. Execution events are polled from REST (/positions, /workingorders, /history/activity) — Capital.com has no order-event WebSocket channel.
  • Authentication: API key + email + API password. The plugin encrypts the password with the server-provided RSA key and keeps the session tokens refreshed proactively.
  • Order model: position-based (dealId rows) with server-side stop-loss / take-profit / trailing stop as position attributes. One-way (netting) accounts use the direct execution path; hedging-mode accounts run through PyneCore's one-way emulation layer, so Pine one-way semantics hold on both.

Account-mode notes

  • Hedging mode is detected at connect time (GET /accounts/preferences) and handled transparently: closes, reversals, and brackets are decomposed per position row by the core one-way emulator.
  • Partial closes on a hedging account are not supported: DELETE /positions/{dealId} is full-row only (it ignores any size parameter), so a fractional strategy.close(qty=...) becomes a loud, non-halting skip. Use a one-way (netting) account for partial closes — there the plugin emulates them via opposite-direction orders.
  • Deferred trailing activation (Pine trail_price + trail_points) is only available on netting accounts; on a hedging account the trailing stop arms immediately at the given offset (logged as a warning).

License

Apache-2.0. See LICENSE and NOTICE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynesys_pynecore_capitalcom-0.9.3.tar.gz (264.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pynesys_pynecore_capitalcom-0.9.3-py3-none-any.whl (166.4 kB view details)

Uploaded Python 3

File details

Details for the file pynesys_pynecore_capitalcom-0.9.3.tar.gz.

File metadata

File hashes

Hashes for pynesys_pynecore_capitalcom-0.9.3.tar.gz
Algorithm Hash digest
SHA256 e301814d006e3ba29b723d514f193a32cd6bb8bc0618afd686ce75c3b6974ef9
MD5 e4937d82a4f41c50f0e5c36c59f86ae9
BLAKE2b-256 58d4cd5bd20831aeb236f062b2524ac48cebec116680197acaba6959bd0c3175

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynesys_pynecore_capitalcom-0.9.3.tar.gz:

Publisher: release.yml on PyneSys/pynecore-plugin-capitalcom

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pynesys_pynecore_capitalcom-0.9.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pynesys_pynecore_capitalcom-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cf3c3cc0a3c625baa1aa577909ae5e653a1d15329fca3508fed82370bbbfd582
MD5 031fdb241831754ecf5bc1266745e099
BLAKE2b-256 7dd39beaffbc6e57b2bbe77bdd2dc9f0a432fa61b139c8ebfddb667c7bf85352

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynesys_pynecore_capitalcom-0.9.3-py3-none-any.whl:

Publisher: release.yml on PyneSys/pynecore-plugin-capitalcom

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page