(function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('105-GAR-921'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.defer = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })();

Loss Cut

Also known as a stop-loss order, is a risk management tool used in trading to limit potential losses. It is an order placed with a broker to automatically close a trade at a specified price level if the market moves against the trader's position.

For example, if a trader buys a currency pair at 130.00 and sets a stop loss at 129.75, the trade will automatically be closed out if the currency pair's price falls to 129.75. The trader will only lose a predetermined amount (in this case, 25 pips) on the trade, rather than potentially losing more if the price continues to fall.

Back to Dictionary