efueyo

Results 4 comments of efueyo

My problem was not having registered npm doing `npm config set registry http://registry.npmjs.org/ jlpm config set registry https://registry.yarnpkg.com/`

@HermanoCrespo This sentence `%K = (Current Close - Lowest Low)/(Highest High - Lowest Low) * 100` it should not be '%K = (Current Close - Lowest Low)*100/(Highest High - Lowest...

@jorgeog96 Thanks for your contribution. I am trying to run your script and it returns the following error. `import pandas import pandas_datareader as pdr ticker_val = "^IBEX" nom_val = "ibex35"...

It works by making the following change `data.loc[index, 'acc_dist' ] = ac #data.set_value(index, 'acc_dist', ac) # pone un unico valor en la columna y el índice que se pasan`