BOT TEMPLATE
New Auto Bot
Use this file as the starting structure for the next bot. Define the strategy first, then market scan, entry gate, recovery flow, risk rules and execution mode.
Required design fields
Bot ID · Bot name · Version · Markets · Research window · Contract(s) · Entry conditions · Recovery conditions · Stop-loss · Take-profit · Consecutive-loss limit · Stake rule · Demo/real permission · Logging · Settlement logic.
Implementation placeholder
No trading code is included in this template yet. Add the new strategy only after its exact conditions have been agreed and reviewed.
const BOT_META = {
id: "bot_x",
name: "New Strategy Bot",
version: "0.1.0",
status: "DRAFT"
};