// # this code will compile and execute on MQL4 & 5, NinjaScript, NinjaTrader 7 & 8, cAlgo, ACSIL SierraChart
// https://github.com/LinkersX
#include<LinkersX.h>
struct CurrencyMeter
{
USD,
AUD,
GBP,
EUR,
JPY,
NZD,
CAD,
CNY,
};
xCurrencyMeter meter1;
CurrencyMeter cm1;
meter1.get(cm1, 5)...