arkochhar / Technical-Indicators

Technical Indicators used in Stock Market Analysis
GNU General Public License v3.0
452 stars 185 forks source link

Fixed df['Close'] occurrences with df[ohlc[3]] #8

Closed techie-subhadeep closed 5 years ago

techie-subhadeep commented 6 years ago

replaced occurrences of df['Close'] to df[ohlc[3]]