당사 팬 페이지에 가입하십시오
- 조회수:
- 34839
- 평가:
- 게시됨:
- 2010.05.17 08:14
- 업데이트됨:
- 2014.04.21 14:54
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Sometimes you want to help the advisor and add the order, but that Advisor has its own Magic number needed to be placed orders with its number.
- stoploss - level exhibiting SL, if 0, then SL is not exposed
- takeprofit - level exhibiting TP, if 0, then TP is not exposed
- Magic - a unique order number
- SELL - open SELL order
- BUY - open BUY order
- Lot - Order Quantity
- slippage - the maximum deviation of the price for market orders
The simultaneous installation of different directions of orders for this variable SELL BUY and set to true.
When failures of connection or a sharp price movement will be exhibiting 10 attempts to place an order, after that the script stops.
To run the script, drop it on the chart window and the menu will appear, select the options and type of the opened orders.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/9673

Indicator draw green and red lines similar to wavy dash. Green is a buy signal, red is a sell signal.

Load history form server Set the option at 1.

This indicator displays the variations of the Hurst Exponent which are seen as a predictor of the variations of volatility, therefore giving an indication on when to enter the market.

Based on the HAS indicator.