SpiralDevelopment / RSI-divergence-detector

RSI divergence detector finds regular and hidden bullish and bearish divergences
MIT License
79 stars 37 forks source link

Newbie #2

Open mupsje opened 2 years ago

mupsje commented 2 years ago

hi, first off al realy great code,

I just cant get it to work. Do we need to put this inside the 'crypto-hft-data' map because of the DB?

because the steps you write are refering to 'crypto-hft-data'

thanks , hope you will help me to get this working on my server.

Greets

Paula aka Mupsje

SpiralDevelopment commented 2 years ago

Hi! To run sample_tg_poster.py sample, you need to have historical ohlc (open, high, low, close) data locally in mysql database. To run sample_binance.py, you do not need a local data as it fetches data from Binance api.