n1nj4z33 / iqoptionapi

IQ Option API 4.x (Python 2.7) The project is obsolete and is not supported because of problems with access to IQ Options in Russia
120 stars 551 forks source link

Indicators #105

Open foryou89 opened 6 years ago

foryou89 commented 6 years ago

Is there a way to know the values of indicators? MA , CCI , ADX , RSI .

foryou89 commented 6 years ago

any help ??

Lu-Yi-Hsun commented 6 years ago

@foryou89 You mean low high close open? You can use talib library and put low, high ,close ,open in the function ,and you can get that data

lucianopinheiro commented 6 years ago

You should create yourself or use an existing library. Iqoption API does not provide this information.

barneyElDinosaurio commented 5 years ago

use pandas and talib bro ....