Do you need my cTrader login or live account?
No. Specification and early acceptance work should use written rules, redacted events and an owned demo environment. Credentials and live-account operation are not requested.
Free cBot preparation guide
The order-ownership, timing, risk, transport and restart decisions needed before a cTrader cBot can be quoted and tested safely.
State whether the cBot manages only its own labelled positions and pending orders, one TradingView source, or every order on the account. Owned-only is the safe default.
Identify whether instructions already reach cTrader through an existing connector, cTrader Open API or another authorized route, and preserve the exact non-secret event fields.
Define server time, UTC or a named timezone such as Europe/London, including daylight-saving behavior for sessions and daily resets.
State the reference price, pip or tick semantics, stop loss, take profit, rounding and broker minimum-distance behavior after a fill.
Write the exact event that moves a position to break-even, trailing, partial close, time exit or another state. Separate one-shot events from continuous management.
Decide whether an automated protective stop may only tighten and what happens if a trader manually loosens or removes it.
Define start-of-day balance or equity, realized and floating P/L, deposits, withdrawals, the close/cancel sequence and how long new entries remain locked.
Require a stable source ID or idempotency key so replayed alerts, reconnects and retries cannot create a second unintended order.
Set bounded retry counts, terminal failure states and reconciliation rules for partial fills, rejected modifications, disconnections and cBot restarts.
Provide at least one should-act and one must-not-act example for every state transition, including an ambiguous or out-of-scope order.
No. Specification and early acceptance work should use written rules, redacted events and an owned demo environment. Credentials and live-account operation are not requested.
A transport layer is still required. The exact connector, webhook receiver or Open API route and its duplicate-handling rules must be identified before implementation is priced.
No. A cBot can enforce deterministic risk and account-control rules, but it cannot guarantee market outcomes, fills, profitability or challenge completion.
Ready for a feasibility check?