Update buy-signals to entry wording

This commit is contained in:
Matthias
2022-03-09 07:03:37 +01:00
parent 1ce55e88b4
commit 51828a0b0b
4 changed files with 7 additions and 7 deletions

View File

@@ -206,7 +206,7 @@ Hyper-optimization will, for each epoch round, pick one trigger and possibly mul
#### Sell optimization
Similar to the buy-signal above, sell-signals can also be optimized.
Similar to the entry-signal above, exit-signals can also be optimized.
Place the corresponding settings into the following methods
* Define the parameters at the class level hyperopt shall be optimizing, either naming them `sell_*`, or by explicitly defining `space='sell'`.