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

Trade when the market is closed - MetaTrader 4용 스크립트

조회수:
11111
평가:
(28)
게시됨:
2016.02.08 12:26
업데이트됨:
2016.02.16 14:08
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The script is designed to place orders at the time when it is not possible, for example, when the market is closed.

Specify the trading direction (buy or sell), the order volume and the parameters of the stops in the script. As soon as the market opens, the order will be placed. Moreover, this script will maintain the order until its closure. It is possible to specify all the trailing parameters, then the order will be maintained by a trailing stop once it is opened.

There is another feature - virtual stops. If the stop loss or take profit was specified below the stop level allowed by the broker, then the script will control the stop loss and take profit virtually and will close the order by the specified parameters itself.

If a GAP occurs during the attachment of the script to the chart, then the script will try to open the order by the first price available.

It is also possible to specify the start time of the script, then the order will be placed not immediately once the market opens, but at the specified time.


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

UP bot 1 UP bot 1

A simple Expert Advisor, which works without the use of any indicators. Enters at trend reversal attempt.

Another_Symbol Another_Symbol

Display of a symbol's chart in a subwindow of another symbol.

AfterEffects AfterEffects

Trading robot based on the theorem "On the presence of memory (aftereffects) in random sequences".

Info rectangle drawing Info rectangle drawing

Example of creating info panels.