home/roleplay/entry-signal-prompt

Entry Signal Prompt

GPTClaudeGemini··658 copies·updated 2026-07-14
entry-signal-prompt.prompt
# Bot Entry Signal Evaluator

> A drop-in prompt a trading bot calls per candle to decide whether an entry condition is confirmed by the per-coin quant model - returning a strict, machine-parseable verdict gated on regime and direction-probability thresholds.

## Use Case
A drop-in prompt a trading bot calls per candle to decide whether an entry condition is confirmed by the per-coin quant model - returning a strict, machine-parseable verdict gated on regime and direction-probability thresholds.

## Data Required
- **Endpoint:** `GET https://cryptodataapi.com/api/v1/quant/coins/{symbol}` (Pro tier)
- **Fields used:** `symbol`, `regime`, `probabilities.directional`, `probabilities.regime_transitions`, `meta.insufficient_history`, `explain`

## The Prompt

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{symbol}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Crypto-Data-API/cryptodataapi-prompt-library (MIT). A "Entry Signal Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

Crypto-Data-API/cryptodataapi-prompt-library · MIT