Using operands to combine two signals
Hello
I'm wondering if it's possible to use operands like "And" to use two signals at same time? Like if RSI in 1h chart and 4h chart both are below 30 then we get a notification?
Also for "all pairs" settings can we have both USDT and BTC at same time?
Thanks
Hello @tirouj, Currently it's not possible, I've made a push request, which implement this functionality but, it hasn't been merge for now. If you don't want to wait take a look at my fork -> https://github.com/w1ld3r/crypto-signal
I think it's can be possible, you will just make a lot query to the market exchange ...
Hello @w1ld3r
Thanks for the reply. I couldn't find that in your fork, could you please give some more details and how I can use your fork to implement that?
By the way where is the full list of variables to use in the html template? like : {analysis.config.candle_period}
Hello @w1ld3r
Thanks for the reply. I couldn't find that in your fork, could you please give some more details and how I can use your fork to implement that?
Here is the doc I've made regarding conditional signal: https://github.com/w1ld3r/crypto-signal/blob/develop/docs/config.md#8-conditionals
Thank you so much @w1ld3r !
np, don't hesitate to ask if you have any issue using the conditional mode.
Can a crossover be one of conditions? Or just indicators?
I thinks it's better if you ask questions on conditional signal in my fork. But any way, you should use the indicator ma_crossover so yes, using it, it can be part of a condition. (https://github.com/w1ld3r/crypto-signal#moving-average-crossover)