Hi Toronado,
could you explain me the meaning of these lines of code?
Code:
var arbitrage = 1 * prices[EURCHF] * (1 / prices[USDCHF]) * (1 / prices[EURUSD]);
	
if(abs(arbitrage - 1) < .025 )


Thanks.