//strtod is converting the string to double, then assign the array's values //strtod has an input char pointer, so we should convert "line" which is the string object to char array using c_str() ...
Hello, im creating chart with plotcandlestick but i dont know how to render chart with data from API, because i need to convert string to double and everytime when candle close, move position in array ...