Forum

Please Help. Array out of range error in 1 line of coding

void xmlOperation() { //---define the xml Tags, Vars string sTags[ 7 ] = { "<title>" , "<country>" , "<date><![CDATA[" , "<time><![CDATA[" , "<impact><![CDATA[" , "<forecast><![CDATA[" , "<previous><![CDATA[" }; string eTags[ 7 ] = { "</title>" , "</country>" , "]]></date>" , "]]></time>"

Need help to change function into bool that can be called many times with ability to change parameter

How can I turn this function into bool? it only has 1 error which is the default value for the array. How can I correct it? Thank you in advance for assistance. bool ExtractInputNumber(string input_number ="1;2;3;4", double & inputarray []) <----- ' inputarray ' - missing default

Need help on combining two same indicator with different options (Symbol Changer Indicator)

Hello, I need help on combining two indicator which serves the same purpose (to change between symbols). The only difference is one will read the symbols listed in Market Watch as the source and another one needed to be set manually every pair that need to be view. I want to combine the source of

Need help on combining two same indicator with different options (Symbol Changer Indicator)

Hello, I need help on combining two indicator which serves the same purpose (to change between symbols). The only difference is one will read the symbols listed in Market Watch as the source and another one needed to be set manually every pair that need to be view. I want to combine the source of