당사 팬 페이지에 가입하십시오
Get_Rich_or_Die_Trying_GBP - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 16027
- 평가:
- 게시됨:
- 2017.08.10 12:56
- 업데이트됨:
- 2018.02.27 13:38
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Author of the idea — John Smith, author of the MQL5 code — barabashkakvn.
Positions are only opened at the specified time (+ shift set in "Additional hour"). Bullish and bearish bars are counted on PERIOD_M1 (M1). The money management classes CMoneyFixedMargin and CMoneyFixedRisk are used.
Inputs:
- Stop Loss
- Take Profit
- Take Profit 2 — used for a program-based closing
- Trailing Stop
- Trailing Step
- Money Management — risk calculation type (percent of free margin or fixed risk value)
- Risk for a deal (in percent) — allowable risk percent value
- Count bars — the number of bars among which bullish and bearish bars will be counted
- Additional hour — shift
- Max positions — the maximum number of positions
Comparison of lot calculation based on the free margin on GBPUSD,M1:
and the fixed risk value:
The difference here is only the position load.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18710
Closing all open positions with the specified profit percent.
EURUSD breakoutThe EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.
Returns the profit of a position in points, as well as commission, swaps and profit in money based on the trading history.
VWAP Custom PositionStandard VWAP (Volume Weighted Average Price) calculation, but with configurable start position.