BTC/EUR, ETC/EUR, BTC/USD, ETH/BTC, BCH/USD, XRP/BTC
EUR/USD, GBP/USD, USD/JPY, EUR/JPY, AUD/USD, DXY
TOTAL, ERAMET, AIRBUS, Apple, TESLA INC, UBER TECHNOLOGIES INC
CAC 40, Indice DAX, Euro Stoxx 50, FTSE 100, Dow Jones, S&P 500
Or, Argent, Brent Oil, Crude Oil, Natural Gas, Bitcoin
France 10Y, Allemagne 10Y, Italie 10Y, UK 10Y, US 10Y, Japon rendement 10Y
Or, Brent Oil, Crude Oil, CFD sur Gaz naturel, Palladium, Argent
Use this to get exactly value. Since TV is equaling last index value.. So you have to start with "0"
array(index) =>
index==0 ? a : index == 1 ? b :
index == 2 ? c : index == 3 ? d : na
maxf(arrayLen) =>
max = array(0)
for i = 0 to arrayLen-1
max := max(max,array(i))
max