Matthias
|
8a9839fb6d
|
Update telegram notification settings
|
4 years ago |
Matthias
|
0b88185c2c
|
Sell-fill -> exit_fill
|
4 years ago |
Matthias
|
8b33d9cdb2
|
sell_cancel -> exit_cancel
|
4 years ago |
Matthias
|
6d9218cb34
|
sell_signal -> exit_signal
|
4 years ago |
Matthias
|
1917527179
|
custom_sell -> custom_exit
|
4 years ago |
Matthias
|
cd146bfa8f
|
emergency_sell -> emergency_exit
|
4 years ago |
Matthias
|
54ad130bb9
|
Update force_sell to force_exit
|
4 years ago |
Matthias
|
cd78792f48
|
Improve some telegram terminology
|
4 years ago |
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
8556e6a053
|
Automatically assign buy-tag to force-buys
closes #6544
|
4 years ago |
Matthias
|
93a91bdeee
|
Update order_Types documentation
|
4 years ago |
Matthias
|
066fb3ce00
|
Update rest-client with forceenter
|
4 years ago |
Aezo Teo
|
642a6a8030
|
missed the edit for documentation
|
4 years ago |
Aezo Teo
|
ea418bc9ac
|
added stats for long short
|
4 years ago |
Matthias
|
e8b4d44881
|
Add warning about telegram group usage
|
5 years ago |
Antoine Merino
|
da4344d216
|
Remove line breaks
Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
|
5 years ago |
Antoine Merino
|
87634f0409
|
/weekly and /monthly documentation
Signed-off-by: Antoine Merino <antoine.merino.dev@gmail.com>
|
5 years ago |
Matthias
|
cea251c83c
|
Clarify documentation for /forcebuy
closes #5783
|
5 years ago |
Matthias
|
3ce05c0d54
|
Add "sane" defaults to protection triggers
|
5 years ago |
Matthias
|
dd0db7ee5d
|
Split protection-notification into global and per-pair
|
5 years ago |
Matthias
|
2e95df4d8d
|
Update docs for /profit output
|
5 years ago |
Matthias
|
a7f8342171
|
Add small documentation about reload disabling
|
5 years ago |
Matthias
|
e71d965e32
|
Merge pull request #4982 from eschava/profit_day_week
day/week options for Telegram '/profit' command
|
5 years ago |
Eugene Schava
|
a965436cd6
|
day/week options for Telegram '/profit' command
format changed to "/profit n"
|
5 years ago |
Kamontat Chantrachirathumrong
|
c5c323ca88
|
Settings notify sell in telegram base on sell reason (#5028)
* BREAK: notification sell by sell reason
* Update constants.py
* Update telegram.py
* Update telegram-usage.md
* Update telegram.py
* Update telegram.py
* Fix test fail
* Update config_full.json.example
* Update telegram-usage.md
* Update telegram.py
* Update telegram.py
* Update telegram-usage.md
* validate value of sell object
* Fix linter
* Update constants.py
* Make telegram sample slightly more positive
Co-authored-by: Matthias <xmatthias@outlook.com>
|
5 years ago |
Matthias
|
f760b4a789
|
Merge branch 'develop' into pr/gmatheu/4746
|
5 years ago |
Matthias
|
77302ea178
|
Update documentation for forcebuy query
|
5 years ago |
Eugene Schava
|
e9841910e9
|
day/week options for Telegram '/profit' command
|
5 years ago |
Matthias
|
2d7735ba04
|
Update telegram to sort performance by absolute performance
|
5 years ago |
Matthias
|
efbe0843be
|
Add documentation for fill messages
|
5 years ago |
Matthias
|
fb90901bb3
|
Fix telegram table for both rendered and github markdown
|
5 years ago |
Maycon Maia Vitali
|
c1f7992270
|
Added slash to fix a broken formatting
On the command table the pipe(|) broke the formatting.
|
5 years ago |
Matthias
|
007ac7abb5
|
Add telegram pair unlocking
|
5 years ago |
Matthias
|
a13dc3cdde
|
Use sensible defaults for balance_dust_level
|
5 years ago |
Andreas Brunner
|
3ea33d1737
|
updating doc and help with new /status argument
|
5 years ago |
Matthias
|
7cef5ac217
|
Merge pull request #4092 from MrKrautee/telegram
Telegram: specify custom keyboard in config
|
5 years ago |
Matthias
|
4dadfd199d
|
Documentation syntax
|
5 years ago |
Christof
|
78dff3d510
|
docs: Note syntax
|
5 years ago |
Christof
|
2787ba0809
|
added /locks to command list
|
5 years ago |
Christof
|
621105df9a
|
renaming shortcut_btns to keyboard
|
5 years ago |
Christof
|
5e6897b278
|
documentation for custom keyboard
|
5 years ago |
Matthias
|
81410fb404
|
Document /stats for telegram
|
5 years ago |
Leif Segen
|
89573348b6
|
Fix link
|
5 years ago |
Matthias
|
7b4c1ec3ce
|
Small wording changes
|
6 years ago |
Aleksey Savin
|
da16474b25
|
Update telegram-usage.md
|
6 years ago |
Matthias
|
bb56d392a9
|
Fix typo in documentation
|
6 years ago |
Matthias
|
413d7ddf70
|
Document telegram notification settings
|
6 years ago |
Matthias
|
904c4ecc23
|
Document /logs endpoints
|
6 years ago |
Matthias
|
f3ce54150e
|
Simplify Telegram table
|
6 years ago |
Matthias
|
5082acc33f
|
Fix typos in documentation
|
6 years ago |
Matthias
|
8ed3b81c61
|
Implement /delete in rest client
|
6 years ago |
Matthias
|
e0c14e6214
|
Add /trades to help (so users know about it)
|
6 years ago |
Theagainmen
|
ac92834693
|
reload_conf & reload_config now both accepted, code is more consistent now
|
6 years ago |
Yazeed Al Oyoun
|
47874a4527
|
added logic to differentiate sell orders with double asterisk
|
6 years ago |
Yazeed Al Oyoun
|
d69ddd2ac3
|
Apply suggestions from code review
Committed 1 code suggestion in code review.
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
6 years ago |
Yazeed Al Oyoun
|
f3b1161640
|
wide notifications fixes
|
6 years ago |
Matthias
|
2b190e5638
|
Add documentation
|
7 years ago |
Matthias
|
7a96d3c9ae
|
Update raspbian install documentation
Fix "box" titles ... they need to be in quotes!
|
7 years ago |
Matthias
|
26a8cdcc03
|
Move telegram-setup to telegram page
|
7 years ago |
hroff-1902
|
3e4dd5019d
|
docs adjusted
|
7 years ago |
Matthias
|
ac1964edb1
|
Remove unnecessary comment
|
7 years ago |
Misagh
|
a3b0135557
|
documentation added for telegram
|
7 years ago |
Misagh
|
ab579587f2
|
adding percentage to telegram status messages
|
7 years ago |
Misagh
|
e5406ed3cf
|
typo in docs and comments
|
7 years ago |
Misagh
|
753b03d581
|
rolback on removing MD whitespaces
|
7 years ago |
Misagh
|
4e57969e4e
|
documentation added
|
7 years ago |
Misagh
|
66f1e0f4cd
|
help added
|
7 years ago |
Matthias
|
49559f1a1a
|
Improve documentation and help message
|
7 years ago |
Matthias
|
f0d3901b6b
|
Add blacklist-pair to documentation
|
7 years ago |
Matthias
|
7b99d5ebcb
|
Add blacklist and whitelist commands to telegram docs
|
7 years ago |
Matthias
|
0dc96210b6
|
Fix formatting of boxes 2
|
7 years ago |
Matthias
|
37e6b262eb
|
Update docs to include /stopbuy
|
7 years ago |
Matthias
|
d596a877fa
|
Update docs to link to ocnfiguration piece necessary
|
7 years ago |
misagh
|
7b1f4aec76
|
typo
|
7 years ago |
misagh
|
827a8309d7
|
more links corrected
|
7 years ago |
Matthias
|
6ff4c9b888
|
Update docs for /forcesell
|
8 years ago |
Matthias
|
d1edcf9dcd
|
Add documentation for ccxt_config
|
8 years ago |
gcarq
|
0b5d21f32a
|
implement bot reconfiguration and expose it to telegram
|
8 years ago |
xmatthias
|
5ef2654eb4
|
replace references to old url
replace garq with freqtrade
|
8 years ago |
Samuel Husso
|
b55822ad30
|
telegram: document proxy usage without code changes per gcarq's
comment in #609
|
8 years ago |
gcarq
|
306885e174
|
Merge branch 'develop' into feat/objectify-ccxt
|
8 years ago |
Samuel Husso
|
6d327658ea
|
docs: Add note about using telegram proxy (#611)
|
8 years ago |
enenn
|
c1c6ed6ed7
|
Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files
|
8 years ago |
mijgame
|
33c6ef28f8
|
Update telegram-usage.md
Typo
|
8 years ago |
Gerald Lonlas
|
284c6c4223
|
Reorder and revamp the documentation
|
8 years ago |