Supposing you have the current price (current live price) and its history, is it possible to calculate indicators such as RSI, MACD, etc ... at any time? I am using python and the pandas library.
Of course you can, I am sure there are plenty of API's from finance websites that can give you that data exactly, so you would not even need to calculate.
But if you prefer, as long as you have the data, absolutely.