Documentation
Learn how to use Quori AI to make better trading decisions
Getting Started
Introduction
Quori AI combines AI-powered trading signals with prediction market insights to help you make more informed trading decisions. Our platform evaluates trade opportunities and provides confidence scores, entry points, and risk management suggestions. Built for traders who want to turn market chaos into quantifiable edge.
Quick Start
To begin using Quori AI, navigate to the Dashboard and select your trading parameters: symbol (BTC, ETH, SOL, BNB), leverage (1x-20x), and timeframe (5m, 30m, 4h). Optionally add your own trade analysis for the AI to consider. Click "Get AI Signal" to receive comprehensive trading recommendations with verifiable price targets.
Account Setup
No account required to start. Quori AI works immediately without sign-up. Simply navigate to the dashboard and start analyzing trades. Your analysis history is stored locally in your browser session.
Trading Signals
How It Works
Quori AI automatically determines whether to go long or short based on comprehensive market analysis. The AI evaluates price action, volume patterns, market sentiment, and technical indicators to generate structured trading signals. Each signal includes a confidence score, recommended entry price, stop loss, multiple take profit targets, and a detailed market analysis.
Leverage Selection
You can select leverage from 1x to 20x using the slider. The AI automatically adjusts its recommendations to maintain a minimum 2:1 reward-to-risk ratio and ensures at least a 50% actual gain (adjusted for leverage). Higher leverage means the AI will target larger price moves to maintain the minimum gain threshold.
Confidence Scores
Confidence scores range from 0-100% and indicate the AI's certainty in the trade recommendation. Higher scores suggest stronger signals based on multiple confluence factors. However, always use proper risk management regardless of confidence level - markets can be unpredictable.
Entry & Exit Points
The platform provides specific entry prices, stop loss levels with percentages, and multiple take profit targets (TP1, TP2, etc.) with percentage gains. All prices are verifiable - you can check them hours later to validate the AI's recommendations. The stop loss and take profit percentages are shown both as raw price moves and adjusted for your selected leverage.
Live Price Integration
Real-time prices are displayed from Binance with live 24h change percentages. The dashboard automatically refreshes prices every 10 seconds to keep you informed of current market conditions before making trading decisions.
Risk/Reward Ratio
Every signal maintains at least a 2:1 reward-to-risk ratio. This means the potential profit target is at least twice the distance of the stop loss. The AI enforces this constraint to ensure mathematically sound trade setups.
Prediction Markets
Overview
Quori AI integrates with Polymarket to help you discover and analyze prediction markets. You can browse popular trending markets, search for specific markets by URL or name, and get comprehensive AI-powered analysis on any prediction market question.
Searching Markets
Use the search functionality to find markets by pasting a Polymarket URL or searching by market name. The platform will fetch market details including current odds, outcomes, and descriptions. You can analyze markets from Polymarket or create custom market questions for analysis.
AI Market Analysis
Get comprehensive analysis on any prediction market including: probability estimates, key drivers affecting the outcome, main risk factors, market pricing assessment (whether overpriced or underpriced), and actionable trading insights. The AI uses odds information to assess market pricing but frames it as market assessment without explicitly mentioning odds.
Conversational Analysis
After getting the initial analysis, you can ask follow-up questions about the market. The AI maintains conversation context to provide detailed answers to specific questions like "What are the main risks?" or "Explain the probability estimate." This creates an interactive analysis experience.
Popular Markets
Browse trending Polymarket markets filtered to show only markets with odds between 8% and 92% on either side. This ensures you're looking at markets with meaningful uncertainty rather than near-certain outcomes. Markets are sorted by volume to show the most active trading opportunities.
Market Opportunities
Prediction markets can be used to hedge trading positions or create additional revenue streams. For example, if you're long on BTC, you might use a related prediction market to hedge against adverse outcomes or profit from market movements in a different way.
API Reference
Evaluate Trade
POST /api/evaluate
Request body:
{
symbol: string, // e.g., "BTCUSDT"
timeframe: "5m" | "30m" | "4h",
leverage: number, // 1-20
user_analysis?: string // Optional user-provided analysis
}
Returns:
{
action: "recommend_long" | "recommend_short" | "recommend_wait",
confidence: number, // 0-1
comment: string, // Market analysis text
entry_suggestion: number,
stop_loss: number,
stop_loss_percent: number,
take_profit: number[],
take_profit_percent: number[],
risk_reward_ratio: number
}Market Analyze
POST /api/market-analyze
Request body:
{
market_question: string,
odds?: number, // 0-1
additional_context?: string,
conversation_history?: Array<{ role: "user" | "assistant", content: string }>,
is_followup?: boolean
}
Returns:
{
analysis: string, // Comprehensive market analysis
estimated_probability?: number, // 0-1
market_question: string,
provided_odds?: number
}Live Price
GET /api/live-price?symbol=BTCUSDT
Returns:
{
price: number,
change_24h: number, // Percentage
volume_24h: number,
high_24h: number,
low_24h: number,
price_change_24h: number
}Polymarket Popular
GET /api/polymarket/popular
Returns:
{
markets: Array<{
id: string,
question: string,
outcomes: Array<{ outcome: string, price: number }>,
liquidity?: number,
category?: string
}>
}Polymarket Fetch
POST /api/polymarket/fetch
Request body:
{
urlOrSlug: string,
searchQuery?: string
}
Returns either a single market or array of markets from an event.Best Practices
Risk Management
Always use stop losses - they're provided in every signal for a reason. Never risk more than you can afford to lose. Use position sizing appropriate for your risk tolerance and account size. Remember that higher leverage amplifies both gains and losses.
Leverage Considerations
While Quori AI allows up to 20x leverage, higher leverage requires larger price moves to meet the minimum gain threshold. Consider starting with lower leverage (1x-5x) to get comfortable with the system, then gradually increase as you gain experience.
Multiple Timeframes
Consider evaluating trades across multiple timeframes (5m, 30m, 4h) to get a comprehensive view of market conditions before entering a position. A 4h signal may have different confidence and targets than a 5m signal for the same pair.
Verification
All price targets are verifiable. Bookmark signals and check back hours later to see if the AI's entry, stop loss, and take profit predictions were accurate. This helps you understand the AI's performance over time.
User Analysis
The optional "Your Trade Analysis" field lets you provide your own insights. The AI will consider your analysis but make its own independent recommendation. Use this to incorporate your own research, technical patterns, or fundamental analysis into the evaluation.
Confidence vs Reality
High confidence scores don't guarantee success. Markets are unpredictable and can move against even the strongest signals. Use Quori AI as one tool in your trading arsenal, not the only one. Always combine AI recommendations with your own judgment and risk management.
Prediction Markets Strategy
When analyzing prediction markets, look for discrepancies between market odds and the AI's probability estimate. If the AI estimates 60% probability but the market is trading at 40%, there may be an opportunity. However, always understand the risks and do your own research.
Continuous Learning
Use the chat feature to ask questions about trading, markets, or specific strategies. The AI can provide educational context and help you understand complex market dynamics. Learning while trading improves your decision-making over time.
AI Chat
Overview
Quori AI includes a dedicated chat interface where you can ask questions about trading, market analysis, technical concepts, or get general assistance. The AI is trained specifically as a crypto trading assistant and market analyst.
What You Can Ask
Ask about trading strategies, risk management, technical analysis, market dynamics, leverage calculations, risk/reward ratios, or any trading-related questions. The AI provides practical, actionable insights tailored to crypto trading.
Best Practices
Be specific with your questions to get better answers. Ask follow-up questions to dive deeper into topics. Use the chat to understand concepts before implementing them in your trading strategy.