Forum

Correlation of Currency Pairs

Hi, Anyone could help me explaining the concept of correlation of currency pairs ? I just need to understand, with an example (if possible), how can currency pairs be measured throughout correlation. Thanks in advance

Array of Pointers passed as parameter

Hi, I'm a little confused trying to pass an array of pointers as a parameter of a class constructor. class MyClass : public CObject { public : Fract *_fract[ 2 ]; ESTADO_CORREDOR _estado; MyClass( Fract* &parFract[], ESTADO_CORREDOR estado ) { _fract[ 0