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

Labouchere EA - MetaTrader 4용 expert

조회수:
11104
평가:
(27)
게시됨:
2016.02.01 09:41
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor is based on the lot management according to the Labouchere system.

About the system

In theory, the SL and TP must be equal or almost equal. A trader takes a certain (any, the greater the lot, the greater the risks) sequence of lots. For example: 0.01 0.02 0.01 0.01 0.01.

During an order opening the first and the last element of the list are always added. That is, the first order will be 0.01+0.01=0.02. Let the order be profitable. Cross out the first and the last elements from the list. The remaining are 0.02 0.01 0.01.

Open an order with the lot 0.02+0.01 (the first and the last element) = 0.03. Let it be unprofitable. Add one element at the end, which is equal to the sum of the bet. Now the list is 0.02 0.01 0.01 0.03.

Open an order with 0.02+0.03 (the first and the last element) = 0.05. And so on.

The cycle ends once there are no more elements or only one element in the list. Stop opening orders, or start all over again.

About the Expert Advisor

  • Entries are made when there is an intersection of the main and the signal line of the stochastic.
  • Only one order can be in the market.
  • Entries are made during the opening of a new bar.
  • The Expert Advisor implements the option to run a new cycle after the completion of the previous one or to not open any more orders once the cycle completes.
  • It has a function of operation by time
  • There is a reverse function, instead of Buy it opens Sell and vice versa.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/14363

Proboy Xonax Proboy Xonax

The Expert Advisor trades by breakout of High or Low of the previous candlestick.

DayWPR DayWPR

The Williams Percent Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.

Guppy Multiple Moving Averages Guppy Multiple Moving Averages

The strategy by Daryl Guppy is implemented using this indicator.

TicksVolume TicksVolume

Tick volumes indicator. It shows the price change with an increase and decrease.