Methodology
How it works, in short: the bot reads market action across multiple time horizons and decides whether we're in a phase favourable to going long, going short, or staying flat. When it sees strong setups it opens positions in the direction coherent with the regime and holds them for days, even weeks. It's not scalping. If the picture changes or the position isn't performing, it exits before losses grow too large.
1. Markets
At go-live, the strategies are active on perpetuals listed on Hyperliquid for: ETH-USD, SOL-USD, BNB-USD.
2. How the bot decides
The bot doesn't look at a single chart: it crosses multiple time horizons to understand the market phase (uptrend, downtrend, sideways, rotation) and looks for confluence between trend direction and per-coin momentum. Only when the two planes align does it open a position, in the direction coherent with the current phase. The same framework generates both LONG and SHORT signals.
Sizing is expressed as a percentage of capital (not absolute amounts). Positions have a typical horizon of several days โ they target meaningful moves, not intraday fluctuations.
3. When the bot exits
Each position has multiple exit conditions evaluated at every candle. The first one that fires closes the trade. The reasons are coded and visible in the track record:
TPTake ProfitThe position reached the target gain level: it is closed to lock in profit.
SLStop LossThe position reached the maximum loss tolerated: it is closed to cap exposure.
MHMax HoldThe position stayed open too long without reaching target: it's liquidated to free capital for better opportunities.
RERegime ExitThe market phase has changed and the setup that justified the position no longer holds: preemptive close.
FLATFlat ExitPrice has stayed flat around entry for too long: capital tied up with no prospect โ exit.
EARLY_LOSSEarly LossThe position went into loss rapidly from the start: the setup was wrong, early close to limit damage.
CLOSE_OPPClose OpportunityA signal opposite to the one that opened the position has emerged: the market is turning, exit before it becomes a loss.
ARAuto-ReconciliationAutomatic reconciliation with the exchange's on-chain state (e.g. orders executed server-side while the bot was restarting).
ADMINAdmin CloseManual close by the operator (exceptional case).
4. Transparency & versioning
Each strategy in production is identified by a semantic version (e.g. v6.4, v7). Specific parameters (thresholds, lookbacks, exact TP/SL percentages) are proprietary and not published โ but the behaviour is fully verifiable post-hoc: all closed trades are visible on the /performance page with their close reason, and every distributed signal includes a SHA-256 hash of the config in force at generation time (proof of integrity).
5. Tier & gating
- Free: sees only trades after they close โ serves as a verifiable track record.
- Standard (โฌ39/mo, up to $5,000 cap): real-time signals + HMAC webhook + optional non-custodial autotrade on ETH/SOL/BNB perpetuals (you keep your seed; the bot signs orders via a Hyperliquid agent wallet you can revoke any time).
- Advanced (โฌ69/mo, up to $20,000 cap): same delivery as Standard with a higher capital ceiling for larger portfolios.
- Custom: capital ceiling negotiated per-account, dedicated onboarding and SLA โ contact us.
Free is closed-trades-only to preserve the paid product's value while keeping the track record verifiable. Standard, Advanced and Custom share the same delivery (real-time + webhook + optional non-custodial autotrade); the only difference is the cap on bot-managed capital. Autotrade is opt-in โ every paid tier works equally well as signals-only if you prefer to execute yourself.
6. Execution paths
Once a strategy generates a signal, you can act on it two ways. The methodology is identical โ the only difference is who clicks the button.
Self-execution (any paid tier)
Receive the signal via HMAC-signed webhook, Telegram or email and execute manually or wire it into your own bot. Botely never sees your venue credentials in this path; you remain fully in control of order placement, fees, and slippage.
Botely autotrade (opt-in, any paid tier)
Approve a Botely-controlled agent wallet on Hyperliquid (EIP-712 ApproveAgent) and the bot signs the trades for you on the three whitelisted markets. You remain non-custodial: your seed stays in your wallet, the agent can be revoked on-chain at any time, and you have per-strategy + master kill-switches in the dashboard. See /autotrade for the full architecture.
7. MAR disclaimer
The information distributed constitutes investment research under EU Regulation 596/2014 (MAR). It does not represent personalised investment advice or an individual buy/sell recommendation. Past performance is not indicative of future results.