거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Lot calculator - risk management tool - MetaTrader 5용 지표

조회수:
40785
평가:
(56)
게시됨:
2018.01.30 12:04
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Most of professional traders state that their success is based on strict risk management.

This simple tool is designed to show the correct lot size to trade with respect to the following basic risk management rules:

  1. Risk only a fixed percentage of the total money on the account (e.g. 1-2%).
  2. Risk is measured by distance in pips between order opening to and emergency stop loss.

So, for example you have €2000 in your account, and you want to put an order on EURUSD with an emergency stop loss 191 pips from the order open value, what can be the correct lot size to trade?

The formula is:

F * R / (p * pv)

, where:

  • T - total account free margin.
  • R - risk.
  • p - pips between open order and stop loss.
  • pv - pip value (in the same currency as the account main currency).

The result, as you can see in following figure, is 0.02 lots.

When €2000 available, risk is 191 pips, to risk the 2% you have to trade no more than 0.02 lots

With €2000 available, risk is 165 pips, to risk the 2% you have to trade USDJPY no more than 0.03 lots.

With €2000 available, risk is 165 pips, to risk the 2% you have to trade USDJPY no more than 0.03 lots

The indicator shows quantities already switched to the current account currency.

In order to change the indicator parameters, simply access indicator properties:

indicator properties


Parameters

  • Stop loss distance from open order: pips number to risk.
  • Free margin fraction to risk: a good value range is 0.01-0.02.
  • Check to read the actual free margin of your balance, uncheck to specify a simulated balance: flag used to consider the true free margin or the simulated balance.
  • Simulated balance: free margin value to simulate.
RAVI iFish RAVI iFish

Range Action Verification Index (RAVI) with inverse Fisher transform.

Chandes Quick Stick (Qstick) Chandes Quick Stick (Qstick)

Chandes Quick Stick (Qstick)

Chandelier exit Chandelier exit

Chandelier exit indicator is designed to keep traders in a trend and prevent an early exit as long as the trend extends. Typically, the Chandelier Exit will be above prices during a downtrend and below prices during an uptrend.

Reduce_risks Reduce_risks

This is an MQL5 version of the Expert Advisor described in the article "How to reduce trader's risks" (https://www.mql5.com/en/articles/4233).