Commit Graph

86 Commits (3bc36cd6507da2ad5b496ee8a87ca7dc175fd521)

Author SHA1 Message Date
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 791dfd9ba3 Fix some doc typos
5 years ago
Nicolas Menescardi c0d3a31ddb
Update strategy-advanced.md
5 years ago
JoeSchr 21d986710d
Fix missing `not` in `empty` check
5 years ago
Matthias 1a30e39222 Move squeeze into if block
5 years ago
Robert Caulk 860a4d2390
update doc to reflect better empty dataframe check
5 years ago
Rokas Kupstys 330fb538a9
Couple tweaks for docs.
5 years ago
Rokas Kupstys 9bb6ba086b
Update docs/strategy-advanced.md
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.
5 years ago
Matthias bcab44560a Fix doc typo
5 years ago
Robert Davey 425d97719a
Update strategy-advanced.md
5 years ago
Matthias 00e93dad02 Fix mistake in the docs
5 years ago
Rokas Kupstys 17b9e898d2 Update docs displaying how to get last available and trade-open candles.
5 years ago
Rokas Kupstys 6af4de8fe8 Remove dataframe parameter from docs.
5 years ago
Matthias 6b6270db13 Add hint about "sell_profit_only" to docs
5 years ago
Matthias e01bc7717b
Merge pull request #4832 from JoeSchr/patch-3
5 years ago
Matthias ca0749dfdd
Update strategy-advanced.md
5 years ago
JoeSchr f2bd70dfc2
Add sentence about how it differs from custom_stoploss()
5 years ago
JoeSchr cf839e36f3
Add to custom_sell() documentation
5 years ago
JoeSchr 83708ae045
Update strategy-advanced.md
5 years ago
Matthias 5bc908870f Fix documentation comment missalignment
5 years ago
Matthias 3285f6caa3 Improve wording in Note box
5 years ago
Matthias 7c8a367442 Update docs to not promote stoploss / take-profit
5 years ago
Matthias dbf33271b5 Small doc changes
5 years ago
Rokas Kupstys 9c21c75cf5 Fix inaccuracy in docs.
5 years ago
Rokas Kupstys e58fe7a8cb Update custom_sell documentation.
5 years ago
Rokas Kupstys 004550529e Document dataframe parameter in custom_stoploss().
5 years ago
Rokas Kupstys a77337e424 Document IStrategy.custom_sell.
5 years ago
JoeSchr c9c039d640
remove `copy()` from `custom_info` example
5 years ago
Matthias 69799532a6 Document usage of open_date_utc
5 years ago
Matthias dd4d1d82d4
Update docs/strategy-advanced.md
5 years ago
Brook Miles bf14796d4c revert "Trailing stoploss with positive offset" example as stoploss_from_open() wasn't adding value
5 years ago
Matthias b6e9e74a8b Add link between stoploss_from_open and custom_stop documentation
5 years ago
Brook Miles 983c0ef118 update stoploss_from_open examples to use helper function
5 years ago
Brook Miles e924416431 correct math used in examples and clarify some terminology regarding custom stoploss functions
5 years ago
JoeSchr 161a4656d5
Update docs/strategy-advanced.md
5 years ago
Joe Schr 1304918a29 fix(docs/strategy-advanced/custom_info-storage/example): only add to "custom_info" in backtesting and hyperopt
5 years ago
Joe Schr 900deb663a fix(docs/strategy-advanced/custom_stoploss/example): check if "pair" exists in "custom_info" before requesting
5 years ago
Joe Schr c56b9cd751 fix(docs/strategy-advanced): add warnings
5 years ago
Joe Schr a6ef354a5f fix(docs/strategy-advanced): use `get_analyzed_dataframe()` instead of `custom_info.iloc`
5 years ago
Joe Schr 22a558e331 fix(docs/strategy-advanced): fix link to custom_info storage
5 years ago
Joe Schr 1a02a146a1 feature(docs/strategy-advanced/custom_info-storage/example): add ATR column calculation
5 years ago
Joe Schr 4064f856d1 fix(docs/strategy-customization): add "hyperopt" to runmode check for custom_info in custom_stoploss example
5 years ago
Joe Schr b52698197b refactor(docs/strategy-advanced): extract "Storing information" section from `strategy-customization.md`
5 years ago
Joe Schr d05acc30fa fix(docs/strategy-customization): remove superflous `prints` from example code
5 years ago
Joe Schr 32f35fcd90 fix(docs/strategy-customization): "custom_stoploss indicator" example need to check for RUN_MODE
5 years ago
Joe Schr c5900bbd38 feature(docs/strategy-customization): add example "Custom stoploss using an indicator from dataframe"
5 years ago
Joe Schr 5cf3194fab chore(docs/strategy-customization): clean up left over trailing whitespaces
5 years ago
JoeSchr e791ff6042
Fix: custom_stoploss returns typo
5 years ago