당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 3928
- 평가:
- 게시됨:
- 2017.03.02 09:56
- 업데이트됨:
- 2018.02.15 18:01
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The Expert Advisor places two pending orders at a certain time.
Author of the idea — Maksim Zerkalov, author of the mq5 code — barabashkakvn.
Two orders are placed at the specified time. When on eof them triggers, the second one should be deleted. Exit either by Take Profit or after a specified time interval, depending on what happens earlier.
Added on 15.01.2017.
Version "1.01" - now two time intervals are available.
Test on EURUSD, M5 from 2016.06.26 to 2016.12.26:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/17279

A tick Expert Advisor. It compares the price on the previous tick and the current price.

Comparing open prices of the zero and third bar.

An example for calculating the lot value with a fixed margin level. That is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.

RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.