Skip to main content

24 posts tagged with "technical-analysis"

View All Tags

Mercury Next: Technical Analysis for Swing Trading

· 3 min read
Max Kaido
Architect

Looking to enhance your market analysis without the complexity of LoRA fine-tuning? This deep dive reveals four powerful techniques to supercharge DeepSeek-R1's technical analysis capabilities using just prompt engineering and Ollama's built-in features. Whether you're a quant developer seeking better market insights or an ML engineer optimizing model performance, these battle-tested approaches will help you achieve professional-grade analysis without the computational overhead of custom training.

Dynamic TP/SL Strategies Using Technical Analysis

· 6 min read
Max Kaido
Architect

Looking to move beyond rigid take-profit and stop-loss levels? This comprehensive guide reveals five battle-tested approaches to dynamic TP/SL calculation using technical analysis. Whether you're a systematic trader seeking to optimize risk management or a quant developer building automated systems, these strategies will help you adapt to changing market conditions while maintaining robust position management. From volatility-based adjustments to multi-timeframe confluence, discover how to leverage our technical analysis service for smarter trade exits.

LLM Behavior Insights: Technical Analysis and Market Reasoning

· 4 min read
Max Kaido
Architect

While implementing large language models for technical analysis and market reasoning, we've discovered several fascinating insights about how these models process and reason about market data. These findings challenge common assumptions about temperature settings and prompt engineering, while offering practical solutions for more reliable analysis.

Adaptive Weight Optimization in Technical Analysis: A Modern Approach with LLMs

· 33 min read
Max Kaido
Architect

The Problem

Technical analysis has long relied on combining multiple indicators to generate trading signals. The challenge lies not in which indicators to use - these are well established - but in how to weight their importance dynamically as market conditions change. Traditional fixed-weight systems often fail when market regimes shift, leading to:

  • False signals during regime transitions
  • Delayed adaptation to new market conditions
  • Over-optimization for specific market states
  • Poor performance in unexpected market conditions

Domain-Driven Technical Indicators: A Journey from Booleans to Value Objects

· 5 min read
Max Kaido
Architect

In our recent work on the Mercury TA service, we encountered an interesting challenge with our Ichimoku Cloud indicator implementation. The issue arose from using primitive boolean values to represent complex market states, leading to ambiguous and sometimes incorrect interpretations. This post outlines our three-step solution to create a more robust and maintainable technical analysis API.

Improved Sorting Prompt

· 4 min read
Max Kaido
Architect

Below are three improved prompt formulations. Each clarifies the trading criteria (e.g., RSI thresholds, MACD crossing specifics, ADX ranges), comparison logic (e.g., how to pick a "winner"), and exact JSON response format, so that different AI models have less room for misinterpretation or data mix-ups.


Top 42 Missing Indicators: Enhancing Mercury Bot's Technical Analysis

· 4 min read
Max Kaido
Architect

Introduction

As Mercury Bot continues to evolve, we've identified key technical indicators that could enhance its market analysis capabilities. While we've already implemented several core indicators (RSI, MACD, Bollinger Bands, Ichimoku Cloud, OBV), this guide ranks additional indicators by their value for crypto markets and implementation complexity.