Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I do not receive notifications and I do not find how to get notif ONLY when a combination of indicators are hot #406

Closed
bluetyphoon77 opened this issue Nov 28, 2020 · 13 comments

Comments

@bluetyphoon77
Copy link

Would be great to have your help. Thanks a lot

@w1ld3r
Copy link

w1ld3r commented Nov 28, 2020

Take a look at this relatted issue -> #403

@bluetyphoon77
Copy link
Author

Thanks for your answer. You mean your fork is the evolution ? :)
Is it already possible to combine thanks to your fork ?
And I was mostly wondering first how to get the notifs, I'm for example using RSI on Binance, but I do not understand how to receive a notif when one of my coins goes above 70 for example.... could you help ?
NExt step will be to combine ;)
Cheeers

@w1ld3r
Copy link

w1ld3r commented Nov 28, 2020

My fork alow you to combine multiple signals to produce a notification.
Take a look at the docs and the README at root.

@bluetyphoon77
Copy link
Author

It is indeed working now to receive something on telegram !
But in your install steps you say to put config in app folder. Now the bot uses my coins but your default configs with ALL the indicators :)

@bluetyphoon77
Copy link
Author

My fork alow you to combine multiple signals to produce a notification.
Take a look at the docs and the README at root.

Hi, I'm testing your fork ! Great evolution ! Thanks
But you say the conditionals are working and I do not succeed to make them work, could you help please ?
Are they realy working ? Do you have a simple example ?
I've tried multiple times and always getting the non-conditionals notifs , and NOT only the conditional ones
Thanks a lot in advance

@bluetyphoon77
Copy link
Author

and sorry I did not find where to ask questions in your fork

@w1ld3r
Copy link

w1ld3r commented Dec 2, 2020

Hello @bluetyphoon77 ,
Conditional signal is working, an example is availabe here -> https://github.com/w1ld3r/crypto-signal/blob/develop/docs/config.md#8-conditionals
For any problem using my fork please create an issue in my fork. For example if the documentation is not clear enough.
PS: You can now create an issue on my fork (I had not activated the feature ...)

@w1ld3r
Copy link

w1ld3r commented Dec 2, 2020

As you may have notif, @bluetyphoon77, my fork don't just make available conditional signal but also improve time execution (you get data more quickly) ;)

@bluetyphoon77
Copy link
Author

bluetyphoon77 commented Dec 2, 2020 via email

@bluetyphoon77
Copy link
Author

Copy this file to config.yml to get started and then add your own configuration.

Full documentation here: https://github.com/CryptoSignal/crypto-signal/blob/master/docs/config.md

settings:
log_level: INFO
update_interval: 3600
timezone: Europe/Paris
market_pairs:
- THETA/BTC
- UTK/USDT
- VIA/BTC
- POWR/BTC
- NXS/BTC
- NAV/BTC
- STEEM/BTC
- VIB/BTC
- BCPT/BTC
- DGB/BTC
- APPC/BTC
- SNX/USDT
- KNC/USDT
- ICX/USDT
- HBAR/USDT

exchanges:
binance:
required:
enabled: true

notifiers:
telegram:
required:
token: 1330331231:AAGEGEj19opmCaphHk0oDB0jAbUm8OkhKvY
chat_id: 508998278
optional:
parse_mode: html
template: "{{exchange}} - {{market}} - {{indicator_label}} - {{values}} - {{hot_cold_label}} - {{conditionals}} "

indicators:
rsi:
- enabled: true
alert_enabled: true
alert_frequency: always
signal:
- rsi
hot: 40
cold: 75
hot_label: 'GOOD buy opportunity!'
cold_label: 'GOOD sell opportunity!'
indicator_label: 'RSI Daily'
candle_period: 1d
period_count: 14
mute_cold: false

mfi:
    - enabled: true
      alert_enabled: true
      alert_frequency: always
      signal:
        - mfi
      hot: 25
      cold: 75
      hot_label: 'GOOD buy opportunity!'
      cold_label: 'GOOD sell opportunity!'
      indicator_label: 'MFI Daily'
      candle_period: 1d
      period_count: 12
      mute_cold: false

stoch_rsi:
    - enabled: true
      alert_enabled: true
      alert_frequency: always
      signal:
        - stoch_rsi
        - slow_k
        - slow_d         
      hot: 25
      cold: 80
      hot_label: 'GOOD buy opportunity!'
      cold_label: 'GOOD sell opportunity!'
      indicator_label: 'STOCH Daily'
      candle_period: 1d
      period_count: 14
      mute_cold: false

macd:
    - enabled: false
momentum:
    - enabled: false
obv:
    - enabled: false    
ichimoku:
    - enabled: false
iiv:
    - enabled: false

informants:
lrsi:
- enabled: false
vwap:
- enabled: false
sma:
- enabled: false
ema:
- enabled: false
bollinger_bands:
- enabled: false
ohlcv:
- enabled: false

conditionals:

  • label: "2 CHECKMARKS for a GOOD sell"
    cold:
    • stoch_rsi: 0
      cold:
    • mfi: 0

@bluetyphoon77
Copy link
Author

and by the way, for stoch RSI, neither of the 3 results are accurate.... any idea how to do it ? thanks a lot

@w1ld3r
Copy link

w1ld3r commented Dec 2, 2020

Hi thanks a lot ! wink YEs I've seen data is fast !! But like I said I did not find where to ask about issues at your fork AND I've tested your example and conditionals are not working for me.... I see 2 blue triggers for RSI or STOCH for example and I4ve set them in conditonal and it does not work. Can I show you my settings ? thanks again

________________________________ From: w1ld3r [email protected] Sent: Wednesday, December 2, 2020 12:08 PM To: CryptoSignal/Crypto-Signal [email protected] Cc: bluetyphoon77 [email protected]; Mention [email protected] Subject: Re: [CryptoSignal/Crypto-Signal] I do not receive notifications and I do not find how to get notif ONLY when a combination of indicators are hot (#406) As you may have notif, @bluetyphoon77https://github.com/bluetyphoon77, my fork don't just make available conditional signal but also improve time execution (you get data more quickly) ;) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub<#406 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJEEGYCXP3CFENX742AW7TTSSYU4XANCNFSM4UGA5JWA.

You can now create an issue on my fork (I had not activated the feature ...)

@0x-Johnson
Copy link

0x-Johnson commented Feb 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants