w1ld3r / crypto-signal

The #1 Automated Technical Analysis (TA) & Algo. Trading tool for Coinbase, Bittrex, Binance, and more! (Track over 500+ coins)
http://cryptosignal.dev
MIT License
76 stars 37 forks source link

Multiple notifications #16

Closed brenthorn closed 3 years ago

brenthorn commented 3 years ago

Hi, is there a way to stop recieving signals multiple times.?

I have RSI set at hot 70 cold 30 1h,4h,12h,1d timeframes update_interval set at 1600 alert_frequency: once

I constantly recieve a lot of notifications in those timeframes while the RSI is hot or cold even though alert frequency is set to once. It is not just the RSI indicator.! I have tested with EMA crossovers and MACD crossovers too. Is there somewhere I can look in notification.py to stop this from happening.?

Thank You

w1ld3r commented 3 years ago

Hello, You can try to increase the update_interval:

settings:
   log_level: INFO
  update_interval: 120
  start_worker_interval: 2
  market_data_chunk_size: 1