Your Reliable Partner
Send market data (candles + price) and receive intelligent trading signals powered by our cloud engine.
This API analyzes multi timeframe market data (M1 → H4) and returns high probability trading signals with bias, zones, and scoring. Designed for MT5 bots, Deriv bots and other brokers' automated trading systems.
https://dischub.co.zw/mt5/get/signal/
POST
{
"api_key": "your_api_key_here",
"email": "your_account_email_here",
"symbol": "Boom 300 Index",
"current_price": 2500.0000,
"min_1_candles": [...],
"min_5_candles": [...],
"min_15_candles": [...],
"min_30_candles": [...],
"hr_1_candles": [...],
"hr_4_candles": [...]
}
{
"open": 2490.0000,
"high": 2510.0000,
"low": 2480.0000,
"close": 2500.0000
}
{
"symbol": "Boom 300 Index",
"signal": "BUY",
"bias": "BULLISH"
}