A trading system is not a prediction tool. It is a set of rules that defines when to enter, when to exit, and how much to risk. For manual traders, the gap between knowing and doing is the main cause of losses. This article provides four concrete modules: backtesting, position sizing, psychological logging, and black swan risk control. Each module includes actionable steps based on established research.
Module 1: Backtesting without overfitting. Many traders backtest until they find a curve that looks profitable. That is called data mining bias. According to “Evidence-Based Technical Analysis” by David Aronson, a robust test requires out-of-sample data. Split your price history into two parts: first 70% for development, last 30% for verification. Run your strategy once on the verification set. If the profit factor drops by more than 30%, the strategy is overfitted. For manual backtesting, use a spreadsheet. Record each simulated trade’s entry, stop loss, take profit, and exit price. Do not cherry-pick only winning periods. Include at least three different market phases: trending, ranging, and volatile. A good system survives all three.
Module 2: Fixed fraction position sizing. The Kelly formula provides a theoretical optimum, but full Kelly leads to high drawdowns. A practical alternative is fixed fraction risk. Risk no more than 1% of current account equity per trade. Calculate lot size as: (AccountBalance * 0.01) / (StopLossInPips * PipValue). For example, a $20,000 account risking 1% equals $200. A 40-pip stop on EUR/USD with a $10 pip value per standard lot gives $200 / (40*10) = 0.5 lots. Never increase position size after a winning streak. This avoids the gambler’s fallacy. Van Tharp in “Trade Your Way to Financial Freedom” emphasized that position sizing determines whether a positive expectancy system survives or blows up.
Module 3: The trading journal as a psychological tool. A journal is not a diary. It is a data collection instrument. Record for each trade: date, pair, direction, entry, stop loss, take profit, exit price, result in pips, and most importantly, a yes/no column for “followed all rules”. At the end of each month, calculate two separate performance numbers: average profit for rule-following trades versus rule-breaking trades. Most traders discover that rule-breaking trades have negative expectancy. This simple exercise forces accountability. A digital journal using Google Sheets or Notion works best because you can add a dropdown menu for emotional state: calm, greedy, fearful, bored. Over three months, identify which emotional state leads to the largest losses.
Module 4: Black swan and maximum drawdown defense. Black swan events are rare but fatal. You cannot predict them, but you can limit damage. Set three hard rules. First, maximum correlated exposure: do not risk more than 3% of capital on all pairs that move together (EUR/USD, GBP/USD, USD/CHF). Second, volatility filter: calculate the daily ATR(20). If ATR exceeds 2.5 times its 100-day average, cut all positions by half. Third, maximum drawdown limit: if your equity drops 10% from its peak within one week, stop trading for five calendar days. This breaks the revenge trading cycle. According to Nassim Taleb’s concept of antifragility, systems that survive extremes become stronger because they force discipline.
Practical checklist for next week: Run a 100-trade manual backtest on a ranging market. Write down your position sizing formula on a sticky note next to your screen. Start a trading journal with the rule-following column. Set your platform alert to sound when ATR exceeds 2.5 times average. These steps convert abstract knowledge into behavior.
References: