Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 7, 2020
1 parent 2818420 commit 61ced5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/optimize/hyperopt_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def trailing_space() -> List[Dimension]:
# so this intermediate parameter is used as the value of the difference between
# them. The value of the 'trailing_stop_positive_offset' is constructed in the
# generate_trailing_params() method.
# # This is similar to the hyperspace dimensions used for constructing the ROI tables.
# This is similar to the hyperspace dimensions used for constructing the ROI tables.
Real(0.001, 0.1, name='trailing_stop_positive_offset_p1'),

Categorical([True, False], name='trailing_only_offset_is_reached'),
Expand Down

0 comments on commit 61ced5e

Please sign in to comment.