We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi.
i have added this indicator to my config.yml
indicators: stochrsi_cross: - enabled: true candle_period: 1h alert_enabled: true alert_frequency: always smooth_k: 10 smooth_d: 3 signal: - stoch_rsi - smooth_k - smooth_d hot_label: 'Uptrend is coming' cold_label: 'Downtred is coming' indicator_label: 'StochRSI Cross 1h' mute_cold: false
another signals sending to telegram but there is no signal of stochrsi_cross in telegram please help.
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi.
i have added this indicator to my config.yml
indicators:
stochrsi_cross:
- enabled: true
candle_period: 1h
alert_enabled: true
alert_frequency: always
smooth_k: 10
smooth_d: 3
signal:
- stoch_rsi
- smooth_k
- smooth_d
hot_label: 'Uptrend is coming'
cold_label: 'Downtred is coming'
indicator_label: 'StochRSI Cross 1h'
mute_cold: false
another signals sending to telegram
but there is no signal of stochrsi_cross in telegram
please help.
thanks
The text was updated successfully, but these errors were encountered: