거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
19120
평가:
(25)
게시됨:
2014.02.18 05:51
업데이트됨:
2014.04.21 14:56
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

On the topic of Martingale was written numerous advisors .

In this EA, you can check the classical principles of the martingale, as well as antimartingeyla .

EA code as simple as possible and all uncommented .

The principle of trade with Martingale:

  • Received initial take profit opened lot in the same direction .
  • Got a stop loss order with reverse opened a larger lot .

Principle trading at AntiMartingale:

  • Got take profit opened with a larger lot in the same direction
  • Got a stop loss opened with an initial reverse Warrant lot

The essence of the martingale system is as follows :

Begins trading with some preselected minimum lot .

After each stop loss trader should increase the lot so that in the case of take profit to recoup all past stop loss in this series, with a small income. ( For example 0,01-0,02-0,04-0,08-0,016-0,032 -0.064, etc) .

Subject to the sequence of income trader at a profit will be equal to the profit with minimum lot.

In case the trader should take profit back to the minimum lot .

Using the Martingale system, the trader does not receive benefits, it just redistributes its profit . Trader receives the stop loss is rare, but a lot, and often profit, but gradually .

The essence of Antimartingeyl is as follows :

Unlike the Martingale system where item increases if the stop loss, the system Antimartingeyl contrary - Lot increases in the case of profit.

Betting begins with the minimum lot . In the case of profit item increases in two or more times - in the case of stop loss trader returns to the original lot .

When trading on the system Antimartingeyl necessary to clearly define the boundaries of the lot increase, after which the trader must return to the original lot .

For example, after three increases ( 0,01,0,02,0,05 ) .

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

Day Trader Market Profile Day Trader Market Profile

The indicator ыimulates the full structure of the market profile system that described by "James Dalton" in his book "Mind Over Markets".

MQL4 OnTrade() Alternative MQL4 OnTrade() Alternative

This code is an Alternative of the missing OnTrade() event in MQL4.

MACD vs Signal line MACD vs Signal line

It opens and close transactions depends on MACD vs signal line - upper - opens buy, closes sell, below - closes buy, opens sell.

SwingCyborg SwingCyborg

This Expert Advisor is based on your human ability to predict medium and long term trends.