Commit Graph

2896 Commits (9d4ba767c4d7514001a52a780fa348a85f6260c8)

Author SHA1 Message Date
lolong ed0f8b1189
Improve FreqAI documentation (#7072)
4 years ago
dependabot[bot] d2ef248781
Bump markdown from 3.3.7 to 3.4.1
4 years ago
Matthias f6bfd89cef Merge branch 'develop' into feat/freqai
4 years ago
Matthias fada432f49 Pin markdown docs dependency
4 years ago
Matthias b657a4df23 Improve hyperopt docs
4 years ago
Matthias cdc58058d7 Add candletype to notebook example
4 years ago
Robert Caulk 8ce6b18318 start collecting indefinite history of predictions. Allow user to generate statistics on these predictions. Direct FreqAI to save these to disk and reload them if available.
4 years ago
Matthias 8e8f026ea7 Telegram candle message should be configurable
4 years ago
Matthias 7d6b3d0e02 Update hyperopt param docs to be clear that non-conclusive parameters will be ignored
4 years ago
dependabot[bot] 5070a04a82
Bump mkdocs-material from 8.3.8 to 8.3.9
4 years ago
Robert Caulk 607455919e Change config parameter names to improve clarity and consistency throughout the code (!!breaking change, please check discord support channel for migration instructions or review templates/FreqaiExampleStrategy.py config_examples/config_freqai_futures.example.json file changes!!)
4 years ago
Matthias 9313a2d294 Update leverage tiers to latest version
4 years ago
Matthias e52f82b565 Add leverage to custom_stake_amount callback
4 years ago
Matthias eda9464d30 Fix docs test
4 years ago
robcaulk a6077ac7f4 Merge feat/freqai into develop to get new features
4 years ago
Matthias 07aa372e2a Ensure bot_loop_start is called in hyperopt, too
4 years ago
dependabot[bot] 45db2347dc
Bump mkdocs-material from 8.3.6 to 8.3.8
4 years ago
Matthias b5d0bc997d Clarify stoploss behavior when not defining offset
4 years ago
dependabot[bot] 15fac746a8
Bump mkdocs-material from 8.3.4 to 8.3.6
4 years ago
Matthias 474e6705e6 Add Profit factor to backtesting
4 years ago
Matthias b7e4dea6c5 Document new Profit metrics
4 years ago
Matthias d62273294d Update /help for /fx to align with actual command name
4 years ago
robcaulk f631ae911b add model expiration feature, fix bug in DI return values
4 years ago
Matthias 14a859c190 Improve some documentation around futures / leverage
4 years ago
Matthias ec40e79362
Merge pull request #6874 from froggleston/buy_reasons
4 years ago
Matthias e2e6c790be Minor doc update
4 years ago
froggleston c391ca08de Change backtesting-analysis options to space separated lists
4 years ago
froggleston 6bb342f23a Add export-filename support
4 years ago
dependabot[bot] fdca583c67
Bump pymdown-extensions from 9.4 to 9.5
4 years ago
dependabot[bot] ee0b9e3a5c
Bump mkdocs-material from 8.3.2 to 8.3.4
4 years ago
Matthias 2e1ed132f7
Merge pull request #6964 from freqtrade/rpc_rel_daily
4 years ago
Matthias 9c65fad73f Merge Pull request #6919 into develop
4 years ago
Matthias fdfa94bcc3 make discord notifications fully configurable.
4 years ago
Matthias 9ba11f7bcc Update docs and tests for new daily command
4 years ago
Matthias dd32127014
Merge pull request #6944 from gaugau3000/develop
4 years ago
Matthias 3c2ba99fc4 Improve sql cheatsheet docs
4 years ago
Matthias a9c7ad8a0f Add warning about sqlite disabled foreign keys
4 years ago
Matthias 1ddd5f1901 Update docstring throughout the bot.
4 years ago
gautier pialat ac40ae89b9
give extra info on rate origin for confirm_trade_*
4 years ago
Matthias ea9b68badd Add updating freqtrade to updating desc
4 years ago
dependabot[bot] 6547f3aadb
Bump mkdocs-material from 8.2.16 to 8.3.2
4 years ago
Matthias a790bad1e4 Add entry_tag to leverage callback
4 years ago
robcaulk 7523ed825e automatically detect maximum required data based on user fed indicators (to avoid NaNs in dataset for rolling indicators), add new config parameter for backtesting to let users increase their startup_candles to accommodate high timeframe indicators, add docs to explain all. Add new feature for automatic indicator duplication according to user defined intervals (exhibited in example strat and configs now).
4 years ago
Matthias 3549176370 Update missleading docstring
4 years ago
robcaulk 0306f5ca13 Add autopurge feature so that FreqAI cleans up after itself when it no longer needs old models on disk
4 years ago
robcaulk 606f18e5c1 Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader
4 years ago
Matthias c285ad0e2b Remove --strategy parameters, update docs
4 years ago
Matthias d950b0acbe Update documentation about dynamic parameters
4 years ago
Matthias ad8ff10a05 Minor doc changes
4 years ago
dependabot[bot] 9366c1d36f
Bump mkdocs-material from 8.2.15 to 8.2.16
4 years ago
Matthias f65df4901e Update doc clarity
4 years ago
robcaulk 4eb4753e20 allow subdaily retraining for backtesting
4 years ago
froggleston 24b02127ec Update docs
4 years ago
robcaulk 7870a86e9a fix live retraining bug
4 years ago
robcaulk c5a16e91fb throw user error if user tries to load models but feeds the wrong features (while using PCA)
4 years ago
robcaulk c080571b7a help futures go dry/live with auto download feature
4 years ago
robcaulk 6193205012 fix bug for target_mean/std array merging in backtesting
4 years ago
Matthias 023f817179 Improve wording for supported futures exchanges
4 years ago
robcaulk 7593339c14 small cleanup
4 years ago
robcaulk b79d4e8876 Allow user to go live and start from pretrained models (after a completed backtest) by simply reusing the `identifier` config parameter while dry/live.
4 years ago
froggleston 3adda84b96 Update docs, add test
4 years ago
Matthias d6773bc32c
Merge pull request #6886 from freqtrade/fix/typing
4 years ago
robcaulk 31ae2b3060 alleviate FutureWarning in sklearn about ensuring svm model features are passed with identical order
4 years ago
Matthias 7f3853bbcd
Merge pull request #6883 from freqtrade/makeProcessCandlesTrue
4 years ago
Matthias 23e089061b
Merge pull request #6870 from freqtrade/should_exit_list
4 years ago
Matthias f1a72e448a Align interfaces and strategy templates
4 years ago
robcaulk 5c4014ee62 Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs
4 years ago
Matthias eb5fe9e3ae
Merge pull request #6857 from froggleston/develop
4 years ago
robcaulk af0cc21af9 Enable hourly/minute retraining in live/dry. Suppress catboost folder output. Update config + constants + docs to reflect updates.
4 years ago
robcaulk 42d95af829 Aggregated commit. Adding support vector machine for outlier detection, improve user interface to dry/live, better standardization, fix various other bugs
4 years ago
Matthias 938a66511a Update Documentation for new confirm_trade_exit behavior
4 years ago
Matthias 1ff1e3b43d
Merge pull request #6869 from freqtrade/update_levtiers
4 years ago
Matthias 97abcf4b32 Add documentation for leverage_tiers update
4 years ago
Matthias 0e158b66b0 Update docs link
4 years ago
Matthias 0138114fc2
Merge pull request #6866 from freqtrade/dry_order_db
4 years ago
Matthias 843bf0631e Remove Sponsored Promotions
4 years ago
Matthias 46ea135b6b Update dry-run considerations
4 years ago
froggleston 736f9f4972 Fix docs and add outer join support for merging funding rates across full timerange
4 years ago
froggleston c41d4c4f45 Fix leverage docs
4 years ago
froggleston 37e4ede65c Fix flake issues
4 years ago
froggleston bb758da940 Add support for fudging unavailable funding rates, allowing backtesting of timeranges where futures candles are available, but rates are not
4 years ago
robcaulk c708dd3186 doc update thanks matthias
4 years ago
Matthias c81b960791 Fix some typos
4 years ago
robcaulk d1d451c27e auto populate features based on a prepended % in the strategy (remove feature assignment from config). Update doc/constants/example strategy to reflect change
4 years ago
robcaulk 8664e8f9a3 create a prediction_models folder where basic prediction models can live (similar to optimize/hyperopt-loss. Update resolver/docs/and gitignore to accommodate change
4 years ago
eSeR1805 c6bf6779f8
Update docs BT sample report and details.
4 years ago
eSeR1805 905b24bd4d
Update BT report detailing.
4 years ago
eSeR1805 a2a8e4fdc7
Update doc BT sample report.
4 years ago
dependabot[bot] a8b4066f85
Bump mkdocs-material from 8.2.14 to 8.2.15
4 years ago
robcaulk 9e94d28860 add timerange to backtest commnad
4 years ago
robcaulk e5759d950b fix typo
4 years ago
robcaulk f4296173e9 use bash visual in doc
4 years ago
robcaulk 717df891b1 use bash visual in doc
4 years ago
robcaulk a8022c104a give beta testers more information in the doc
4 years ago
robcaulk 9b3e5faebe create more flexible whitelist, avoid duplicating whitelist features into corr_pairlist, update docs
4 years ago
robcaulk 66715c5ba4 update doc
4 years ago
robcaulk fc837c4daa add freqao backend machinery, user interface, documentation
4 years ago
Matthias 2a1368d508 Offsetfilter: add number_assets parameter
4 years ago
Matthias c299601ece Add warning about OKX futures backtesting data
4 years ago
Matthias 891900c186
Merge pull request #6812 from freqtrade/db_migrate
4 years ago
DJCrashdummy b2b503f043
minor polish for explanation of --breakdown
4 years ago
DJCrashdummy 8a6a6ec911 corrected minor "typo" in formatting
4 years ago
Matthias f374c9da70 PR cleanup
4 years ago
Matthias 269630e755 Add preliminary documentation for database conversion
4 years ago
dependabot[bot] 30cc8e92a1
Bump mkdocs-material from 8.2.12 to 8.2.14
4 years ago
Luke Ingalls f71b2624ab
then -> than
4 years ago
Matthias 1436bc1a70 Update list-strategies command
4 years ago
Matthias c9498d0117
Merge pull request #6692 from eSeR1805/feat_readjust_entry
4 years ago
Matthias 277e07589e update/fix some comments and docs
4 years ago
Matthias f5f599c7f0 Add LowProfitPairs only_per_side option
4 years ago
Matthias 6fdcf3a10a Support both position modes on OKX
4 years ago
eSeR1805 182a6f475d
Minor typos.
4 years ago
Matthias d11c44940e Slightly reword docs
4 years ago
eSeR1805 496bf84e3a
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 88c8fe5570
Merge pull request #6715 from nicolaspapp/feat/relative-drawdown
4 years ago
Matthias 7a57629918 Keep Backtest-metrics aligned
4 years ago
eSeR1805 52d510c331
Merge branch 'develop' into feat_readjust_entry
4 years ago
dependabot[bot] 9de0652b2c
Bump jinja2 from 3.1.1 to 3.1.2
4 years ago
dependabot[bot] 3d730661ee
Bump mkdocs-material from 8.2.10 to 8.2.12
4 years ago
eSeR1805 04c51d2d1a
Merge branch 'develop' into feat_readjust_entry
4 years ago
Nicolas Papp 7160f9085a Update summary examples
4 years ago
Nicolas Papp f9244aad92 Fix on max drawdown formula to match tests
4 years ago
Matthias 582e30bca6
Merge pull request #6716 from freqtrade/pairlocks_direction
4 years ago
Matthias 995c48b642 Merge branch 'develop' into pairlocks_direction
4 years ago
Matthias 2cedbe5704 Fix documentation mishap
4 years ago
Matthias f6a7e6b785 Add prepend option to download-data
4 years ago
Matthias 4262f84744 Merge branch 'develop' into pr/nicolaspapp/6715
4 years ago
eSeR1805 3be2afdd88
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 09b74cebce Move edge bot_loop_start to edge_cli
4 years ago
Sam Germain 4a6f1e90c3 Merge branch 'develop' into bot-start
4 years ago
Sam Germain 788d9f5b55 updated bot_start documentation with working example
4 years ago
eSeR1805 09089b160e
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 48ff788e82 Clarify that stoploss is required
4 years ago
eSeR1805 17650d7e60
Maintain existing order. Update functionality and documentation
4 years ago
eSeR1805 eb23170c43
Merge branch 'develop' into feat_readjust_entry
4 years ago
Matthias 220927289d Update documentation to highlight futures supported exchanges
4 years ago
Matthias 108f11b1d7 Fix docs typos
4 years ago
Rokas Kupstys 6d99222320 Add 'exit_tag' parameter to 'custom_exit_price' callback.
4 years ago
Sam Germain a35dc843ea removed asyncio from bot_start example
4 years ago
Nicolas Papp bc5048e4f3 Update to backtesting.md
4 years ago
Sam Germain 7f035a9d53 added docs for bot_start
4 years ago
Matthias 4143ebbeae Add CAGR calculation to backtesting
4 years ago
dependabot[bot] b4afbb0b0a
Bump pymdown-extensions from 9.3 to 9.4
4 years ago
dependabot[bot] 9b39c83586
Bump mkdocs-material from 8.2.9 to 8.2.10
4 years ago
Matthias 6623192108 improve doc wording
4 years ago
Matthias b7cada1edd Convert ProtectionReturn to dataclass
4 years ago
Matthias 9e199165b4 Update protection-interface to support per-side locks
4 years ago
froggleston acec564014 Update advanced backtesting docs to match fixed buy_reasons script
4 years ago
Matthias d4e12371c2
Merge pull request #6558 from samgermain/recursive-strategy-folder
4 years ago
Matthias 1120392f39 Fix pre-commit indentation
4 years ago
Matthias f1f4846053 Merge branch 'develop' into pr/samgermain/6558
4 years ago
Matthias dff9d52b30 Remove hints on no longer used option, add very primitive test
4 years ago
froggleston b8ddf2d5cd Update docs
4 years ago
Matthias 7f60364f63 Add doc-page to index
4 years ago
froggleston 933054a51c Move enable option text to make better sense
4 years ago
froggleston ea7fb4e6e6 Revert docs to buy_reasons script version
4 years ago
froggleston b3cb722646 Use joblib instead of pickle, add signal candle read/write test, move docs to new Advanced Backtesting doc
4 years ago
froggleston 9421d19cba Add documentation
4 years ago
eSeR1805 541147c801
Update documentation to match feature changes.
4 years ago
eSeR1805 d65b64a46f
Merge branch 'develop' into feat_readjust_entry
4 years ago
eSeR1805 16b6b08227
Update docs to include info on new functionality.
4 years ago
Matthias 4019c05fee Update entry/exit timeout documentation
4 years ago
Matthias dd5693f4e5 Add note about binance Futures trading rules
4 years ago
Nicolas Papp 178240aa6c Merge branch 'develop' of https://github.com/nicolaspapp/freqtrade into feat/relative-drawdown
4 years ago
Matthias 1084787a38 Add note for Update releases
4 years ago
dependabot[bot] 84fca32ed9
Bump mkdocs-material from 8.2.8 to 8.2.9
4 years ago
Sam Germain 64e6729ae9 docs for recursive_strategy_search
4 years ago
Nicolas Papp 47a6ef4f00 Max relative drawdown
4 years ago
Matthias 9556af1e6c Improve documentation for config imports
4 years ago
Matthias 2653d83fee Merge branch 'develop' into pr/cyberjunky/6615
4 years ago
Matthias a99cbe459c
Merge pull request #6671 from freqtrade/custom_exit_profit
4 years ago
Matthias 282804463c Add Documentation for /forceexit without parameter
4 years ago
zolbayars 09b41a6f8d Docs: update plotting doc to show strategy option is mandatory
4 years ago
RafaelDorigo 9f9219675f Update strategy_migration.md
4 years ago
Matthias 6ebd30db88
Merge pull request #6665 from freqtrade/config_from_config
4 years ago
Matthias 114591048c Always call custom_sell - also when there's a new enter signal
4 years ago
Matthias ef18d09161 Call custom_exit also when the trade is not in profit and exit_profit_only is set.
4 years ago
Matthias cbdaaf705c
Merge pull request #6636 from mkavinkumar1/pre-commit
4 years ago
Matthias 16e64ddf97 Update docs for multi-config loading
4 years ago
Matthias ecb0e43c2a Improve pre-commit docs
4 years ago
Matthias aee0cfd17a forcebuy_enable -> force_entry_enable
4 years ago
Matthias 075fc6d35e
Apply suggestions from code review
4 years ago
மனோஜ்குமார் பழனிச்சாமி ca400b8195 Updated requested changes in PR #6653
4 years ago
மனோஜ்குமார் பழனிச்சாமி f7020df097 Updating requested changes in PR #6653
4 years ago
மனோஜ்குமார் பழனிச்சாமி 9417bb01dc
Merge branch 'develop' into renaming-forceentry-forceexit
4 years ago
மனோஜ்குமார் பழனிச்சாமி 9ee53b5f9e
Update docs/telegram-usage.md
4 years ago
Matthias bdd9f584fa Update some docs terminology
4 years ago
Matthias a659bcb60b Update some docs terminology
4 years ago
Matthias 299dd84cfe
Merge pull request #6656 from freqtrade/use_sell_signal
4 years ago
மனோஜ்குமார் பழனிச்சாமி 28f4a3b373 updated for PR #6653
4 years ago
மனோஜ்குமார் பழனிச்சாமி 7e97e58820 renamed enter-side
4 years ago
Matthias a09637cbe1 Update migration documentation with new settings
4 years ago
Matthias b1378efdeb ignore_roi_if_buy_signal -> ignore_roi_if_entry_signal
4 years ago
Matthias 4897731030 use_sell_signal -> use_exit_signal
4 years ago
Matthias 5ce5c70be6 sell_profit_offset -> exit_profit_offset
4 years ago
Matthias bba9629a2a Rename sell_profit_only to exit_profit_only
4 years ago
மனோஜ்குமார் பழனிச்சாமி 8442fb915f renamed
4 years ago
மனோஜ்குமார் பழனிச்சாமி 0d93916f79 Update developer.md
4 years ago
Matthias 5c01969969 Fix messed up doc rendering
4 years ago
Matthias 2a46e6a214 Change some sell terminology
4 years ago
Matthias 31bdaedc33 Fix messed up doc rendering
4 years ago
Matthias 89355a212e Improve wording on strategy migration
4 years ago
Matthias 2b55f45be0 Improve deprecated documentation
4 years ago
Matthias 7d3116f9fb webhookbuy -> webhookentry
4 years ago
Matthias eff636ba53 Update RPC message types to ENTRY
4 years ago
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 6a0110aa3c Update webhook configuration
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 f8783c908e Add side to custom_entry_price
4 years ago
Matthias 69491c1430 Update more wording to "exit"
4 years ago
Matthias 283d04a5ad Update docstring wording
4 years ago
Matthias d94b73b396 Update some documentation
4 years ago
Matthias a27c837d18 Update sell_reason to exit_reason
4 years ago
Matthias cd78792f48 Improve some telegram terminology
4 years ago
Matthias 157f8f8139 Update some more sell_reason occurances
4 years ago
Matthias e894f620c2 Improve compatibility
4 years ago
Matthias 543aa74278 update sell_reason to exit_reason
4 years ago
Matthias 0b40c37cc5
Merge pull request #6624 from samgermain/lev-docs
4 years ago
Matthias 2f967f6df9 Slightly change wording, fix links
4 years ago
Sam Germain b4b594c0dd docs on setting enter_short and exit_short
4 years ago
Sam Germain 476c6416cc docs/strategy-customization enter_short and exit_short
4 years ago
Sam Germain 3e10849e02 short docs added link to strategy migration guide
4 years ago
Sam Germain dd7f9c6f8b docs for shorting
4 years ago
Stefano Ariestasia 0c096e4e03
fix some typo
4 years ago
Matthias fe3260aae2 Remove false statement about plotting futures data
4 years ago
Matthias 0cba4ec460 Fix doc typo
4 years ago
Matthias e3471129f7 Update documentation structure, add links to migration page
4 years ago
Sam Germain 527c4277d8 Add trading mode to list-pairs and list-markets output in docs
4 years ago
Matthias 2af31672c6
Merge pull request #6608 from stash86/patch-1
4 years ago
Matthias 9a7867971a Update wording to new pricing definition
4 years ago
Matthias dafc2bf361 Merge branch 'develop' into feat/short
4 years ago
Matthias e1ccbdb927
Merge pull request #6607 from freqtrade/short_pricing
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
Matthias c1657dfb7b Update / align documentation
4 years ago
Stefano Ariestasia 05db0067ee Add few missing info on shorting setup
4 years ago
Stefano Ariestasia 7c2e8420af
Add note that enter_long must be set
4 years ago
Matthias 8ebef914e2 Update pricing documentation
4 years ago
Matthias 2d740230f7 price_last_balance renaming
4 years ago
dependabot[bot] 89e7b3705b
Bump jinja2 from 3.0.3 to 3.1.1
4 years ago
dependabot[bot] b321c0f5fb
Bump mkdocs-material from 8.2.5 to 8.2.8
4 years ago
dependabot[bot] 8b1e2f55b4
Bump mkdocs from 1.2.3 to 1.3.0
4 years ago
Matthias bcf326a035 Initial steps to change bid/ask pricing to enter/exit
4 years ago
Matthias 0624817242 update unfilledtimeout settings to entry/exit
4 years ago