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

[HELP] ABOUT CONDITIONAL #41

Closed shiftcryptomyid closed 3 years ago

shiftcryptomyid commented 3 years ago

I'm still confuse about using conditional.. is there any other example or doc beside in config.md

w1ld3r commented 3 years ago

In the example there is:

conditionals:
  - label: "Signal to buy"
    hot:
      - rsi: 0
      - rsi: 1
    cold:
      - bollinger: 0

So, if rsi_0 and rsi_1 are hot and bollinger_0 is cold, it'll send the notification.