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

OpenOrderMarketExecution - MetaTrader 4용 스크립트

조회수:
17012
평가:
(5)
게시됨:
2010.09.14 11:45
업데이트됨:
2014.04.21 14:54
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The script quickly open orders works on two types of order execution: Market Execution and Instant Execution


For vybota type is a variable MarketExecution, if its value = false, then stop orders exhibited immediately when you open an order, but if true, then after the opening of a warrant script will work as long as no set stoploss and takeprofit.

Another feature of this script is that it can calculate exhibited lot depending on the desired risk.

For example, you are willing to risk 1% of their deposit: expose Risk = 1 and Lot = 0.0. The script will calculate a lot, where a warrant, closing on stoploss, lose only 1% of your money.

The script can simultaneously open two divergent orders for this set SELL = true and BUY = true.


Additional options:

stoploss - level SL, if 0, then SL is not exposed (to determine the lot at% can not be null)
takeprofit - level TP, if 0, then TP is not exposed
Magic - the unique number of orders
SELL - open order SELL
BUY - open order BUY
Lot - Order Quantity
Risk - % which we are willing to risk, is applied at Lot = 0
slippage - The maximum permissible deviation of the price for market orders
MarketExecution - Putting stops on the next tick


TrailingStopFrCnSAR TrailingStopFrCnSAR

The script can apply the trailing function based on the portfolio profits, i.e. Stop Levels can be set upon reaching the total breakeven level of all the orders in the selected direction.

Symbols.mqh Symbols.mqh

Retrieve a list of all Symbols/Instruments known to the Server with MarketInfo output to a CSV file

Rsi  Ichimoku Indicator Rsi Ichimoku Indicator

Ichimoku indicator based on RSI values that displays in your sub-window.

EndOfBar EndOfBar

This script gives You information about time left to end of the bar.