I have just found this indicator, Cash Spitting Sensor (e). It may be related to currency correlation.
Code:extern bool CurrenciesWindowBelowTable = FALSE; extern bool ShowCurrencies = TRUE; extern bool ShowCurrenciesSorted = TRUE; extern bool ShowSymbolsSorted = TRUE; extern string SymbolPrefix = ""; extern string DontShowThisPairs = "NZDCHF"; extern color HandleBackGroundColor = LightSlateGray; extern color DataTableBackGroundColor_1 = LightSteelBlue; extern color DataTableBackGroundColor_2 = Lavender; extern color CurrencysBackGroundColor = LightSlateGray; extern color HandleTextColor = White; extern color DataTableTextColor = Black; extern color CurrencysTextColor = White; extern color TrendUpArrowsColor = MediumBlue; extern color TrendDownArrowsColor = Red;
Bookmarks