거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

MQL4 MetaTrader 4용 기술 지표 소스 코드 - 5

icon

MQL4에서 개발된 MetaTrader 4의 기술 지표 라이브러리. 시장(예: 외환, 증권 또는 원자재 시장)에 관계없이 지표는 쉽게 인식할 수 있도록 접근 가능한 형태로 가격을 표시하는 데 도움이 됩니다.

이 섹션에는 서로 다른 알고리즘을 사용하여 금융시장을 분석하는 수천 개의 애플리케이션이 포함되어 있습니다. 전통적으로, 이들은 추세 지표, 진동자, 거래량 지표 등 몇 가지 범주로 나눌 수 있습니다. 또한, 유명한 금융업자들의 알고리즘을 기반으로 한 일련의 지표들이 있습니다. 예를 들어, 빌 윌리엄스의 지표와 그와 비슷한 것들입니다. 이들 모두는 신뢰성, 효율성, 지연 등 다양한 매개 변수가 특징이다. 기술 분석에는 추세 지표, 역전 지표, 수준 지표, 예측 변수, 스케일링 지표 등 2000개 이상의 지표가 있습니다.

코드를 제출하세요

Force index with Volume/Volatility bands

Quantile Price Analysis by Jas Wu, Calculations are below.

Slow Line of the original Didi Index

Larry Williams 'Greatest Swing Value' as an indicator

2005년의 MT4(및 MT3.83)에 포함된 지그재그 지표의 최적화된 버전입니다.

This indicator draws coloured histograms to identify bullish and bearish bars.

hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn

This indicator shows a standard parabolic SAR another way. Also it send alert when SAR dot changes side.

Momentum deviation bands - MT4 version

Momentum deviation

cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list

This is a simple script to chart the intermarket spread between 2 different futures or CFD contracts. The spread trading is a popular futures trading strategy and can be done using CFDs more easily as there is no formal expiry date.

The indicator highlights the value in "over Sold" and "over Bought" zones.

Moving Average Cloud draws 4 MAs on chart simultaneously in histogram style.

Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.

Dynamic pivots - any time frame

Limit channels - with states - metatrader 4 version

Show Orders History On Chart

ATR based limit channels - metatrader 4 version

DMH

Directional Movement using Hann windowing - metatrader 4 version

Calculator

MyRsi with Noise Elimination Technology - by John Ehlers : metatrader 4 version

MyRsi - by John Ehlers : metatrader 4 version

Two RSI indicator periods smoothed and displayed as histogram.

Nadaraya-Watson estimator - metatrader 4 version

G channel is a channel indicator with 3 lines- a middle line representing a central tendency and 2 Upper and Lower boundaries calculated based on the past values of same indicator. Its based on the paper "Recursive Bands - A New Indicator For Technical Analysis" by Alex Grover and is a code conversion from TradingView. The channel breakout of Upper or Lower boundaries represent a new trend or trend continuation while narrowing of bands represents ranging or low volatility conditions. The channel can prove to be a good indicator of a trend direction and also a guide for trailing of stop loss. It has only 2 variables. Channel period - default set to 100. Price type.

ATR with 4 smoothing options : RMA, EMA, WMA, SMA

Sharing this trend indicator made by me. Called "Timeframe Flow". It will draw a user defined higher time-frame candle on every shift on your current time-frame. Meaning you can have H4, H12 or D1 candles on every shift of your H1 Charts. Or you can have D2, D3 or D5 candles on every shift of your Daily Charts. Combined with the current time-frame ATR Bands, you have a trend indicator with some filter. You may also use the Mid Line crosses as exit( Calculated using Higher timeframe candles displayed in the indicator(Close + Open)/2 ).

Building good trading habits by seeing things in terms of percentage not in terms of money.

Determines when market price is smooth or rough

Displays direction of volatility and volume

This indicator is used for identifying extrema of different degrees.

Indicador Mass Index para Metatrader 4 con los niveles más importantes en donde se producen las señales de este indicador, de acuerdo a su autor. El MI es un indicador basado en la volatilidad del mercado.

Indicador de medias móviles Hull (HMA) para Metatrader 4 que cambia de color dependiendo de la tendencia. La HMA es una media móvil diseñada para seguir de cerca la acción del precio más reciente pero sin perder el efecto de suavizado. Puede resultar muy útil para el análisis de tendencias.

Volatility indicator

The Momentum-based Adaptive Channel is a version of the adaptive channel based on the Euclidean distance. It is designed to adapt according to the dynamic market as needed.

The FM Demodulation Indicator tracks the timing of price variations.

Building good trading habits by seeing things in terms of percentage not in terms of money.

Clone of Smart Envelope from tradingview

Redrawing trading position for history data and current trading position

123456789101112...61