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

EMDcotir (Empirical Mode Decomposition) - MetaTrader 5용 스크립트

조회수:
6309
평가:
(28)
게시됨:
2012.09.18 13:40
emdcotir.zip (83.73 KB)
cemd_2.mqh (33.03 KB) 조회
emdcotir.mq5 (3.59 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

EMDcotir script performs empirical mode decomposition for the current symbol. The result is displayed using the default WEB browser. To launch the script, copy the entire EMDcotir directory (from the archive having the same name) to Scripts of the terminal, then compile EMDcotir.mq5. After that, EMDcotir.mq5 can be launched on the necessary symbol. Using external DLLs should be allowed for the script normal operation.

MQL5 codes are additionally attached outside the archive to let users to examine them without downloading and unzipping EMDcotir archive. 

Details can be found in the article “Introduction to the Empirical Mode Decomposition Method”.

Input:

  • Len=300     - specifies the number of handled bars.
  • AScale=1    - charts display mode: 1=AutoScale, 0=w/o AutoScale.
  • ADraw=1    - autostart of WEB browser: 1=AutoDraw, 0=w/o AutoDraw.

 EMD

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

SetSellStopLimitOrder SetSellStopLimitOrder

The script is developed for placing a SellStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.

SetBuyStopLimitOrder SetBuyStopLimitOrder

The script is developed for placing a BuyStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.

MA-Crossover_Alert MA-Crossover_Alert

The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox.

i-AnyRange i-AnyRange

The indicator of the ranges of unrestricted time intervals.