Forum

Second Function in 'if statement' not calling

bool Long_Confirmation() { if (Long_Primary_Confirmation() == true && Long_Secondary_Confirmation() == true ) return true ; } Hi, I am having issues with this function above. For some reason the function after the 'and' operand is not called. The 'Long_Secondary_Confirmation' function itself

Returning a string of the first 3 letters of a currency pair

Hi, I am struggling to find a method that will return a string with the first 3 letters of a currency pair . Similar to how the SYMBOL_CURRENCY_BASE returns the final 3 letters of a pair. Any help or advise would be greatly appreciated