What is the best data type to store prices upto 8 decimals + indicators in SQLite?
0
votes
1
answer
1094
views
I am developing a trading system which stores data in SQLite, consisting of OHLC and volume. I would also like to store some indicators like RSI etc I read the other answer which indicated integers as the data type. In my case I am looking at 8 digit precision which would slow down the calculations if I were to multiply every value by 1e8 Any recommendations are appreciated!
Asked by PirateApp
(316 rep)
Apr 19, 2018, 04:55 PM
Last activity: Apr 19, 2018, 10:10 PM
Last activity: Apr 19, 2018, 10:10 PM