Forum

Unauthorized Purchase of a Rental Indicator and one more product from my account

Hi everyone, I'm unable to raise a ticket for Unauthorized Purchase on my account, as it always takes me to AI Chat bot. As per chat bot, i am able to get refund for one Unauthorized purchase, but there is 2nd purchase of Rental for 1 Yr of an indicator. I can't find a way to reach the Support Desk

MarketInfo() - Always returns 0.0 when fed symbols from an array

Hello everyone, I have an array of symbols and I am trying to use current bid price using MarketInfo() for each elements of this array. string symbols[] = { "AUDCAD" , "AUDCHF" , "AUDJPY" , "AUDNZD" , "AUDUSD" , "EURAUD" , "GBPAUD" }; int arraySize = ArraySize (symbols); for ( int i= 0 ; i <