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

Indicator T3.Lnx. It uses signals Heiken Ashi.

For the indicator to work, you should place files T3Series.mqh and PriceSeries.mqh into directory MetaTrader\experts\include.

Heiken Ashi#.mq4 should be placed in directory MetaTrader\indicators.

Inputs:

T3Period= 14; // averaging period of T3Bollinger Bands
MA_method=0; // averaging method
MA_Smooth=20; // smoothing depth of the obtained Moving Averages
Bands_Smooth=20; // smoothing depth of the obtained Bollinger Bands
Smooth_Curvature=100; // smoothing parameter ranging from -100 to +100; it affects the transition quality;
Bands_Shift=0; // indicator's shift along the time axis
Input_Price_Customs=0; // selecting prices the indicator is calculated on


T3.Lnx

BW MFI + Volumes BW MFI + Volumes

An update for the BW MFI with the displaying of volumes.

ZZ_TimeWinter 1-1000.mq4 ZZ_TimeWinter 1-1000.mq4

YURAZ's library, determining the switch to dayllight saving time and revert to standard time

MACD_Histogram MACD_Histogram

MACD Histogram with outomatic divergent line .

Kijun-sen+ Kijun-sen+

It draws the Kijun line with the specified period on the chart and allows to draw the line with the KijunShift periods forward.