거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 3279
- 평가:
- 게시됨:
- 2018.09.27 15:50
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Idea by: Scriptor
MQL5 code author: barabashkakvn
The Expert Advisors uses signals from the FX Fish 2MA indicator
Buy signals - Fish is below zero and is crossed by Fish Aver.
Sell signals - Fish is above zero and is crossed by Fish Aver.
Fish Aver Aver can be used either for a more conservative entry or as a position exit signal.
Input Parameters
- Lots - volume for positions and pending orders
- Stop Loss
- Take Profit
- Trailing Stop
- Trailing Step
- Maximum number of orders to open - the maximum allowed number of positions and pending orders
- Distance between positions or distance to Limit order - the distance between positions or the distance from the current price to place a pending order
- Use secure profit protection - enable/disable profit protection
- Secured profit: close all if profit is bigger than - the profit size to protect
- Number of positions to enable the account protection - the maximum number of positions to enable the profit protection function
- Use Equity protection - enable/disable equity protection
- Equity protection: percent of the account - percent of equity to protect
- Use account money protection - enable/disable balance protection
- Account money protection - amount of balance to protect
- Use trade on Friday - enable/disable trading on Fridays
- Positions Time Live in seconds - position lifetime in seconds
- Reverse signals - enable/disable reversal of trading signals
- Use Limit Orders - enable/disable placing of pending Limit orders
- Close Opposite - enable/disable closing of positions at an opposite signal
- FX Fish 2MA: Calculate Period - FX Fish 2MA parameter: period to search for maximum and minimum, in bars
- FX Fish 2MA: Calculate Price- FX Fish 2MA parameter: price type for the Fish buffer
- FX Fish 2MA: MA1period - FX Fish 2MA parameter: averaging period for the Fish Aver buffer
- FX Fish 2MA: MA2period - FX Fish 2MA: averaging period for the Fish Aver Aver buffer
- magic number - unique EA identifier
EURUSD, H1:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21771

An indicator of two ranges of arbitrary time intervals.

A trend indicator based on the difference between two moving averages.

This Expert Advisor doesn't use any indicators. It only applies analysis of Close prices at bar #1 and the specified bar.

An indicator of ranges of arbitrary time intervals.