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

conditionals - not working #15

Closed danield32 closed 3 years ago

danield32 commented 3 years ago

It seems that "conditionals" rules are not working - or are not sending notifications - or I didn't understand how they are working. If I run a docker image with a config.yml - I'm receiving notification for same coin - same indicators, but if I add those indicators in a "rule" in "conditionals" section, I'm not receiving anything:

STR: defaults.yml(original project file, except that I've set everything to enabled; false) config.yml - a have something like this: ` indicators: .... iiv:

informants: ohlcv:

conditionals:

############### ichimoku & ma_ribbon #################

############### ichimoku & iiv #################

############### ma_ribbon #################

Running with docker on windows: docker build -t dev/crypto-signals:latest . docker run --rm -i -v D:\DEV\test_notifications\crypto-signal\app:/app dev/crypto-signals:latest

docker version Client: Docker Engine - Community Cloud integration: 1.0.7 Version: 20.10.2 API version: 1.41 Go version: go1.13.15 Git commit: 2291f61 Built: Mon Dec 28 16:14:16 2020 OS/Arch: windows/amd64 Context: default Experimental: true

I really appreciate if you can point me in the right direction! Thank you!


@w1ld3r - sorry for bad bug posting - attached the defaults.yml and config.yml into a zip file(cannot upload ymls) configAndDefaultsYmls.zip And yes - as MartijnvDijk said - if i remove analysis.config.candle_period i now receive the notifications - but without Price image

Thank you guys!

MartijnvDijk commented 3 years ago

@danield32 it seems you are using the Telegram notifier. In this case, removing "analysis" from template (in config.yml) fixed the problem (for now). (E.g. removing: analysis.config.candle_period)

w1ld3r commented 3 years ago

@danield32 can you use the template "Bug report" ? I can't reproduce your issue with the partial config.yml you've provided.