Commit Graph

209 Commits (ci/pi_python_3.13)

Author SHA1 Message Date
Matthias fc31c890e3
Merge pull request #7135 from freqtrade/rpc/sendmsg
4 years ago
Matthias d70650b074 Add note for plot-dataframe and current-whitelist
4 years ago
Matthias 7bac054668 Add documentation and clarity for send_msg
4 years ago
Matthias bdd9f584fa Update some docs terminology
4 years ago
Matthias 4897731030 use_sell_signal -> use_exit_signal
4 years ago
Matthias d94b73b396 Update some documentation
4 years ago
Matthias 2f967f6df9 Slightly change wording, fix links
4 years ago
Sam Germain 476c6416cc docs/strategy-customization enter_short and exit_short
4 years ago
Stefano Ariestasia 02aded68f9 Update strategy-customization.md
4 years ago
Stefano Ariestasia 4d5f6ed5e2 Update strategy-customization.md
4 years ago
Stefano Ariestasia c615e4fcc2 updates
4 years ago
Stefano Ariestasia 05db0067ee Add few missing info on shorting setup
4 years ago
Matthias a004bcf00f Small refactor to backtesting
4 years ago
Matthias 5f71232d6f Fix doc typo
4 years ago
Matthias d27a37be0d Update docs for populate_exit_trend
4 years ago
Matthias 59791b0659 Update populate_buy_trend to populate_entry_trend
4 years ago
Matthias e51a1e1b20 Improve documentation, add "can_short"
4 years ago
Matthias c89a68c1ab Alternative candle types
4 years ago
Matthias 36287a84cb enhance migration documentation
4 years ago
Matthias 23b98fbb73 Update some documentation for short trading
4 years ago
Matthias 72fd937a74 INTERFACE_VERSION to 3
4 years ago
Matthias 819b35747d Minor documentation updates
4 years ago
Matthias 13978e9893
Merge pull request #6276 from clover-es/feat/short
4 years ago
Matthias 4389ce1a8f Update helpers documentation for is_short
4 years ago
Matthias f090dcc597 Merge branch 'develop' into feat/short
4 years ago
Matthias 33cb9e9002 Fix erroneous import in docs
4 years ago
Matthias 7d77aff289 Add some compatibility around buy_tag
5 years ago
Matthias b36fe8fe0f Simplify strategy documentation
5 years ago
Matthias ef67a2adfc Improve callback documentation
5 years ago
Matthias a239e5f725 Add segment on colliding signals
5 years ago
Matthias 37d461c6c2 Improve strategy dataframe documentation
5 years ago
Matthias 0e2b5ef6d4 Simplify custom strategy file wording
5 years ago
Matthias 84261237a0
Improve doc wording
5 years ago
Matthias de4bc7204d Update documentation to clarify new behaviour
5 years ago
Matthias 1fefb132e0 Improve wording in documentation
5 years ago
Matthias c34b8a95d7
Merge pull request #5798 from incrementby1/personal-branch
5 years ago
Matthias c579fcfc19 Add tests and documentation for unlock_reason
5 years ago
Matthias 92130837a9 Improve and clarify informative pairs documentation
5 years ago
Matthias bd27993e79 Add documentation segment about indicator libraries
5 years ago
Matthias ff9c8fe234
Merge pull request #5496 from LoveIsGrief/docs/performance-warning
5 years ago
Matthias d7903f012f Move PerformanceWarning to advanced section
5 years ago
Matthias c1895a0fc2 Remove warning related to legacy hyperopt
5 years ago
Rokas Kupstys 7e6aa9390a [SQUASH] Unconditionally include quote currency when asset is explicitly specified. Added docs suggesting to use string formatting to make strategy independent of configured stake currency.
5 years ago
Rokas Kupstys e88c4701bb [SQUASH] Address PR comments.
5 years ago
Matthias bb6ae682fc Small simplifications
5 years ago
Rokas Kupstys dfa61b7ad2 [SQUASH] Fix informatives for each pair not being created because dataprovider was not available.
5 years ago
Rokas Kupstys f2a1d9d2fc [SQUASH] Address PR comments.
5 years ago
Rokas Kupstys 1fdb656334 Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
5 years ago
Rokas Kupstys d84ef34740 A helper to calculate stoploss value from absolute price.
5 years ago
LoveIsGrief c17595b314
Docs: Mention Performance Warning for strategies
5 years ago
Nicolas Menescardi 9537d9f4e2
Update strategy-customization.md
5 years ago
Matthias d495ea3693 Update docs about availability of get_analyzed
5 years ago
Rokas Kupstys 6af4de8fe8 Remove dataframe parameter from docs.
5 years ago
Matthias dbf33271b5 Small doc changes
5 years ago
Matthias 066dd72210 add orderbook structure documentation
5 years ago
Matthias b6e9e74a8b Add link between stoploss_from_open and custom_stop documentation
5 years ago
Brook Miles aee2591490 add stoploss_from_open() as a strategy_helper
5 years ago
Matthias 0db5c9746f
Merge pull request #4454 from freqtrade/backtest_compound_speed
5 years ago
JoeSchr dfeafc2204
Update docs/strategy-customization.md
5 years ago
Joe Schr b52698197b refactor(docs/strategy-advanced): extract "Storing information" section from `strategy-customization.md`
5 years ago
Joe Schr cc4e84bb70 feature(docs/strategy-customization): add example how to store indicator with DatetimeIndex into custom_info
5 years ago
Joe Schr 5cf3194fab chore(docs/strategy-customization): clean up left over trailing whitespaces
5 years ago
Joe Schr d5993db064 refactor(docs/strategy-customization): change variable name for better readability
5 years ago
Matthias 20455de2a9 Small enhancements to docs
5 years ago
Alberto del Barrio 188d7aaf8c
Fix example in storing-information docs
5 years ago
Matthias 327c23618f Improve documentation for get_analyzed_dataframe
5 years ago
Matthias 5ab8cc56a4 Update docs to also work for postgres
5 years ago
Matthias f235ab8cf4 Fix some typos in docs
6 years ago
bigchakalaka ca9fd08991
Update strategy-customization.md
6 years ago
Matthias 89ea8dbef2 Update slack invite
6 years ago
Matthias 6c913fa617 Fix locking - should round before storing to have a consistent picture
6 years ago
Matthias e513871fd5 Persist pairlocks
6 years ago
Matthias d1db847612 Fix "storing information" documentation
6 years ago
Matthias 6a08fee25b Fix wrong import in documentation
6 years ago
Matthias 4480b3b393 Fix error in documentation (wrong sequence of steps)
6 years ago
Matthias 7852feab05 support smaller timeframes
6 years ago
Matthias cc684c5141 Correctly handle identical timerame merges
6 years ago
Matthias 7bc8927914 Add documentation for merge_informative_pair helper
6 years ago
Matthias 79ea8cf771 Improve wording
6 years ago
Matthias e268bd192e Fix informative sample documentation
6 years ago
Matthias bca24c8b6b Clarify hyperopt dataprovider usage
6 years ago
Matthias 2afe1d5b11 Add link to full sample
6 years ago
Matthias 09aa954b68 Update strategy-customization documentation
6 years ago
Matthias 5e1032c4af Simplify strategy documentation, move "substrategies" to advanced page
6 years ago
Matthias 49395601e9 Improve informative pair sample
6 years ago
Matthias c4a9a79be0
Apply suggested documentation changes from code review
6 years ago
Matthias 8472fcfff9 Add empty to documentation
6 years ago
Matthias e5f7610b5d Add bot basics documentation
6 years ago
Matthias de676bcaba Document get_analyzed_dataframe for dataprovider
6 years ago
Matthias a3506f4d8e Merge branch 'develop' into timeframe
6 years ago
CoDaXe ab2f5579d8
Update strategy-customization.md
6 years ago
Theagainmen ac92834693 reload_conf & reload_config now both accepted, code is more consistent now
6 years ago
Matthias 33b7046260 Update more documentation
6 years ago
Matthias febc95dcdf Update documentation to remove ticker_interval
6 years ago
hroff-1902 ac076ee0af
Update docs/strategy-customization.md
6 years ago
hroff-1902 06b12c0a70
Add warning to docs for ticker data
6 years ago
hroff-1902 323b491962
Add description and example for dp.ticker() to the docs
6 years ago
hroff-1902 ced812660b
Minor fix in the strategy docs
6 years ago
Paul D. Mendes 6e86a47764 updated docs
6 years ago
Paul D. Mendes 63dfe3669f Updated docs for #3267
6 years ago