(function() { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); let hasParams = false; utmParams.forEach(param => { const value = urlParams.get(param); if (value) { localStorage.setItem(param, value); hasParams = true; } }); if (hasParams) { console.log('%c✅ UTM-метки сохранены в localStorage.', 'color: green; font-weight: bold;'); if (typeof gtag === 'function') { const eventParams = {}; utmParams.forEach(param => { eventParams[param] = localStorage.getItem(param); }); gtag('event', 'utm_parameters_captured', eventParams); console.log('%c📊 UTM-метки отправлены в GA4 как event utm_parameters_captured', 'color: blue; font-weight: bold;'); } } console.log('%c📦 UTM в localStorage:', 'color: orange; font-weight: bold;'); utmParams.forEach(param => { console.log(`${param}: ${localStorage.getItem(param)}`); }); // Навешиваем обработчик на кнопку регистрации const registerButton = document.querySelector('.StylableButton2545352419__container'); if (registerButton) { registerButton.addEventListener('click', function(e) { e.preventDefault(); let link = registerButton.querySelector('a') ? registerButton.querySelector('a').href : null; if (!link) { console.warn('⚠️ Кнопка не содержит ссылку'); return; } const url = new URL(link); utmParams.forEach(param => { const value = localStorage.getItem(param); if (value) { url.searchParams.set(param, value); } }); console.log('%c➡️ Переход на URL с UTM:', 'color: purple; font-weight: bold;', url.toString()); window.location.href = url.toString(); }); } else { console.warn('⚠️ Кнопка регистрации не найдена'); } })();
top of page

Position Sizing in Trading: Why Traders Lose Before Entry | Rock-West

  • Feb 17
  • 3 min read

Position Sizing in Trading; The Lesson Most Traders Learn Too Late 

A young trader once approached the Sensei Cat and said proudly, “I finally understand the market. I studied strategies, patterns, and indicators. Yesterday I even predicted the move.” 


The cat looked at him calmly and asked only one question: “How much did you risk?” 


The trader paused. This quiet and uncomfortable moment is where most trading careers end long before the market has a chance to decide anything. Traders usually assume losses come from poor analysis or bad luck, yet in reality the main cause is much simpler: they ignore position sizing in trading.



The Market Does Not Care About Your Entry 

Many beginners believe success depends on finding the perfect setup. They search for confirmation across indicators, trend lines, and signals, hoping certainty will protect them from losses. However, professional traders understand a different principle: losses are not dangerous, oversized losses are. 


A trader can be wrong more often than right and still grow an account if proper risk management in trading is applied. Behavioral finance research has repeatedly shown that emotional decision-making is a major cause of underperformance (CFA Institute overview: The Behavioral Biases of Individuals). 


Another trader may predict direction correctly yet still fail because exposure was uncontrolled. The market rewards discipline, not prediction accuracy.



What Position Sizing Actually Means 

Position sizing is often misunderstood as choosing a lot size. In reality, the lot size is the final step, not the first. 


The correct process works in reverse: 

  • Decide risk per trade (usually 1–2% of the account) 

  • Place a stop loss based on market structure 

  • Calculate the lot size that matches that risk 


Our trading psychology resources explain this discipline further: RW Sensei 


When traders reverse this order and select the lot first, they unknowingly allow emotions to determine risk. The stop loss then becomes arbitrary, and consistency disappears.



Why Traders Blow Accounts 

Over time the Sensei Cat observed a repeating cycle. After a loss, traders increase size to recover faster. After a win, they increase size because confidence rises. In both situations, exposure expands without calculation. 


Typical destructive habits include:

  • fixed-lot trading, 

  • widening stop losses, 

  • revenge trading, 

  • overconfidence after profitable streaks. 


Each mistake comes from the same psychological impulse, that is trying to control outcomes instead of controlling risk. 


Educational platforms such as BabyPips emphasize the same idea: discipline matters more than prediction.  


The market does not punish incorrect opinions; it punishes emotional sizing.



A Simple Practical Example 

Consider a $500 account risking 2% per trade, which equals $10. If a trade requires a 100-pip stop loss, the position must be small. 


If another trade requires a 20-pip stop loss, the position can be larger. 


The lot size changes, but the risk remains identical. This consistency is what separates trading from gambling.



Professionals Think About Losses First 

Beginners naturally ask how much they can earn. Professionals first calculate how much they can safely lose repeatedly without damaging the account. A good stop loss strategy does not eliminate losses, it limits their impact so probability can work over time. The goal of trading is not to win the next trade. 


The goal is to remain solvent long enough for statistics to favor you. 


Consistency is therefore not built from profits, but from controlled damage.



The Final Lesson 

The trader returned weeks later and told the Sensei Cat, “My profits are smaller now.” “And your account?” asked the cat. “It no longer collapses.” The cat nodded. “Now you are trading.”



Practice Before You Trade 

At Rock-West, trading conditions are designed to support disciplined exposure control, transparent execution, tight spreads, and tools that help traders apply real risk per trade instead of emotional decisions. 


Practice protecting your capital first with Rock-West.


bottom of page