Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

TRYBASK Turkish Lira Index (Sepet Kur) - MetaTrader 4 Script - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

TRYBASK Turkish Lira index (Sepet Kur) - indicator for MetaTrader 4

Turkish Lira Index (Sepet Kur)

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

The presented indicator is displayed in the form of a line with two movable and customizable moving averages. The indicator is displayed in a 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;
External int MA_Period1 = 13; //Period of the first moving average. Set to 0 to turn it off external int MA_Period2 = 17;
extern string comment2 = "// 0 - MODE_SMA, 1 - MODE_EMA, 2 - MODE_SMMA, 3 - MODE_LWMA";
external int MA_Mode1 = MODE_SMA;
external int MA_Mode2 = MODE_SMA;

TRYBASK Turkish Lira index (Sepet Kur) - indicator for MetaTrader 4


Attachment download

📎 TRYBASK.mq4 (10.09 KB)

Source: MQL5 #11053

Verification code Refresh