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

Inputs: position size in lots, spread — number of minimum price steps. For example, the value of 4 set for MIX-9.15 symbol means that the minimum price change step for this symbol (from its contract specification) equals 25, therefore, the EA will start to place orders when the spread is 4*25=100.

Operating principle:

If all conditions for trading are met, then the EA places 2 limit orders by best prices, i.e. if the best Bid price was 167000, then the EA places the order by 167025 (for MIX-9.15), then it waits for the orders to be accepted. After the orders are accepted, i.e. the position is opened, the EA will place only an opposite order with doubled volume to close the position and reverse. If the orders weren't accepted, and then the spread has been extended, then the EA will remove the orders and will always ensure that our orders have the best prices from the closest best price by 1 minimum step of the symbol's price change.

On fast markets, it may work with a delay and fail to reopen orders by best prices in time.

HFT Spreader for FORTS

Video:

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

MyBOLsAlert MyBOLsAlert

Bollinger Bands indicator with sound/email/arrow_display alerts.

Multi Symbol Chart Multi Symbol Chart

All-In-One candlestick chart.

ColorZerolagRSI_HTF ColorZerolagRSI_HTF

The ColorZerolagRSI indicator with the timeframe selection option available in the input parameters.

ColorZerolagRSIOSMA ColorZerolagRSIOSMA

Smoothed ColorZerolagRSI indicator rate of change represented as a colored histogram.