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

BB_MACD_funcs - MetaTrader 4용 라이브러리

조회수:
8775
평가:
(14)
게시됨:
2012.08.13 06:48
업데이트됨:
2014.04.21 14:55
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

In this library there are 2 functions iBandsfunc and iMACDfunc, which extend calculating capabilities of the appropriate functions, e.g. for expert advisers.

The standard function iBands is calculated by using the deviation only as an integer value and on the basis of a simple moving average (SMA). In iBandsfunc it is possible to use deviation as a double value and other moving averages.

The standard function iMACD is calculated by formulas:

MACD = EMA(CLOSE, 12) - EMA(CLOSE, 26)

SIGNAL = SMA(MACD, 9),

where MACD is calculated on the basis only of the exponential moving average (EMA), and the signal line - a simple moving average (SMA). In iMACDfunc it is possible to choose a moving average for main (MACD) and signal line.

Examples of the use these functions can be found in the attached file.

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

Automatic stoploss and takeprofit Automatic stoploss and takeprofit

Automatic set (woth confirmation) of tp ans sl calcul use buy cost it work for every trade available and for all symbol. You can change the external parameter for tp and sl. I work on a new version where you could choose sl and tp for each symbol

X trader X trader

Trades on two moving average crosses

Bullish Reversal Bullish Reversal

This EA executes trades when it recognizes candlestick patterns that are associated with Bullish Reversals. Test have been ran on the daily chart. The code still needs a lot of work, so trade at your own risk.

Brooky FibIt Scripts Brooky FibIt Scripts

Customizable Fibonacci Tool scripts to make these tools more informative on chart as per your needs.