Hello,

Thank you so much for your reply! The links were very insightful.

I did notice in the links stating to have a look over the source code if needed. As I was looking over it, I noticed the following:

#define MAXCURRENCIES 32
var CStren[MAXCURRENCIES],CStrenSum[MAXCURRENCIES];
int CNum[MAXCURRENCIES];
char CNames[MAXCURRENCIES*4];
int NumCurrencies = 0;

Max Currencies is defined at 32.

My question is:

Why is it 32 (why did they choose this number specifically)?

In my case for instance, I am interested in trading the following currencies EUR, USD, AUD, CHF, NZD, GBP, JPY (which makes up around 28 currency pair). Am I suppose to change that number?

Once again, thank you so much for your reply earlier, it was very helpful!