Skip to main content

Londinium Strategy: In-Depth Analysis

Strategy Number: #224 (the 224th of 465 strategies)
Strategy Type: Session Trading / London Session Strategy
Timeframe: 15 Minutes (15m)


I. Strategy Overview

Londinium is a trading strategy based on London financial session analysis. London is one of the largest forex and cryptocurrency trading markets in the world. This strategy leverages the high liquidity and volatility of the London session to generate trading signals.

The name "Londinium" is the Latin name for London, indicating that this strategy focuses on the London trading session (08:00-16:00 UTC) market characteristics.

Core Characteristics

AttributeDescription
Entry Conditions2 sets of London session-based buy signals
Exit Conditions1 set of base exit signals + take-profit and stop-loss
Protections1 set of entry protection parameters
Timeframe15-minute primary timeframe
Dependenciespandas, numpy

II. Strategy Configuration Analysis

2.1 Base Risk Parameters

# ROI Exit Table
minimal_roi = {
"0": 0.08,
"30": 0.05,
"60": 0.02,
"120": 0
}

# Stop Loss Settings
stoploss = -0.10

# Trailing Stop
trailing_stop = True
trailing_stop_positive = 0.025
trailing_stop_positive_offset = 0.03

Design Philosophy:

  • Moderate Take-Profit: 8% initial target, suitable for London session volatility
  • Standard Stop Loss: -10% stop loss magnitude
  • Trailing Stop: Enabled to protect profits

2.2 London Session Parameters

# London Session Configuration
london_start = 8 # Start at UTC 8:00
london_end = 16 # End at UTC 16:00
london_window = 10 # Candles to observe after open

III. Entry Conditions Details

3.1 London Session Characteristics

London session characteristics:

  • High liquidity
  • High volatility
  • Trends often form during this period

3.2 Entry Conditions

Condition #1: London Open Breakout

# Logic
- Identify the 10 candles after London open
- Price breaks out of the open range
- Entry Timing: Breakout confirmed

Condition #2: London Session Trend Continuation

# Logic
- A clear trend forms during the London session
- Trend continues into the afternoon trading session
- Entry Timing: Pullback and rebound

IV. Exit Logic Details

4.1 Take-Profit and Stop-Loss

Take-Profit Point    8%    Hold 0-30 minutes
Take-Profit Point 5% Hold 30-60 minutes
Take-Profit Point 2% Hold 60-120 minutes
Stop-Loss Point -10% Any time

V. Technical Indicator System

5.1 Core Indicators

Indicator CategorySpecific IndicatorPurpose
Session IndicatorUTC TimeIdentify London session
Price IndicatorOpen RangeKey level identification
Trend IndicatorTrend DirectionTrend confirmation

VI. Risk Management Highlights

6.1 Session Filtering

Only trade during the London session, avoiding low-liquidity periods.

6.2 Volatility Control

Adjust take-profit and stop-loss based on London session volatility characteristics.


VII. Strategy Strengths and Limitations

✅ Strengths

  1. High Liquidity: Large trading volume during London session, small slippage
  2. High Volatility: Best suited for short-term trading
  3. Clear Trends: London session trends are often clearer

⚠️ Limitations

  1. Session Restrictions: Can only trade during specific sessions
  2. Time Zone Issues: Trading times differ for different regions
  3. Weekend Effect: May be ineffective on weekends

VIII. Applicable Scenarios Recommendations

Market EnvironmentRecommended ConfigurationNotes
London SessionRun normallyBest when volatility is highest
Non-London SessionStand byReduce trading frequency

IX. Applicable Market Environment Details

Londinium is a London financial session strategy. Code volume is approximately 150 lines, based on the "high London session volatility" assumption.

Its Money-Making Philosophy: Trade when liquidity is at its best

  • Session Focus: Only trade during London session
  • Volatility Trading: Profit from high volatility
  • Trend Following: Trade with the trend

9.1 Performance in Different Market Environments

Market TypePerformance RatingAnalysis
📈 London Session Up⭐⭐⭐⭐⭐Clear trends, good liquidity
📉 London Session Down⭐⭐⭐⭐⭐Equally effective
🔄 Non-London Session⭐⭐☆☆☆Low volatility, poor results
⚡ Major Data Releases⭐⭐⭐⭐⭐Volatility explosion

9.2 Key Configuration Recommendations

Configuration ItemRecommended ValueNotes
london_start8UTC open time
london_end16UTC close time

X. Important Notes: The Cost of Complexity

10.1 Learning Curve

Understanding trading session characteristics of different time zones is required. Adjusting parameters based on your own time zone is recommended.

10.2 Hardware Requirements

Number of Trading PairsMinimum RAMRecommended RAM
5-101GB2GB
20-302GB3GB

10.3 Manual Trading Recommendations

Adjust London session parameters based on your time zone and concentrate trading during high-liquidity periods.


XI. Summary

Londinium is a London session trading strategy. Its core value lies in:

  1. Session Advantage: Leverages London's high-liquidity session
  2. High Volatility: Best volatility for short-term trading during this session
  3. Clear Trends: London session trends are often clearer
  4. Simple and Efficient: Few parameters, easy to use

For quantitative traders, this strategy is suitable for investors who can adjust their trading hours based on their time zone.