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

TRYBASK Turkish Lira index (Sepet Kur) - MetaTrader 4용 지표

조회수:
17137
평가:
(5)
게시됨:
2013.11.25 08:39
업데이트됨:
2014.04.21 14:56
TRYBASK.mq4 (10.09 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Currency Index

0

Turkish Lira index (Sepet Kur)

TRYBASK= 1 x [(USDTRY x 0.50) + (EURTRY x 0.50)]

The presented indicator is displayed in form of a line with two removable and customizable moving averages. The indicator is shown in the separate chart window

extern string comment1 = "// 0 - PRICE_CLOSE, 1 - PRICE_OPEN, 2 - PRICE_HIGH, 3 - PRICE_LOW, 4 - PRICE_MEDIAN, 5 - PRICE_TYPICAL, 6 - PRICE_WEIGHTED";
extern int _PriceType = PRICE_CLOSE;
extern int MA_Period1 = 13; //period of the first moving average. Set to 0 to turn it off
extern int MA_Period2 = 17;
extern string comment2 = "// 0 - MODE_SMA, 1 - MODE_EMA, 2 - MODE_SMMA, 3 - MODE_LWMA";
extern int MA_Mode1 = MODE_SMA;
extern int MA_Mode2 = MODE_SMA;

Candle Closing Time Remaining (CCTR) Version 3 Candle Closing Time Remaining (CCTR) Version 3

Candle Closing Time Remaining (CCTR) is an indicator which displays the remaining time for an open candle to be closed.

a_day a_day

Shows the Max and Min levels of the previos day and today's open price. Change the "up" and "dn" parameters to see the day candle.

Unseasonalised Average Trading Range and Forecast for monthly charts Unseasonalised Average Trading Range and Forecast for monthly charts

Best used on monthly candlestick charts with four decimal points to a pip (use the JPY version for other pairs). This EA calculates the likelihood of your desired range of pips being hit based on two years of past trading ranges and a statistical forecast

USD Strength Indicator CUSIV01 USD Strength Indicator CUSIV01

Indicator measures the momentary USD currency strength, using combined data from the following four USD pairs: EURUSD, GBPUSD, AUDUSD and USDJPY.