Releases: hawooni/crypto-opnbot
Releases · hawooni/crypto-opnbot
v0.4.0 (2022-01-24)
v0.3.3 (2021-12-16)
Changed
- Telebot /example with intervals.
- update handleError().
- update package dependency
node-telegram-bot-api
.
v0.3.2 (2021-12-06)
[0.3.2] - 2021-12-06
Changed
- Telebot sendMessage() to use chat id.
Fixed
- Override telebot _request() to handle 403 error with message.
/chart
and/price
caption external link to use default size.
v0.3.1 (2021-12-05)
Added
/chart
and/price
caption with external link.
Changed
- doc image example.png.
- Too many request messages by sendMessage() for consistency.
Fixed
/start
incorrect github link./example
incorrect chart technical indicator.
v0.3.0 (2021-12-03)
Add
- console option --log with default
VERBOSE
. - Telegram market screener command support: /overview, /performance, /oscillators and /moving_avgs.
Changed
- Use parsed setting.
- Input back button with character '« BACK'.
- Chart study caption to ids only. eg. "EMA:50;EMA:200:RSI" to "EMA,RSI"
- Telegram callback_query error handles without showing alerts and just sends error messages instead.
v0.2.0 (2021-12-01)
Fixed
- /chart STUDIES delimiter changed to ';' from ',' due to conflicts with studies parameters.
Changed
- config setting.js CHART_INPUT_STUDIES value must be an array.
- config setting.js DEFAULT_CHART_STUDIES setting change to ['EMA:50', 'EMA:200', 'RSI'].
Added
- /chart include input 'back' button.
- Handle callback query error 403 Forbidden by sending a message "Please /start to re-initiate a conversation."