decembersoul

Results 25 comments of decembersoul

works take a look at OHLCV - open, high, low, close, volume this config.yam ``` settings: update_interval: 300 log_level: INFO market_pairs: - BTC/USDT exchanges: bittrex: required: enabled: true notifiers: stdout:...

same here. `enabled notifers: ['telegram']` but i never get any messages.

I have to improve, I works for me. (i just use telegram, not slack and telegram like yohukm) for testing i have added ``` ----------------------------- app/notification.py ----------------------------- index 258faae..3fbc3b3 100644...

Maybe you can test this. just to get closer to the problem ``` index 258faae..1427887 100644 --- a/app/notification.py +++ b/app/notification.py @@ -92,11 +92,11 @@ class Notifier(): new_analysis (dict): The new_analysis...

to be a little clearer. there are new hot indicators (which have become hot in the last time unit) and existing hot indicators. (which were already hot before) for example:...

maybe it would make sense to make a way like crossover with which you can link several signals. combine will trigger only if all signals are hot additional will trigger...

I made some changes in my fork. can you take a look? https://github.com/december-soul/crypto-signal/commit/3a66cccf1efe00593bae843dc2ffe70296188ec7 (ignore stdout notifiers) and https://github.com/december-soul/crypto-signal/commit/8c84740bad444bf258994f82dc168df49fc16c60 you have two new keywords for message templates `template: "[hot:{{hot_count}} cold:{{cold_count}}] ..."`...

My idea was more in the direction that the treadmill is controlled not that I can measure the values. So only that my treadmill is controlled by Zwift. If my...

or is it easier to take a Raspi that simulates a FTMS client on one side and then only controls the buttons? That would probably be more flixibler

I need to understand the structure of the whole project. I am still new here. C++ would not be the problem, maybe I need some help to find the right...