Matthias
1a3b41ed97
Rephrase and simplify UI access section in docker quickstart
5 years ago
Matthias
fa9484a06b
Merge branch 'develop' into pr/jonny07/5674
5 years ago
Matthias
4d61e3866c
Merge pull request #5684 from SmartManoj/patch-1
...
pypi installation
5 years ago
Matthias
2c68342140
Move pypi installation to documentation
5 years ago
Matthias
91ceaef02f
Merge pull request #5678 from sidml/develop
...
Hyperopt loss function using max drawdown
5 years ago
Matthias
7b1c888665
Add FAQ entry for incomplete candles
...
closes #5687
5 years ago
Matthias
45b7a0c837
Add Test and docs for MaxDrawDownHyperOptLoss
5 years ago
Matthias
65d4df938d
Improve docker port api
5 years ago
jonny07
949d616082
Update docker_quickstart.md
...
Got help in the discord chat to get the UI running, I think most people will need this...
5 years ago
Matthias
7f4baab420
Remove explicit rateLimits, improve docs
5 years ago
dependabot[bot]
f41fd4e88d
Bump mkdocs-material from 7.3.0 to 7.3.1
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.3.0...7.3.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
d220c55d40
Bump pymdown-extensions from 8.2 to 9.0
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 8.2 to 9.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/8.2...9.0 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
126c291988
Improve docs
...
closes #5654
5 years ago
Matthias
99e3450d30
Merge pull request #5642 from freqtrade/add_trade_conversion_command
...
Add trade conversion command
5 years ago
Matthias
bd27993e79
Add documentation segment about indicator libraries
5 years ago
Matthias
178db516bf
Add documentation for trade-to-ohlcv
5 years ago
Robert Roman
bc86cb3280
updated to correct hyperopt.md file
5 years ago
Robert Roman
a77ca22026
Merge branch 'freqtrade:develop' into develop
5 years ago
Robert Roman
e1036d6f58
Added Calmar Ratio Daily to hyperopt.md file
5 years ago
dependabot[bot]
e85dc63263
Bump mkdocs-material from 7.2.6 to 7.3.0
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.2.6 to 7.3.0.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.2.6...7.3.0 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Robert Roman
ca20e17d40
added CalmarHyperOpt to hyperopt.md
...
i added CalmarHyperOpt to hyperopt.md and gave a brief description inside the docs
5 years ago
Matthias
ff9c8fe234
Merge pull request #5496 from LoveIsGrief/docs/performance-warning
...
Docs: Mention Performance Warning for strategies
5 years ago
Matthias
d7903f012f
Move PerformanceWarning to advanced section
...
rewrite to use strategy parameters instead of plain range
5 years ago
Matthias
fcca637107
Merge pull request #5599 from freqtrade/notify_trigger_prot
...
Notify trigger protections
5 years ago
Matthias
6fc770d97d
Add warning about running with docker on windows
5 years ago
Bernhard Millauer
abddb0db66
Fix header indention
...
Co-authored-by: Matthias <xmatthias@outlook.com>
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
Bernhard Millauer
c91a9a92f2
Add troubleshooting information
...
The time in wsl docker container shifts over time. Added information how to fix this issue.
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.
...
Fix not being able to have informative dataframe of a pair in whitelist.
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
Matthias
11f08b0053
Merge pull request #5582 from sergeykhliustin/develop
...
Added days parameter to PerformanceFilter
5 years ago
Matthias
564e0b9a1a
Switch performanceFilter to use Minutes lookback resolution
...
closes #5060
5 years ago
Matthias
12c12d42df
Add documentation for days parameter in PerformanceFilter
5 years ago
Matthias
c0811ae896
Add possibility to override estimator from within hyperopt
5 years ago
Matthias
57ea0c322f
Rename indicator_space to buy_indicator_space
5 years ago
Matthias
0017b3438e
Remove list-hyperopts
5 years ago
Matthias
3675df8344
Update documentation regarding Legacy Hyperopt
5 years ago
Matthias
ebb0b8aa3f
Remove new-hyperopt command
5 years ago
Matthias
432c3df17e
Add documentation for Bittex/Gemini with VolumePairlist
...
closes #5565
5 years ago
Matthias
982534ddc7
Add gate.io to list of supported exchanges
5 years ago
Matthias
10d0987f49
Fix docs for custom hyperopt space
5 years ago
EnzovdWetering
a04875eb55
Update edge.md
...
Typo fix
5 years ago
dependabot[bot]
765e72715b
Bump mkdocs-material from 7.2.5 to 7.2.6
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.2.5...7.2.6 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
2f92838c39
Properly close parenteses in exchange doc
5 years ago
Matthias
19ad165483
Add time_in_force for kucoin
5 years ago
Matthias
b0c4f079c2
Merge branch 'develop' into feat/backtest_detail
5 years ago
Matthias
1cbe303434
Add documentation for --detail-timeframe
5 years ago
Yehya
4cc1f2b4a4
Update bot-basics.md
...
Term usage mistake (The first in the pair is the base and second is the quote)
5 years ago
dependabot[bot]
45c6f90691
Bump mkdocs-material from 7.2.4 to 7.2.5
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.2.4 to 7.2.5.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.2.4...7.2.5 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
LoveIsGrief
c17595b314
Docs: Mention Performance Warning for strategies
...
Related to #5408
5 years ago
Matthias
89581ad25c
Fix typo in protections hyperopt doc
...
closes #5499
5 years ago
LoveIsGrief
f79b30e886
Docs: Minor fixes
5 years ago
Matthias
1f3ccc2587
DefaultStrategy does not need to be limited
5 years ago
Matthias
68dd349094
Update hyperopt docs regarding protections
5 years ago
Matthias
3745966c6c
Update help-docstring for hyperopt
5 years ago
JoeSchr
04b4deab58
Update strategy-advanced.md
...
Add `` for consistency
5 years ago
Matthias
d97fc1e484
Update docs/strategy-advanced.md
5 years ago
axel
ffd60f392b
add custom price max distance ratio option in configuration.md
5 years ago
axel
9469c6dfa9
small cosmetic changes in doc related to custom entry and exit exemple
5 years ago
axel
2fb9f6e2f4
rename custom price max distance option in config, update formula and test associated
5 years ago
axel
6ab99369f2
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into custom_order_price
5 years ago
axel
f08d673a52
add details and exemple of custom_price_max_distance_percent usage in doc
5 years ago
slowy07
f24a951ec5
fix: typo spelling grammar
5 years ago
dependabot[bot]
e7b6a996df
Bump mkdocs-material from 7.2.2 to 7.2.4
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.2.2 to 7.2.4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.2.2...7.2.4 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
dda8276589
Update documentation for sell_profit_offset
...
As highlighed in #5393
5 years ago
Matthias
c456cfc312
Merge branch 'develop' into pr/Axel-CH/5347
5 years ago
Matthias
0f7ddabec8
Slightly reword documentation
5 years ago
Matthias
bb472ff98b
Improve new-exchange documentation
5 years ago
axel
0a6c0c429a
add a note concerning default custom entry or exit price in documentation
5 years ago
Matthias
519c256b88
Fix kucoin typo in index.md as well
5 years ago
Matthias
7eaadb2630
Add custom-* methods to bot-basics
...
closes #5370
5 years ago
Matthias
cf70b34ff0
Add min_value to all volumepairlist samples
5 years ago
Matthias
5393c55b51
Document min_value for VolumePairList
...
closes #5260
5 years ago
Matthias
6532aba765
Merge pull request #5360 from freqtrade/hyperopt_protections
...
Hyperopt protections and Boolean parameter
5 years ago
axel
612b88e993
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into custom_order_price
5 years ago
axel
0985b11267
add doc for custom exit price
5 years ago
Matthias
90c194de1f
Align Readme and documentation index in supported exchange lists
5 years ago
Matthias
ad0e4a8567
Add BooleanParameter
5 years ago
Matthias
3c41223333
Add test for protections-hyperopt
5 years ago
Matthias
a661e0db6e
Deprecate protections from config
5 years ago
Matthias
ceed3c663b
Document using protections
5 years ago
axel
5284112b69
fix in custom entry function output,remove changes related to outdated prices, doc exemple minor changes
5 years ago
axel
f11f5d17e9
add feature custom entry price for live
5 years ago
Matthias
adb33e763b
Merge pull request #5350 from freqtrade/environment_vars
...
Add environment variable support
5 years ago
Matthias
5ead95b06b
Merge pull request #5245 from sauces1313/RangeStabilityFilterMax
...
Range stability filter max
5 years ago
dependabot[bot]
3a19e1610d
Bump mkdocs-material from 7.2.1 to 7.2.2
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.2.1...7.2.2 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
6f8519d0a3
Add environment variable support
5 years ago
Matthias
c5e3348b89
Migrations for indexes should run in a seperate session
...
closes #5349
5 years ago
Matthias
499af5c42b
Update webservermode docs
...
closes #5345
5 years ago
Matthias
138b126d03
Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name
...
Add buy signal name
5 years ago
Matthias
6490b82ad6
Update docker-documentation for multiarch builds
5 years ago
Matthias
8768df647a
Merge pull request #5312 from raph92/patch-3
...
Fix code to get Bittrex US-restricted markets
5 years ago
Matthias
cf4d1875dd
Use prohibitedIn instead of isRestricted
5 years ago
Matthias
a7b8de92a3
Merge pull request #5309 from faustogut/patch-1
...
Fix configuration.md typos
5 years ago
Matthias
b1feabc816
Merge pull request #5319 from Rikj000/docs/strategy-advanced/add-current_time-to-confirm_trade_entry-exit
...
Docs - StrategyAdvanced - Added `current_time` to `confirm_trade_entry/exit()` examples
5 years ago
dependabot[bot]
11937fd1bf
Bump mkdocs-material from 7.1.11 to 7.2.1
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.11 to 7.2.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.11...7.2.1 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Rik Helsen
1e32a3ca09
📝 Docs - StrategyAdvanced - Added `current_time` to `confirm_trade_entry/exit()` examples
5 years ago
sauces1313
4675d85b90
Merge branch 'freqtrade:develop' into RangeStabilityFilterMax
5 years ago
sauces1313
34c8a5afaf
remove second filter, add max option
5 years ago
raphael
06e7f379b3
Fix code to get Bittrex US-restricted markets
...
Old code was no longer working
5 years ago
kevinjulian
65fc094c9f
add to webhook-config
5 years ago
kevinjulian
5fe18be4b5
add note buy_tag and split 3 assignment for get_signal
5 years ago
Kevin Julian
dd923c3471
Update docs/strategy-advanced.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
5 years ago
Kevin Julian
65b4705b67
Update docs/strategy-advanced.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
5 years ago
Fausto Gutierrez
986aafcdf9
Fix configuration.md typos
5 years ago
kevinjulian
49886874aa
rename to buy_tag
5 years ago
Kevin Julian
edf9c08f06
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name
5 years ago
kevinjulian
d31d38a85f
add doc
5 years ago
Matthias
1f5504975c
Merge pull request #5289 from freqtrade/dependabot/pip/develop/ta-lib-0.4.21
...
Bump ta-lib from 0.4.20 to 0.4.21
5 years ago
Matthias
d13524f7c1
Update ta-lib wheels
5 years ago
dependabot[bot]
fe8de98832
Bump mkdocs from 1.2.1 to 1.2.2
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.2.1...1.2.2 )
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
c1f1dfb36e
Bump mkdocs-material from 7.1.10 to 7.1.11
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.10 to 7.1.11.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.10...7.1.11 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
7b7d9c02d7
Merge pull request #5243 from freqtrade/feat/webservermode_progress
...
Introduce webserver mode subcommand
5 years ago
Matthias
4899b06b31
Merge pull request #5273 from freqtrade/fix/profit_calc
...
fix calculation logic for /profit
5 years ago
Sam Germain
804bc8134f
Merge branch 'develop' into example_json_filename_extensions
5 years ago
Matthias
2e95df4d8d
Update docs for /profit output
5 years ago
Matthias
288c92301f
Improve docs wording
5 years ago
Sam Germain
362436f7d2
Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
5 years ago
Matthias
29e2b858ca
Improve wording in docs
5 years ago
Matthias
40db424363
Add documentation for available capital setting
5 years ago
dependabot[bot]
21ef08d9a8
Bump mkdocs-material from 7.1.9 to 7.1.10
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.9 to 7.1.10.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.9...7.1.10 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
38296e8689
Merge pull request #5189 from rokups/rk/custom-stake
...
Implement strategy-controlled stake sizes
5 years ago
Matthias
7ea0a74c53
Default to proposed stake
5 years ago
Rokas Kupstys
0e4466ca1e
Implement strategy-controlled stake sizes. Expose `self.wallet` to a strategy.
5 years ago
Matthias
f658cfa349
Remove Slack
...
As the community is mostly active on discord, there's little point in
linking people to Slack as well
5 years ago
Matthias
fb25130588
Merge pull request #5244 from octaviusgus/develop
...
fix daily profit data bug and daily profit curve example
5 years ago
Matthias
03861945a3
Update documentation page too.
5 years ago
Matthias
225522762b
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
...
Range based VolumeFilter
5 years ago
Matthias
e5da7ff6db
Fix typos and improve wording in docs
5 years ago
Matthias
76e51cddba
Merge pull request #5246 from nightshift2k/feature/offsetfilter
...
new filter OffsetFilter for offsetting incoming pairlists
5 years ago
nightshift2k
7dc826d6b3
warning for range based lookback performance
...
more readable formatting of examples
5 years ago
nightshift2k
5a2bc192d4
Update docs/includes/pairlists.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
5 years ago
nightshift2k
4d4ed82db8
Update docs/includes/pairlists.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
5 years ago
nightshift2k
6cea0ef2d7
documentation for `OffsetFilter`
5 years ago
sauces1313
8b485d197a
Update Plugins doc
5 years ago
Matthias
36d4a15d24
quickly document webserver mode
5 years ago
Kevin Julian
0f3d34eaf4
Merge branch 'develop' into agefilter-max-days-listed
5 years ago
nightshift2k
85c7b55750
improvements:
...
- `float_timestamp` switched to `int_timestamp`
- added documentation to pairlists.md
5 years ago
Matthias
c5489d530a
Reexport File to docs to have this available as documentation too
5 years ago
kevinjulian
2d5ced7801
fix testcase
5 years ago
Matthias
791dfd9ba3
Fix some doc typos
5 years ago
Matthias
898bef1837
Merge pull request #5219 from freqtrade/hyperopt_paramfile
...
automatic Hyperopt paramfile
5 years ago
Matthias
77293b1f1e
Remove Zero duration Trades
...
after the recent backtesting fixes, this metric no longer makes sense, as it can't really be 0 any longer.
5 years ago
Matthias
a4096318e0
Provide full backtest-statistics to Hyperopt loss functions
...
closes #5223
5 years ago
kevinjulian
3d9f3eeb07
feat(agefilter): add max_days_listed
5 years ago
Rokas Kupstys
3686efa08a
Add range property to CategoricalParameter and DecimalParameter, add their tests.
...
At the moment we can keep a single code path when using IntParameter, but we have to make a special hyperopt case for CategoricalParameter/DecimalParameter. Range property solves this.
5 years ago
Matthias
849f01e6b7
FIx doc typo
5 years ago
Matthias
60b7f6edff
Improve documentation
5 years ago
Matthias
0809225a0a
Update documentation to mention parameter strategy files
5 years ago
Matthias
65d7e74888
Add note about ldconfig
...
#2087
5 years ago
dependabot[bot]
d41218c97e
Bump mkdocs-material from 7.1.8 to 7.1.9
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.8 to 7.1.9.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.8...7.1.9 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
ce69abc06e
Update docs and tests for newly deprectated settings
5 years ago
Matthias
60c7308126
Merge pull request #5183 from freqtrade/remove_order_book_max
...
Remove order book max
5 years ago
Matthias
fa72ed10b6
Add Kukoin to community tested exchanges
5 years ago
Matthias
0ecf456d7f
Update Deprecation date
5 years ago
Matthias
8c542e4028
Update tests for removed order_book_max option
5 years ago
Matthias
ae6a5c908e
Update documentation to reflect new setting for sell price
5 years ago
Matthias
3d9336459f
Merge pull request #5180 from mohammad-hekmat/patch-2
...
Update configuration.md
5 years ago
Matthias
40545e62af
Merge pull request #5082 from freqtrade/dry_run_order
...
Dry run order filling
5 years ago
mohammad sadegh hekmat
fef73b1b6a
Update configuration.md
5 years ago
Matthias
ec2c4dd883
Merge pull request #5179 from mohammad-hekmat/patch-1
...
Update configuration.md
5 years ago
mohammad sadegh hekmat
ea236abf18
Update configuration.md
5 years ago
Carlo Revelli
69a3aee01e
minor edits
5 years ago
Carlo Revelli
9e91240283
binance-portal
5 years ago
Matthias
2ade3ec7b9
Add max-width query to hide on small screens
5 years ago
Matthias
538a1acdb5
Add Binance Broker ad to documentation page
5 years ago
Matthias
74b9be82a2
Merge pull request #5152 from robcaulk/patch-2
...
Fix errors during ubuntu install
5 years ago
Robert Caulk
10e94350e9
Update installation.md
5 years ago
Matthias
97351c95c0
Add section about GPU support
...
#5158 #5085 #3704 #2754
5 years ago
Matthias
7f434c0413
Simplify mkdocs jquery inclusion by using overrides
...
instead of partials
5 years ago
Matthias
204758834d
Merge pull request #4308 from eatrisno/patch-1
...
Add Refresh / Reload Button on rpc/Telegram
5 years ago
Matthias
a7f8342171
Add small documentation about reload disabling
5 years ago
Matthias
39b876e37a
Log exchange responses if configured
5 years ago
Matthias
6e89fbd146
Remove Dockerfile.aarch64
...
it's identical to the real image except for the "--platform" tag,
which is unnecessary if building from a arm64 architecture
5 years ago
Robert Caulk
0a1e15988f
Fix errors during ubuntu install
...
Encountering the python header error on a fresh ubuntu install:
``` utils_find_1st/find_1st.cpp:3:10: fatal error: Python.h: No such file or directory
#include "Python.h"
^~~~~~~~~~
compilation terminated.
```
solved by installing python3.7-dev. Also need to ensure python3.7-venv for fresh install.
5 years ago
Matthias
8562e19776
Document protections to come from the strategy
5 years ago
Matthias
8bb464bd64
Merge pull request #5108 from rokups/rk/pessimistic-trailing-stoploss
...
Implement most pessimistic handling of trailing stoploss.
5 years ago
Matthias
b38ab84a13
Add documentation mention about new behaviour
5 years ago
barbarius
1bb04bb0c2
Moved daily avg trade row next to total trades on backtest results
5 years ago
Matthias
cf7394d01c
Export backtesting results by default
...
closes #4977
5 years ago
dependabot[bot]
63802aa7f6
Bump mkdocs from 1.2 to 1.2.1
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.2 to 1.2.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.2...1.2.1 )
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
6dc4259c6e
Bump mkdocs-material from 7.1.7 to 7.1.8
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.7 to 7.1.8.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.7...7.1.8 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
e71d965e32
Merge pull request #4982 from eschava/profit_day_week
...
day/week options for Telegram '/profit' command
5 years ago
Matthias
4512ece17d
Update Discord link
5 years ago
Matthias
97a12ddab7
Version pin mkdocs to avoid nasty surprises
...
fix use_directory_urls defaulting to false
5 years ago
Matthias
dff8490daa
Fix docs rendering for pricefilter
5 years ago
dependabot[bot]
14119d7366
Bump mkdocs-material from 7.1.6 to 7.1.7
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.6 to 7.1.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.6...7.1.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
c76848e089
Update dry-run description with new filling logic
5 years ago
Matthias
42b6d28b3c
Update warning about order_time_in_force
...
as pointed out in #3009
5 years ago
Janos
812eb229df
plot-profit: Make "auto-open" HTML result optional
...
Adding an "--auto-open" argument.
This improves tool processing of the results, while still allowing to open the HTML file for easy use.
5 years ago
Matthias
1594402312
Add note about signal expiry
5 years ago
Matthias
b5e3fe3b8e
Document bittrex volumepairlist incompatibility
...
closes #5051
5 years ago
dependabot[bot]
eb166147c3
Bump mkdocs-material from 7.1.5 to 7.1.6
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.5 to 7.1.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.5...7.1.6 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
f9bcf19f9a
Merge pull request #5003 from rokups/rk/plotting
...
Indicator plotting improvement
5 years ago
Rokas Kupstys
b54da430b9
Add ability to plot bars on indicator chart and pass custom arguments to plotly.
5 years ago
Jyothish Kumar M S
6418f2eedb
Removed binance.je from exchange specific notes
...
Binance Jersey is deprecated, so I think it should be removed from freqtrade
5 years ago
Eugene Schava
a965436cd6
day/week options for Telegram '/profit' command
...
format changed to "/profit n"
5 years ago
Matthias
b740ed8064
Merge pull request #5035 from marijn111/develop
...
Fix NameError in hyperopt.md code example
5 years ago
Marijn
6235a4d92e
[changes] - Hyperopt code example
5 years ago
Matthias
a89364aa98
Merge branch 'develop' into pr/Antreasgr/4838
5 years ago
Matthias
3014bc3467
Don't use Sum sign in hyperopt to avoid compatibility problems
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
f3d8e5c9e4
Improve hyperopt docs
...
closes #4949
5 years ago
Nicolas Menescardi
c0d3a31ddb
Update strategy-advanced.md
...
fix some typos
5 years ago
Matthias
bb1222d9b8
Merge pull request #5009 from freqtrade/dependabot/pip/develop/ta-lib-0.4.20
...
Bump ta-lib from 0.4.19 to 0.4.20
5 years ago
Matthias
ba3997185b
Update wheels for ta-lib
5 years ago
dependabot[bot]
4c02e6667f
Bump mkdocs-material from 7.1.4 to 7.1.5
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.4 to 7.1.5.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.4...7.1.5 )
Signed-off-by: dependabot[bot] <support@github.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
Matthias
a39860e0de
Add tests for rejected signals
5 years ago
Matthias
02faeb60a3
Merge pull request #4943 from rokups/rk/statistics
...
Extra statistics
5 years ago
Matthias
feb836eaf6
Merge pull request #4994 from freqtrade/support_other_dbs
...
Support other dbs
5 years ago
Matthias
08c707e0cf
Update docs with new format
5 years ago
JoeSchr
21d986710d
Fix missing `not` in `empty` check
...
See discussing here: https://github.com/freqtrade/freqtrade/pull/4963#discussion_r633457596
seems that request was only partially implemented
5 years ago
Matthias
5285cd69b4
Add documentation for Postgres and Mysql
5 years ago
Nicolas Menescardi
9537d9f4e2
Update strategy-customization.md
...
Fix typo: 'This will method will...' -> 'This method will...'
5 years ago
Rokas Kupstys
e1dc1357ce
Add drawdown column to strategy summary table.
5 years ago
Rokas Kupstys
edcfa94093
Include zero duration trades in backtesting report.
5 years ago
Matthias
10b013dc34
Merge pull request #4963 from robcaulk/patch-1
...
update doc to reflect better empty dataframe check
5 years ago
Matthias
1a30e39222
Move squeeze into if block
5 years ago
Matthias
ba106e6c4a
Merge pull request #4975 from Axel-CH/allow_seconds_unfilled_timeout
...
Add ability to choose unit in unfilled timeout
5 years ago
Eugene Schava
e9841910e9
day/week options for Telegram '/profit' command
5 years ago
axel
75f88b466a
add ability to choose unit in unfilled timeout
5 years ago
Matthias
369f19df6b
Add valuefilter to Pricefilters
5 years ago
Robert Caulk
860a4d2390
update doc to reflect better empty dataframe check
5 years ago
Matthias
2d7735ba04
Update telegram to sort performance by absolute performance
5 years ago
Matthias
2ecb42a639
Improve rest-api doc config samples
5 years ago
JoeSchr
8e98778498
Update installation.md
...
Fix typo
5 years ago
Rokas Kupstys
330fb538a9
Couple tweaks for docs.
5 years ago
Matthias
ff7bbec1bc
Merge pull request #4902 from docbobo/arm64-docs
...
Documentation for running arm64 builds
5 years ago
Matthias
5e66d37d57
Slightly modify docker instructions for arm64
5 years ago
Rokas Kupstys
9bb6ba086b
Update docs/strategy-advanced.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
5 years ago
Rokas Kupstys
ad4c51b3c5
* Added "Dataframe access" section showcasing how to obtain dataframe and use it to get last-available and trade-open candles.
...
* Fix custom_sell() example to use rsi from last-available instead of trade-open candle, add a pointer to "Dataframe access" section for more info.
* Simplify "Custom stoploss using an indicator from dataframe example" greatly, add a pointer to "Dataframe access" section for more info.
5 years ago
Kamontat Chantrachirathumrong
e53bbec285
remove duplicate python3-pip
5 years ago
Matthias
bcab44560a
Fix doc typo
5 years ago
Robert Davey
425d97719a
Update strategy-advanced.md
...
Update custom_sell() example to comment that the current trade row is at trade open as written. Change "abstain" to something clearer for non-fluent English speakers.
5 years ago
Matthias
b81f24d9c6
Merge pull request #4851 from rokups/rk/backtest-dataprovider
...
Data provider support in backtesting
5 years ago
Matthias
9cef2983e5
Merge pull request #4907 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.4
...
Bump mkdocs-material from 7.1.3 to 7.1.4
5 years ago
dependabot[bot]
5ecd86ed56
Bump pymdown-extensions from 8.1.1 to 8.2
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 8.1.1 to 8.2.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/8.1.1...8.2 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
a7bd051f6b
Bump mkdocs-material from 7.1.3 to 7.1.4
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 7.1.3 to 7.1.4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.3...7.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matthias
d495ea3693
Update docs about availability of get_analyzed
5 years ago
Boris Prüßmann
f2add44253
Update docs/docker_quickstart.md
...
Co-authored-by: Matthias <xmatthias@outlook.com>
5 years ago
Boris Pruessmann
0a0e7ce5f5
Documentation for running arm64 builds
5 years ago