Pepperstone
Coming SoonForex Brokers
connectorType: "pepperstone"Australian forex and CFD broker
Connection Architecture
Pepperstone
WebSocket / REST→
Connector
libs/exchange-pepperstone→
Provider
:8081/api→
Detector
Advisor
Studio
The connector feeds exchange data to Provider. Detector receives market data, Studio receives read views, and Advisor sees only signed candidate evidence.
Technologies
Transport
REST Polling
Authentication
MT4/MT5 Login + ServerData Format
JSONFeatures
MT4/MT5
Best for
- ECN/STP traders requiring the lowest possible spreads on major FX pairs and raw pricing feeds.
- MT4/MT5 algo traders who want to bridge automated strategies with Barfinex signal generation.
- Multi-asset CFD traders covering 1,200+ instruments with ASIC or FCA regulatory protection.
Connect via code
1Environment variables (.env)
PEPPERSTONE_LOGIN=your_login_here PEPPERSTONE_PASSWORD=your_password_here PEPPERSTONE_SERVER=your_server_here
2Connector configuration
// config/config.provider.json
{
"provider": {
"connectors": [
{
"connectorType": "pepperstone",
"enabled": true,
"markets": [
{ "marketType": "spot", "symbols": [{ "name": "BTCUSDT" }] }
],
"subscriptions": [
{ "type": "PROVIDER_MARKETDATA_CANDLE", "symbols": ["BTCUSDT"], "intervals": ["min1", "h1"], "active": true },
{ "type": "PROVIDER_MARKETDATA_TRADE", "symbols": ["BTCUSDT"], "active": true },
{ "type": "PROVIDER_MARKETDATA_ORDERBOOK", "symbols": ["BTCUSDT"], "active": true }
]
}
]
}
}3Verify and query data
Public verification 1. Configure credentials in the private Provider environment. 2. Verify connector status in the internal Studio/Provider console. 3. Use Barfinex public pages to inspect market data. Operator Provider commands and tokens remain in internal runbooks only.
Available via Barfinex API
/api/candles/pepperstone/...
/api/trades/pepperstone/...
/api/orderbook/pepperstone/...
/api/account/pepperstone/...
/api/symbols/pepperstone/...
/api/assets/pepperstone/...
Studio graphical setup — in development, coming in the next release.
Important
The SERVER credential identifies the MT4/MT5 trade server (e.g., Pepperstone-Edge-Live) — an incorrect server name will prevent connection.
Pepperstone offers separate live and demo server environments; use the correct server for each.
Connect in Studio(soon)
Exchange Website