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


Inputs of the EA:

  • p - period for DeMark oscillator. It is optimized with the values from 3 to 100, step 1.
  • tp - TakeProfit value in pips. It is optimized with the values from 10 to 100, step 1.
  • sl - StopLoss value in pips. It is optimized with the values from 10 to 100, step 1.
  • lots - volume of the first order and that of all orders to be opened after a profitable trade. This parameter is not optimized.
  • mn - magic number. This parameter is not optimized.
  • losseslimit - the limit of successive losing trades. This parameter is not optimized. If the amount of losing trades reaches this limit, the EA stops opening trades and sends an e-mail message.
  • fastoptimize - fast optimization. This parameter is not optimized. If the value of this parameter is 'true', then the embedded system is optimized fast without capital management. The results obtained in the optimizer and in the tester may be different for fast optimization.

The Ea works only for newly formed bars and open prices. There is no need to optimize it for every tick.



С более подробным описанием принципа действия данного советника можно ознакомиться по ссылке: http://bigforex.biz/load/2-1-0-170



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

Specification Specification

An example of using graphical object OBJ_LABEL for tabular display.

Visual Start Visual Start

A code/method to test the redrawing indicators, by the example of FxmFish

_Fibo_Pivot_multiVal _Fibo_Pivot_multiVal

A multi-currency Expert Advisors aimed at trading on Asian sessions.

Pipsing_Setup_Buy_Sell Pipsing_Setup_Buy_Sell

Three scripts for quick preparation and manual placing of trade orders.