Aprataksh / Munafa

Algorithmic trading strategies for the financial markets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should convert all the open, close, high, low values into float after reading them immediately

Aprataksh opened this issue · comments

The code for daily closing higher, daily closing higher with RSI and daily closing higher with MACD converts the values open high low close into float while doing calculations. This can be converted into float right at the beginning when the values are read. There is already an example to do this in rsi_list