From 418e7adac159d30e48a21cb09c4547c432fbf67e Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Thu, 6 Feb 2020 17:49:10 +0300 Subject: [PATCH] Highlight syntax in advanced-hyperopt as well --- docs/advanced-hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-hyperopt.md b/docs/advanced-hyperopt.md index f47c33880..25b4bd900 100644 --- a/docs/advanced-hyperopt.md +++ b/docs/advanced-hyperopt.md @@ -10,7 +10,7 @@ Custom hyperop classes can be derived in the same way [it can be done for strate Applying to hyperoptimization, as an example, you may override how dimensions are defined in your optimization hyperspace: -``` +```python class MyAwesomeHyperOpt(IHyperOpt): ... # Uses default stoploss dimension